Avorion: add beta branch selector (#483)
This commit is contained in:
parent
84e48c5995
commit
1f2f8d396c
@ -54,7 +54,7 @@ App.RCONConnectRetrySeconds=5
|
||||
App.RCONHeartbeatMinutes=0
|
||||
App.RCONHeartbeatCommand=
|
||||
App.TelnetLoginFormat={0}
|
||||
App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"All","UpdateSource": "SteamCMD","UpdateSourceData":"565060","UpdateSourceArgs":"445220"}]
|
||||
App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"All","UpdateSource": "SteamCMD","UpdateSourceData":"565060","UpdateSourceArgs":"445220","UpdateSourceVersion":"{{ServerBranch}}"}]
|
||||
App.Compatibility=None
|
||||
App.SteamUpdateAnonymousLogin=True
|
||||
App.SteamForceLoginPrompt=False
|
||||
|
@ -211,5 +211,21 @@
|
||||
"DefaultValue":"1",
|
||||
"Placeholder":"0 - 1",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Server Branch",
|
||||
"Category":"SteamCMD and Updates",
|
||||
"Description":"Sets the server branch to install. NOTE: Update the server after switching branches!",
|
||||
"Keywords":"server,branch",
|
||||
"FieldName":"ServerBranch",
|
||||
"InputType":"enum",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ServerBranch",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"public",
|
||||
"EnumValues":{
|
||||
"public":"Public (default)",
|
||||
"beta":"Beta"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user