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 1/2] 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 From 44df74e12c682ce12029ea8ab8aff0677e33b165 Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Mon, 10 Jan 2022 06:41:58 -0600 Subject: [PATCH 2/2] Updated Space Engineers config to relative path The config file for Space Engineers had an error in the relative path for the pre-made world. --- SpaceEngineers-Dedicated.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpaceEngineers-Dedicated.cfg b/SpaceEngineers-Dedicated.cfg index 8e22da1..473cfa1 100644 --- a/SpaceEngineers-Dedicated.cfg +++ b/SpaceEngineers-Dedicated.cfg @@ -148,7 +148,7 @@ true World World - Content/CustomWorlds/Star System + ./Content/CustomWorlds/Star System false true \ No newline at end of file