Pavlov VR: Add server versions

In addition to default (public), can now select PC Beta, Shack Live or Shack RC
This commit is contained in:
Greelan
2022-02-23 22:21:20 +11:00
parent 6c8d7904fa
commit 71546447c9
2 changed files with 19 additions and 1 deletions

View File

@@ -1,4 +1,22 @@
[
{
"DisplayName": "Server Version",
"Category": "Server Settings",
"Description": "Server version to install. NOTE: Update the server after changing this setting!",
"Keywords": "server,version,pc,shack,beta,rc",
"FieldName": "ServerVersion",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {
"": "PC Server (Non-Beta)",
"beta_server": "PC Beta",
"shack": "Shack Live (Quest)",
"shack_beta": "Shack RC (Quest)"
}
},
{
"DisplayName": "Server Name",
"Category": "Server Settings",