From b95d95521dbaba72a6f1cd125d6196efefac6319 Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Tue, 15 Mar 2022 08:40:51 -0500 Subject: [PATCH] Corrected Space Engineers SteamAppId The SteamAppId was pointing to the server app id rather than the client so Steam would fail to launch the game. --- space-engineers-generic.kvp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space-engineers-generic.kvp b/space-engineers-generic.kvp index ef88741..400a6b4 100644 --- a/space-engineers-generic.kvp +++ b/space-engineers-generic.kvp @@ -24,7 +24,7 @@ App.LinuxCommandLineArgs= App.WindowsCommandLineArgs= App.CommandLineArgs=-console -path "{{$FullBaseDir}}servers" {{$FormattedArgs}} App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"298740"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"244850"} App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=String