diff --git a/wurm-unlimited.kvp b/wurm-unlimited.kvp index 04d09e8..aa11c60 100644 --- a/wurm-unlimited.kvp +++ b/wurm-unlimited.kvp @@ -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 diff --git a/wurm-unlimitedconfig.json b/wurm-unlimitedconfig.json index c02cd20..62123d4 100644 --- a/wurm-unlimitedconfig.json +++ b/wurm-unlimitedconfig.json @@ -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",