59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
[
|
|
{
|
|
"DisplayName": "Admin Password",
|
|
"Category": "Server Settings",
|
|
"Description": "In-game \"admin\" user password (not the server password). You should change this after first installing the server",
|
|
"Keywords": "admin password",
|
|
"FieldName": "adminpassword",
|
|
"InputType": "password",
|
|
"IsFlagArgument": false,
|
|
"ParamFieldName": "adminpassword",
|
|
"IncludeInCommandLine": true,
|
|
"DefaultValue": "Password123"
|
|
},
|
|
{
|
|
"DisplayName": "SteamVAC",
|
|
"Category": "Server Settings",
|
|
"Description": "Enable SteamVAC",
|
|
"Keywords": "steamvac",
|
|
"FieldName": "steamvac",
|
|
"InputType": "checkbox",
|
|
"IsFlagArgument": false,
|
|
"ParamFieldName": "steamvac",
|
|
"IncludeInCommandLine": true,
|
|
"DefaultValue": "true",
|
|
"EnumValues": {
|
|
"false": "False",
|
|
"true": "True"
|
|
}
|
|
},
|
|
{
|
|
"DisplayName": "Steam Integration",
|
|
"Category": "Server Settings",
|
|
"Description": "Enable Steam integration",
|
|
"Keywords": "steam integration",
|
|
"FieldName": "SteamInt",
|
|
"InputType": "checkbox",
|
|
"IsFlagArgument": false,
|
|
"ParamFieldName": "SteamInt",
|
|
"IncludeInCommandLine": false,
|
|
"DefaultValue": "1",
|
|
"EnumValues": {
|
|
"0": "False",
|
|
"1": "True"
|
|
}
|
|
},
|
|
{
|
|
"DisplayName": "Maximum Server Memory",
|
|
"Category": "Server Settings",
|
|
"Description": "Maximum server memory (in GB)",
|
|
"Keywords": "maximum memory",
|
|
"FieldName": "MaxRAM",
|
|
"InputType": "number",
|
|
"IsFlagArgument": false,
|
|
"ParamFieldName": "MaxRAM",
|
|
"IncludeInCommandLine": false,
|
|
"DefaultValue": "4"
|
|
}
|
|
]
|