Stationeers: add branch setting (#323)

This commit is contained in:
Greelan
2023-04-29 09:38:35 +10:00
committed by GitHub
parent 5bd6939090
commit c888050b66
2 changed files with 17 additions and 1 deletions

View File

@@ -254,5 +254,21 @@
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Server Branch",
"Category":"SteamCMD and Updates",
"Description":"Sets the server branch to install. The client must be on the same version. NOTE: Update the server after switching branches!",
"Keywords":"server,branch,depot",
"FieldName":"ServerBranch",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"ServerBranch",
"IncludeInCommandLine":false,
"DefaultValue":"public",
"EnumValues":{
"public":"Public (default)",
"beta":"Beta"
}
}
]