diff --git a/insurgencysandstorm.kvp b/insurgencysandstorm.kvp index f9e0b60..91207b7 100644 --- a/insurgencysandstorm.kvp +++ b/insurgencysandstorm.kvp @@ -3,7 +3,7 @@ App.ApplicationPort1=27102 App.ApplicationPort2=27131 App.ApplicationReadyMode=RegexMatch 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.CommandLineParameterDelimiter= App.DisplayName=InsurgencySandstorm diff --git a/insurgencysandstormconfig.json b/insurgencysandstormconfig.json index 0321337..48a99c7 100644 --- a/insurgencysandstormconfig.json +++ b/insurgencysandstormconfig.json @@ -343,9 +343,10 @@ "InputType": "enum", "IsFlagArgument": false, "ParamFieldName": "ruleset", - "IncludeInCommandLine": false, - "DefaultValue": "OfficialRules", + "IncludeInCommandLine": true, + "DefaultValue": "", "EnumValues": { + "": "None", "CheckpointFrenzy": "Checkpoint Frenzy", "CompetitiveFirefight": "Competitive Firefight", "CompetitiveTheater": "Competitive Theater", @@ -367,7 +368,7 @@ "DefaultValue": "", "EnumValues": { "False": "", - "True": "-Mods" + "True": "-Mods -ModList=Mods" } }, { @@ -865,7 +866,7 @@ "EnumValues": {} }, { - "DisplayName": "Allow Voice During Intermission?", + "DisplayName": "Allow 3rd Person Spectate?", "Category": "Multiplayer Mode", "Description": "Can Players use 3rd person spectator mode?", "Keywords": "Spectate",