Update Rulesets
Update Rulesets, and Fix a display name for 3rd person. Also adjust how mods are handled.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user