Add files via upload
This commit is contained in:
70
astroneerconfig.json
Normal file
70
astroneerconfig.json
Normal file
@@ -0,0 +1,70 @@
|
||||
[
|
||||
|
||||
|
||||
{
|
||||
"DisplayName": "Server name",
|
||||
"Category": "Server Settings",
|
||||
"Description": "The name of the Server",
|
||||
"Keywords": "name",
|
||||
"FieldName": "servername",
|
||||
"InputType": "text",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "servername",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "Powered by AMP",
|
||||
"EnumValues": {}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Password",
|
||||
"Category": "Server Settings",
|
||||
"Description": "The Password for the Server",
|
||||
"Keywords": "password",
|
||||
"FieldName": "serverpassword",
|
||||
"InputType": "password",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "serverpassword",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "",
|
||||
"EnumValues": {}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Auto Save Interval",
|
||||
"Category": "Server Settings",
|
||||
"Description": "The Interval in which Auto saves are made (in seconds))",
|
||||
"Keywords": "autosave",
|
||||
"FieldName": "autosaveinterval",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "autosaveinterval",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "900",
|
||||
"EnumValues": {}
|
||||
},
|
||||
{
|
||||
"DisplayName": "MaxServerFramerate",
|
||||
"Category": "Server Settings",
|
||||
"Description": "The max framerate the server will allow for clients",
|
||||
"Keywords": "fps",
|
||||
"FieldName": "maxfps",
|
||||
"InputType": "text",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "maxfps",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "34",
|
||||
"EnumValues": {}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Max Players",
|
||||
"Category": "Server Settings",
|
||||
"Description": "The Maximum Player Count",
|
||||
"Keywords": "max players",
|
||||
"FieldName": "maxplayers",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "maxplayers",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "8",
|
||||
"EnumValues": {}
|
||||
}
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user