Corrected the Java settings and cleaned update stages

title
This commit is contained in:
James Manker 2022-02-14 09:18:50 -06:00
parent 92e80108bf
commit 58bbe99221
2 changed files with 7 additions and 6 deletions

View File

@ -47,7 +47,8 @@ App.AdminMethod=STDIO
App.AdminLoginTransform=None
App.RCONConnectDelaySeconds=5
App.RCONConnectRetrySeconds=5
App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":31,"UpdateSource":4,"UpdateSourceData":"402370","UpdateSourceArgs":null,"UpdateSourceVersion":null,"UpdateSourceTarget":null,"UnzipUpdateSource":false,"OverwriteExistingFiles":false,"ForceDownloadPlatform":0,"UpdateSourceConditionSetting":null,"UpdateSourceConditionValue":null},{"UpdateStageName":"Start Server","UpdateSourcePlatform":31,"UpdateSource":4096,"UpdateSourceData":null,"UpdateSourceArgs":null,"UpdateSourceVersion":null,"UpdateSourceTarget":null,"UnzipUpdateSource":false,"OverwriteExistingFiles":false,"ForceDownloadPlatform":0,"UpdateSourceConditionSetting":null,"UpdateSourceConditionValue":null},{"UpdateStageName":"Wait For Server Start","UpdateSourcePlatform":31,"UpdateSource":8192,"UpdateSourceData":null,"UpdateSourceArgs":null,"UpdateSourceVersion":null,"UpdateSourceTarget":null,"UnzipUpdateSource":false,"OverwriteExistingFiles":false,"ForceDownloadPlatform":0,"UpdateSourceConditionSetting":null,"UpdateSourceConditionValue":null},{"UpdateStageName":"Stop Server","UpdateSourcePlatform":31,"UpdateSource":16384,"UpdateSourceData":null,"UpdateSourceArgs":null,"UpdateSourceVersion":null,"UpdateSourceTarget":null,"UnzipUpdateSource":false,"OverwriteExistingFiles":false,"ForceDownloadPlatform":0,"UpdateSourceConditionSetting":null,"UpdateSourceConditionValue":null}]
App.UpdateSource=Multi
App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"All","UpdateSource":"SteamCMD","UpdateSourceData":"402370"},{"UpdateStageName":"Start Server","UpdateSourcePlatform":"All","UpdateSource":"StartApplication"},{"UpdateStageName":"Wait For Server Start","UpdateSourcePlatform":"All","UpdateSource":"WaitForStartupComplete"},{"UpdateStageName":"Stop Server","UpdateSourcePlatform":"All","UpdateSource":"ShutdownApplication"}]
App.Compatibility=None
App.SteamUpdateAnonymousLogin=True
App.SteamForceLoginPrompt=False

View File

@ -199,12 +199,12 @@
{
"DisplayName": "Override Java Location",
"Category": "Server Settings",
"Description": "If you receive \"Failed to load jvm.dll\", you may specify a custom location where the jvm.dll is located. Only change this if you know what you're doing!",
"Description": "For \"Failed to load jvm.dll\", specify a location where jvm.dll is located.",
"Keywords": "custom,java,arguments,args,location",
"FieldName": "OverrideJavaRegEntry",
"InputType": "text",
"FieldName": "OverrideDefaultJavaPath",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "Runtime.OverrideJavaRegEntry",
"ParamFieldName": "Runtime.OverrideDefaultJavaPath",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
@ -215,7 +215,7 @@
{
"DisplayName": "Custom Java Location",
"Category": "Server Settings",
"Description": "If you receive \"Failed to load jvm.dll\", you may specify a custom location where the jvm.dll is located. Only change this if you know what you're doing!",
"Description": "For \"Failed to load jvm.dll\", specify a location where jvm.dll is located.",
"Keywords": "custom,java,arguments,args,location",
"FieldName": "JavaPath",
"InputType": "text",