Update project-zomboidconfig.json

This commit is contained in:
Greelan 2021-12-25 17:39:00 +11:00 committed by GitHub
parent 0c64715946
commit e368026ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
{
"DisplayName": "Admin Password",
"Category": "Server Settings",
"Description": "In-game \"admin\" user password. You should change this after first installing the server",
"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",
@ -10,5 +10,49 @@
"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"
}
]