From 03ab7e9a9647dd79af6f4c74a748dbfac2e60883 Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Mon, 10 Jan 2022 05:56:10 -0600 Subject: [PATCH] Corrected an error in Space Engineers The UpdateSourceTarget was improperly set to the wrong directory. It has been corrected and tested with the existing template on GitHub. --- space-engineers-generic.kvp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/space-engineers-generic.kvp b/space-engineers-generic.kvp index dee893f..18bb240 100644 --- a/space-engineers-generic.kvp +++ b/space-engineers-generic.kvp @@ -19,7 +19,7 @@ App.HasWritableConsole=true App.RapidStartup=false App.RootDir=./space-engineers-generic/ App.UpdateSource=Multi -App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "298740"},{"UpdateStageName": "Base Config Download","UpdateSourcePlatform": "All", "UpdateSource": "FetchURL", "UpdateSourceData": "https://github.com/CubeCoders/AMPTemplates/raw/main/SpaceEngineers-Dedicated.cfg","UpdateSourceTarget":"servers"}] +App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "298740"},{"UpdateStageName": "Base Config Download","UpdateSourcePlatform": "All", "UpdateSource": "FetchURL", "UpdateSourceData": "https://github.com/CubeCoders/AMPTemplates/raw/main/SpaceEngineers-Dedicated.cfg","UpdateSourceTarget":"298740/servers"}] App.WorkingDir=298740 Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$ Console.AppReadyRegex=^\d+\-\d+\-\d+ \d+\:\d+\:\d+.\d+\: Game ready.*$ @@ -37,4 +37,4 @@ Meta.DisplayName=Space Engineers (Generic) Meta.EndpointURIFormat= Meta.OS=1 Meta.URL=https://store.steampowered.com/app/244850/Space_Engineers/ -Meta.MinAMPVersion=2.3.0.9 \ No newline at end of file +Meta.MinAMPVersion=2.3.0.9