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