Fix Stationeers Config

I was given bad info by the support in the Stationeers Discord. I've corrected the startup command line args to properly create and load the same world.
This commit is contained in:
James Manker 2022-04-04 18:25:24 -05:00
parent 6841a97973
commit 2755dcbe69

View File

@ -22,10 +22,10 @@ App.ExecutableLinux=600760/rocketstation_DedicatedServer.x86_64
App.WorkingDir=600760 App.WorkingDir=600760
App.LinuxCommandLineArgs= App.LinuxCommandLineArgs=
App.WindowsCommandLineArgs= App.WindowsCommandLineArgs=
App.CommandLineArgs=-batchmode -nographics -autostart -bindip={{$ApplicationIPBinding}} {{$FormattedArgs}} App.CommandLineArgs=-batchmode -nographics -autostart -bindip={{$ApplicationIPBinding}} -basedirectory="{{$FullBaseDir}}" -loadworld="{{worldname}}" -modpath="{{$FullBaseDir}}{{modpath}}/" {{$FormattedArgs}}
App.AppSettings={} App.AppSettings={}
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"544550"} App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"544550"}
App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterFormat=-{0}="{1}"
App.CommandLineParameterDelimiter= App.CommandLineParameterDelimiter=
App.ExitMethod=OS_CLOSE App.ExitMethod=OS_CLOSE
App.ExitTimeout=30 App.ExitTimeout=30