Add official map names (#377)
This commit is contained in:
parent
aa2eda565a
commit
b0137c746e
@ -152,14 +152,40 @@
|
|||||||
{
|
{
|
||||||
"DisplayName": "Map",
|
"DisplayName": "Map",
|
||||||
"Category": "Server Settings",
|
"Category": "Server Settings",
|
||||||
"Description": "Sets the map",
|
"Description": "Sets the map for the server. If Custom is selected, Custom Map Name must also be set",
|
||||||
"Keywords": "map",
|
"Keywords": "map",
|
||||||
"FieldName": "Map",
|
"FieldName": "Map",
|
||||||
"InputType": "text",
|
"InputType": "enum",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "Map",
|
"ParamFieldName": "Map",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"DefaultValue": "PEI",
|
"DefaultValue": "PEI",
|
||||||
|
"EnumValues":{
|
||||||
|
"Alpha Valley":"Alpha Valley (Arena)",
|
||||||
|
"Germany":"Germany",
|
||||||
|
"Monolith":"Monolith (Arena)",
|
||||||
|
"Paintball Arena":"Paintball Arena",
|
||||||
|
"PEI":"PEI (default)",
|
||||||
|
"PEI Arena":"PEI Arena",
|
||||||
|
"Russia":"Russia",
|
||||||
|
"Washington":"Washington",
|
||||||
|
"Washington Arena":"Washington Arena",
|
||||||
|
"Yukon":"Yukon",
|
||||||
|
"{{CustomMap}}":"Custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DisplayName":"Custom Map Name",
|
||||||
|
"Category":"Server Settings",
|
||||||
|
"Description":"Sets a custom map name for the server. \"Custom\" type must be selected under Map, and the map files must be installed via Workshop Items",
|
||||||
|
"Keywords":"custom,map",
|
||||||
|
"FieldName":"CustomMap",
|
||||||
|
"InputType":"text",
|
||||||
|
"IsFlagArgument":false,
|
||||||
|
"ParamFieldName":"CustomMap",
|
||||||
|
"IncludeInCommandLine":false,
|
||||||
|
"DefaultValue":"",
|
||||||
|
"Placeholder":"Hawaii",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user