Add Insurgency Sandstorm Generic Template
Added Insurgency Sandstorm support to AMP. Support for Windows and Linux, Game INI configuration to be added as a web setting at a later date, as well as cleanup of REGEX.
This commit is contained in:
106
insurgencysandstormconfig.json
Normal file
106
insurgencysandstormconfig.json
Normal file
@@ -0,0 +1,106 @@
|
||||
[
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user