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.WorkingDir=600760
App.LinuxCommandLineArgs= App.LinuxCommandLineArgs=
App.WindowsCommandLineArgs= 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.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

View File

@ -82,11 +82,11 @@
"DisplayName": "World Name", "DisplayName": "World Name",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Name of the world directory to load.", "Description": "Name of the world directory to load.",
"Keywords": "world,name", "Keywords": "load,world",
"FieldName": "worldname", "FieldName": "loadworld",
"InputType": "text", "InputType": "text",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "worldname", "ParamFieldName": "loadworld",
"IncludeInCommandLine": true, "IncludeInCommandLine": true,
"DefaultValue": "world", "DefaultValue": "world",
"EnumValues": {} "EnumValues": {}
@ -94,17 +94,16 @@
{ {
"DisplayName": "Map", "DisplayName": "Map",
"Category": "Server Settings", "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", "Keywords": "world,type",
"FieldName": "worldtype", "FieldName": "worldtype",
"InputType": "enum", "InputType": "enum",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "worldtype", "ParamFieldName": "worldtype",
"IncludeInCommandLine": true, "IncludeInCommandLine": true,
"DefaultValue": "", "DefaultValue": "Moon",
"SkipIfEmpty": true, "SkipIfEmpty": true,
"EnumValues": { "EnumValues": {
"": "Default",
"Europa2": "Europa2", "Europa2": "Europa2",
"Loulan": "Loulan", "Loulan": "Loulan",
"Mars": "Mars", "Mars": "Mars",
@ -124,7 +123,7 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "autosaveinterval", "ParamFieldName": "autosaveinterval",
"IncludeInCommandLine": true, "IncludeInCommandLine": true,
"DefaultValue": "60", "DefaultValue": "300",
"EnumValues": {}, "EnumValues": {},
"Suffix": "sec" "Suffix": "sec"
}, },
@ -142,19 +141,6 @@
"EnumValues": {}, "EnumValues": {},
"Suffix": "sec" "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", "DisplayName": "GAMEPORT",
"Category": "Server Settings", "Category": "Server Settings",