Update Rulesets
Update Rulesets, and Fix a display name for 3rd person. Also adjust how mods are handled.
This commit is contained in:
parent
fd26b1ae22
commit
979b0addca
@ -3,7 +3,7 @@ App.ApplicationPort1=27102
|
|||||||
App.ApplicationPort2=27131
|
App.ApplicationPort2=27131
|
||||||
App.ApplicationReadyMode=RegexMatch
|
App.ApplicationReadyMode=RegexMatch
|
||||||
App.BaseDirectory=./insurgencysandstorm/581330/
|
App.BaseDirectory=./insurgencysandstorm/581330/
|
||||||
App.CommandLineArgs={{Map}}?Scenario="{{Scenario}}"?Lighting="{{Lighting}}"?Game="{{Game}}"?Hostname="{{Hostname}}"?MaxPlayers="{{$MaxUsers}}"?password="{{password}}" -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort2}} -Rcon -RconPassword={{$RemoteAdminPassword}} -RconListenPort={{$RemoteAdminPort}} -log -GameStats -GameStatsToken={{GameStatsToken}} -GSLTToken={{GSLTToken}} -ruleset={{ruleset}} {{Mods_enabled}} {{$FormattedArgs}}
|
App.CommandLineArgs={{Map}}?Scenario="{{Scenario}}"?Lighting="{{Lighting}}"?Game="{{Game}}"?Hostname="{{Hostname}}"?MaxPlayers="{{$MaxUsers}}"?password="{{password}}" -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort2}} -Rcon -RconPassword={{$RemoteAdminPassword}} -RconListenPort={{$RemoteAdminPort}} -log -GameStats -GameStatsToken={{GameStatsToken}} -GSLTToken={{GSLTToken}} {{Mods_enabled}} {{$FormattedArgs}}
|
||||||
App.CommandLineParameterFormat=-{0}="{1}"
|
App.CommandLineParameterFormat=-{0}="{1}"
|
||||||
App.CommandLineParameterDelimiter=
|
App.CommandLineParameterDelimiter=
|
||||||
App.DisplayName=InsurgencySandstorm
|
App.DisplayName=InsurgencySandstorm
|
||||||
|
@ -343,9 +343,10 @@
|
|||||||
"InputType": "enum",
|
"InputType": "enum",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "ruleset",
|
"ParamFieldName": "ruleset",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": true,
|
||||||
"DefaultValue": "OfficialRules",
|
"DefaultValue": "",
|
||||||
"EnumValues": {
|
"EnumValues": {
|
||||||
|
"": "None",
|
||||||
"CheckpointFrenzy": "Checkpoint Frenzy",
|
"CheckpointFrenzy": "Checkpoint Frenzy",
|
||||||
"CompetitiveFirefight": "Competitive Firefight",
|
"CompetitiveFirefight": "Competitive Firefight",
|
||||||
"CompetitiveTheater": "Competitive Theater",
|
"CompetitiveTheater": "Competitive Theater",
|
||||||
@ -367,7 +368,7 @@
|
|||||||
"DefaultValue": "",
|
"DefaultValue": "",
|
||||||
"EnumValues": {
|
"EnumValues": {
|
||||||
"False": "",
|
"False": "",
|
||||||
"True": "-Mods"
|
"True": "-Mods -ModList=Mods"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -865,7 +866,7 @@
|
|||||||
"EnumValues": {}
|
"EnumValues": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName": "Allow Voice During Intermission?",
|
"DisplayName": "Allow 3rd Person Spectate?",
|
||||||
"Category": "Multiplayer Mode",
|
"Category": "Multiplayer Mode",
|
||||||
"Description": "Can Players use 3rd person spectator mode?",
|
"Description": "Can Players use 3rd person spectator mode?",
|
||||||
"Keywords": "Spectate",
|
"Keywords": "Spectate",
|
||||||
|
Loading…
Reference in New Issue
Block a user