Merge pull request #88 from IceOfWraith/stationeers

Correct Stationeers Config
This commit is contained in:
IceOfWraith 2022-03-03 16:19:51 -06:00 committed by GitHub
commit c0d19cfe9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 22 deletions

View File

@ -22,10 +22,10 @@ App.ExecutableLinux=600760/rocketstation_DedicatedServer.x86_64
App.WorkingDir=600760
App.LinuxCommandLineArgs=
App.WindowsCommandLineArgs=
App.CommandLineArgs=-batchmode -nographics -autostart -bindip={{$ApplicationIPBinding}} -basedirectory="{{$FullBaseDir}}" -modpath="{{$FullBaseDir}}{{modpath}}/" {{$FormattedArgs}}
App.CommandLineArgs=-batchmode -nographics -autostart -bindip={{$ApplicationIPBinding}} {{$FormattedArgs}}
App.AppSettings={}
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.ExitMethod=OS_CLOSE
App.ExitTimeout=30

View File

@ -82,11 +82,11 @@
"DisplayName": "World Name",
"Category": "Server Settings",
"Description": "Name of the world directory to load.",
"Keywords": "world,name",
"FieldName": "worldname",
"Keywords": "load,world",
"FieldName": "loadworld",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "worldname",
"ParamFieldName": "loadworld",
"IncludeInCommandLine": true,
"DefaultValue": "world",
"EnumValues": {}
@ -94,17 +94,16 @@
{
"DisplayName": "Map",
"Category": "Server Settings",
"Description": "Default: Moon. Will overwrite actual map on server browser if you use rocket to travel beween maps!",
"Description": "Default: Moon. Will create a world of this type or display this world type in the server browser if loading a save.",
"Keywords": "world,type",
"FieldName": "worldtype",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "worldtype",
"IncludeInCommandLine": true,
"DefaultValue": "",
"DefaultValue": "Moon",
"SkipIfEmpty": true,
"EnumValues": {
"": "Default",
"Europa2": "Europa2",
"Loulan": "Loulan",
"Mars": "Mars",
@ -124,7 +123,7 @@
"IsFlagArgument": false,
"ParamFieldName": "autosaveinterval",
"IncludeInCommandLine": true,
"DefaultValue": "60",
"DefaultValue": "300",
"EnumValues": {},
"Suffix": "sec"
},
@ -142,19 +141,6 @@
"EnumValues": {},
"Suffix": "sec"
},
{
"DisplayName": "Mod Path",
"Category": "Server Settings",
"Description": "Where mods are located inside the datastore.",
"Keywords": "mod,path",
"FieldName": "modpath",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "modpath",
"IncludeInCommandLine": false,
"DefaultValue": "Mods",
"EnumValues": {}
},
{
"DisplayName": "GAMEPORT",
"Category": "Server Settings",