AMPTemplates/insurgencysandstormconfig.json

106 lines
3.2 KiB
JSON
Raw Normal View History

[
{
"DisplayName": "Map",
"Category": "Server Configuration",
"Description": "Set the maps starting server",
"Keywords": "Map",
"FieldName": "Map",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "Map",
"IncludeInCommandLine": false,
"DefaultValue": "Oilfield",
"EnumValues": {}
},
{
"DisplayName": "Scenario",
"Category": "Server Configuration",
"Description": "Set the server scenario",
"Keywords": "Scenario",
"FieldName": "Scenario",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "Scenario",
"IncludeInCommandLine": false,
"DefaultValue": "Scenario_Refinery_Push_Security",
"EnumValues": {}
},
{
"DisplayName": "Hostname",
"Category": "Server Configuration",
"Description": "Set the servers hostname",
"Keywords": "Hostname",
"FieldName": "Hostname",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "Hostname",
"IncludeInCommandLine": true,
"DefaultValue": "My Server Powered by AMP",
"EnumValues": {}
},
{
"DisplayName": "Token",
"Category": "Server Configuration",
"Description": "Set the steam GSLTToken",
"Keywords": "Token",
"FieldName": "GSLTToken",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "GSLTToken",
"IncludeInCommandLine": true,
"DefaultValue": "1234567890",
"EnumValues": {}
},
{
"DisplayName": "Max Players",
"Category": "Server Configuration",
"Description": "Set server maximum amount of players",
"Keywords": "Max Users",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "$MaxUsers",
"IncludeInCommandLine": false,
"DefaultValue": "25",
"EnumValues": {}
},
{
"DisplayName": "Game Stats Token",
"Category": "Server Configuration",
"Description": "Set the game stats token for XP Gain",
"Keywords": "Stats",
"FieldName": "GameStatsToken",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "GameStatsToken",
"IncludeInCommandLine": true,
"DefaultValue": "1234567890",
"EnumValues": {}
},
{
"DisplayName": "Password",
"Category": "Server Configuration",
"Description": "Sets a password for the server",
"Keywords": "Password",
"FieldName": "Password",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "Password",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Mutator",
"Category": "Server Configuration",
"Description": "Set a server mutator",
"Keywords": "Mutator",
"FieldName": "mutators",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "mutators",
"IncludeInCommandLine": true,
"DefaultValue": "",
"EnumValues": {}
}
]