Stationeers: Various updates for new dedicated server build (#156)
This commit is contained in:
@@ -1,184 +1,257 @@
|
||||
[
|
||||
{
|
||||
"DisplayName": "Server Name",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Display name of the server.",
|
||||
"Keywords": "server,name",
|
||||
"FieldName": "SERVERNAME",
|
||||
"InputType": "text",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "SERVER.SERVERNAME",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "AMP Powered Stationeers Server",
|
||||
"EnumValues": {}
|
||||
"DisplayName":"Game Port",
|
||||
"Category":"Server Settings",
|
||||
"Description":"",
|
||||
"Keywords":"",
|
||||
"FieldName":"$GamePort",
|
||||
"InputType":"number",
|
||||
"Hidden":true,
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"GamePort",
|
||||
"IncludeInCommandLine":false,
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Server Password",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Password that clients must supply to join.",
|
||||
"Keywords": "password",
|
||||
"FieldName": "PASSWORD",
|
||||
"InputType": "password",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "SERVER.PASSWORD",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "",
|
||||
"EnumValues": {}
|
||||
"DisplayName":"Update Port",
|
||||
"Category":"Server Settings",
|
||||
"Description":"",
|
||||
"Keywords":"",
|
||||
"FieldName":"$UpdatePort",
|
||||
"InputType":"number",
|
||||
"Hidden":true,
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"UpdatePort",
|
||||
"IncludeInCommandLine":false,
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName": "RCON Password",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Password to access RCON using http://YOURIP:GAMEPORT. You should change after install.",
|
||||
"Keywords": "RCON,password",
|
||||
"FieldName": "RCONPASSWORD",
|
||||
"InputType": "RandomPassword",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "RCON.RCONPASSWORD",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "",
|
||||
"EnumValues": {}
|
||||
"DisplayName":"Server Name",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the name of the server to be displayed on the server list.",
|
||||
"Keywords":"server,name",
|
||||
"FieldName":"ServerName",
|
||||
"InputType":"text",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ServerName",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"AMP Powered Stationeers Server",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Admin Password",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Password to become the in-game admin. You should change after install.",
|
||||
"Keywords": "admin,password",
|
||||
"FieldName": "ADMINPASSWORD",
|
||||
"InputType": "RandomPassword",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "SERVER.ADMINPASSWORD",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "Password123",
|
||||
"EnumValues": {}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Max Players",
|
||||
"Category": "Server Settings",
|
||||
"Description": "The maximum number of players allowed on the server.",
|
||||
"Keywords": "max,players",
|
||||
"FieldName": "$MaxUsers",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "SERVER.MAXPLAYER",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "20",
|
||||
"EnumValues": {}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Creator",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Set creator's [Steam64 ID](https://steamidfinder.com/) as gamedata and key-value. This is for future integration of server instancing.",
|
||||
"Keywords": "creator",
|
||||
"FieldName": "creator",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "creator",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "",
|
||||
"SkipIfEmpty": true,
|
||||
"EnumValues": {}
|
||||
},
|
||||
{
|
||||
"DisplayName": "World Name",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Name of the world directory to load.",
|
||||
"Keywords": "world,name",
|
||||
"FieldName": "worldname",
|
||||
"InputType": "text",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "worldname",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "world",
|
||||
"EnumValues": {}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Map",
|
||||
"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.",
|
||||
"Keywords": "world,type",
|
||||
"FieldName": "worldtype",
|
||||
"InputType": "enum",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "worldtype",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "",
|
||||
"SkipIfEmpty": true,
|
||||
"EnumValues": {
|
||||
"": "Default",
|
||||
"Europa2": "Europa2",
|
||||
"Loulan": "Loulan",
|
||||
"Mars": "Mars",
|
||||
"Mimas": "Mimas",
|
||||
"Moon": "Moon",
|
||||
"Space": "Space",
|
||||
"Vulcan2": "Vulcan2"
|
||||
"DisplayName":"Make Server Public",
|
||||
"Category":"Server Settings",
|
||||
"Description":"If enabled, the server will be visible in the in-game server list.",
|
||||
"Keywords":"public,visible",
|
||||
"FieldName":"ServerVisible",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ServerVisible",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"true",
|
||||
"EnumValues":{
|
||||
"True":"true",
|
||||
"False":"false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Auto Save Interval",
|
||||
"Category": "Server Settings",
|
||||
"Description": "How frequently the server will save the world.",
|
||||
"Keywords": "",
|
||||
"FieldName": "autosaveinterval",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "autosaveinterval",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "60",
|
||||
"EnumValues": {},
|
||||
"Suffix": "sec"
|
||||
"DisplayName":"Server Password",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the password to join the server.",
|
||||
"Keywords":"password",
|
||||
"FieldName":"ServerPassword",
|
||||
"InputType":"password",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ServerPassword",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Clear All Interval",
|
||||
"Category": "Server Settings",
|
||||
"Description": "The interval to run \"clearall\" command. Minimum is 60 seconds. clearall will delete all disconnected characters. Set to a very high number. 0 to disable. ",
|
||||
"Keywords": "clear,all,interval",
|
||||
"FieldName": "clearallinterval",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "clearallinterval",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "60",
|
||||
"EnumValues": {},
|
||||
"Suffix": "sec"
|
||||
"DisplayName":"Server Auth Secret",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the authorisation secret to allow server commands to be run from a client. Requires the same \"ServerAuthSecret\" to be set on the client.",
|
||||
"Keywords":"auth,secret,commands",
|
||||
"FieldName":"ServerAuthSecret",
|
||||
"InputType":"password",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ServerAuthSecret",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"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":"Player Limit",
|
||||
"Category":"Server Settings",
|
||||
"Description":"The maximum number of players allowed on the server.",
|
||||
"Keywords":"max,players,limit",
|
||||
"FieldName":"$MaxUsers",
|
||||
"InputType":"number",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ServerMaxPlayers",
|
||||
"IncludeInCommandLine":true,
|
||||
"SkipIfEmpty":true,
|
||||
"DefaultValue":"10",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName": "GAMEPORT",
|
||||
"Category": "Server Settings",
|
||||
"Description": "",
|
||||
"Keywords": "",
|
||||
"FieldName": "$ApplicationPort1",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "SERVER.GAMEPORT",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "27500",
|
||||
"Hidden": true
|
||||
"DisplayName":"Load Mode",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the mode for loading world saves based on the Save Name. \"Load Manual Save\" loads the last manual save. \"Load Latest Save\" loads the latest save, whether manual or auto. If there is no save, a new world is created.",
|
||||
"Keywords":"load,latest",
|
||||
"FieldName":"LoadMode",
|
||||
"InputType":"enum",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"LoadMode",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"loadlatest",
|
||||
"EnumValues":{
|
||||
"load":"Load Manual Save",
|
||||
"loadlatest":"Load Latest Save"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName": "UPDATERPORT",
|
||||
"Category": "Server Settings",
|
||||
"Description": "",
|
||||
"Keywords": "",
|
||||
"FieldName": "$ApplicationPort2",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "SERVER.UPDATERPORT",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "27015",
|
||||
"Hidden": true
|
||||
"DisplayName":"Save Name",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the name of the world directory to load, or to create if it does not already exist.",
|
||||
"Keywords":"save,name",
|
||||
"FieldName":"SaveName",
|
||||
"InputType":"text",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"SaveName",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"world",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Map",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the type of world (map) to be created. Default is moon.",
|
||||
"Keywords":"world,type,map",
|
||||
"FieldName":"WorldType",
|
||||
"InputType":"enum",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"WorldType",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"moon",
|
||||
"EnumValues":{
|
||||
"moon":"Moon",
|
||||
"mars":"Mars",
|
||||
"europa":"Europa",
|
||||
"europa2":"Europa2",
|
||||
"mimas":"Mimas",
|
||||
"vulcan":"Vulcan",
|
||||
"vulcan2":"Vulcan2",
|
||||
"space":"Space",
|
||||
"loulan":"Loulan",
|
||||
"venus":"Venus"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Autosave",
|
||||
"Category":"Server Settings",
|
||||
"Description":"If enabled, the world will be autosaved at the interval set under \"Autosave Interval\".",
|
||||
"Keywords":"autosave",
|
||||
"FieldName":"AutoSave",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"AutoSave",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"true",
|
||||
"EnumValues":{
|
||||
"True":"true",
|
||||
"False":"false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Autosave Interval",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets how frequently the server will save the world if autosave is enabled.",
|
||||
"Keywords":"autosave,interval",
|
||||
"FieldName":"SaveInterval",
|
||||
"InputType":"number",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"SaveInterval",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"300",
|
||||
"Suffix":"seconds",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Autopause",
|
||||
"Category":"Server Settings",
|
||||
"Description":"If enabled, the server will be paused when no player is connected.",
|
||||
"Keywords":"autopause",
|
||||
"FieldName":"AutoPauseServer",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"AutoPauseServer",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"true",
|
||||
"EnumValues":{
|
||||
"True":"true",
|
||||
"False":"false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Show Framerate",
|
||||
"Category":"Server Settings",
|
||||
"Description":"If enabled, shows the framerate of the server.",
|
||||
"Keywords":"framerate,fps",
|
||||
"FieldName":"ShowFps",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ShowFps",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"false",
|
||||
"EnumValues":{
|
||||
"True":"true",
|
||||
"False":"false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Show Latency",
|
||||
"Category":"Server Settings",
|
||||
"Description":"If enabled, shows the latency of the server.",
|
||||
"Keywords":"latency",
|
||||
"FieldName":"ShowLatency",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ShowLatency",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"false",
|
||||
"EnumValues":{
|
||||
"True":"true",
|
||||
"False":"false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Server IP Binding",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the binding of the server. Default is blank (all IPs). Change to internal interface IP only if the server has issues.",
|
||||
"Keywords":"ip,binding,localip,address",
|
||||
"FieldName":"LocalIpAddress",
|
||||
"InputType":"text",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"LocalIpAddress",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable UPnP",
|
||||
"Category":"Server Settings",
|
||||
"Description":"If enabled, the server will attempt to configure automatic port forwarding on a compatible router.",
|
||||
"Keywords":"upnp",
|
||||
"FieldName":"UPNPEnabled",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"UPNPEnabled",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"false",
|
||||
"EnumValues":{
|
||||
"True":"true",
|
||||
"False":"false"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user