Merge pull request #107 from IceOfWraith/stationeers
Fix Stationeers Config
This commit is contained in:
commit
b37a2ef374
@ -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
|
||||||
|
@ -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": "load,world",
|
"Keywords": "world,name",
|
||||||
"FieldName": "loadworld",
|
"FieldName": "worldname",
|
||||||
"InputType": "text",
|
"InputType": "text",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "loadworld",
|
"ParamFieldName": "worldname",
|
||||||
"IncludeInCommandLine": true,
|
"IncludeInCommandLine": true,
|
||||||
"DefaultValue": "world",
|
"DefaultValue": "world",
|
||||||
"EnumValues": {}
|
"EnumValues": {}
|
||||||
@ -94,16 +94,17 @@
|
|||||||
{
|
{
|
||||||
"DisplayName": "Map",
|
"DisplayName": "Map",
|
||||||
"Category": "Server Settings",
|
"Category": "Server Settings",
|
||||||
"Description": "Default: Moon. Will create a world of this type or display this world type in the server browser if loading a save.",
|
"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": "Moon",
|
"DefaultValue": "",
|
||||||
"SkipIfEmpty": true,
|
"SkipIfEmpty": true,
|
||||||
"EnumValues": {
|
"EnumValues": {
|
||||||
|
"": "Default",
|
||||||
"Europa2": "Europa2",
|
"Europa2": "Europa2",
|
||||||
"Loulan": "Loulan",
|
"Loulan": "Loulan",
|
||||||
"Mars": "Mars",
|
"Mars": "Mars",
|
||||||
@ -123,7 +124,7 @@
|
|||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "autosaveinterval",
|
"ParamFieldName": "autosaveinterval",
|
||||||
"IncludeInCommandLine": true,
|
"IncludeInCommandLine": true,
|
||||||
"DefaultValue": "300",
|
"DefaultValue": "60",
|
||||||
"EnumValues": {},
|
"EnumValues": {},
|
||||||
"Suffix": "sec"
|
"Suffix": "sec"
|
||||||
},
|
},
|
||||||
@ -141,6 +142,19 @@
|
|||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user