Add back wrongly removed settings (#469)
This commit is contained in:
parent
6f0c11513c
commit
ecdb4a89d7
@ -449,5 +449,45 @@
|
||||
"ParamFieldName":"network.listen_address",
|
||||
"IncludeInCommandLine":false,
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Server Release Version",
|
||||
"Category":"SteamCMD and Updates",
|
||||
"Description":"Sets the [server release version](https://github.com/OpenRCT2/OpenRCT2/releases) to install. NOTE: Update the server after switching versions",
|
||||
"Keywords":"release,version",
|
||||
"FieldName":"ReleaseVersion",
|
||||
"InputType":"text",
|
||||
"ParamFieldName":"ReleaseVersion",
|
||||
"DefaultValue":"0.4.6",
|
||||
"Placeholder":"0.4.6",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Disable RCT2 Game Files Download",
|
||||
"Category":"SteamCMD and Updates",
|
||||
"Description":"If set, AMP will not download the RCT2 game files from Steam when the server is updated. The files will need to be installed manually in the rct2game directory in the instance's base directory in order to be used. Note that the Scenario selector may not work if the manually added files don't match those on Steam",
|
||||
"Keywords":"steam,rct2,game,files,download",
|
||||
"FieldName":"DisableRCT2Download",
|
||||
"InputType":"checkbox",
|
||||
"ParamFieldName":"DisableRCT2Download",
|
||||
"DefaultValue":"false",
|
||||
"EnumValues":{
|
||||
"False":"false",
|
||||
"True":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Disable RCT1 Game Files Download",
|
||||
"Category":"SteamCMD and Updates",
|
||||
"Description":"If set, AMP will not download the RCT1 game files from Steam when the server is updated. The files will need to be installed manually in the rct1game directory in the instance's base directory in order to be used. Note that the Scenario selector may not work if the manually added files don't match those on Steam",
|
||||
"Keywords":"steam,rct1,game,files,download",
|
||||
"FieldName":"DisableRCT1Download",
|
||||
"InputType":"checkbox",
|
||||
"ParamFieldName":"DisableRCT1Download",
|
||||
"DefaultValue":"false",
|
||||
"EnumValues":{
|
||||
"False":"false",
|
||||
"True":"true"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user