AMPTemplates/project-zomboidconfig.json

59 lines
1.8 KiB
JSON
Raw Normal View History

2021-12-23 07:57:17 +01:00
[
{
"DisplayName": "Admin Password",
"Category": "Server Settings",
2021-12-25 07:39:39 +01:00
"Description": "In-game \"admin\" user password (not the server password). You should change this after first installing the server",
2021-12-26 00:34:01 +01:00
"Keywords": "admin,password",
2021-12-23 07:57:17 +01:00
"FieldName": "adminpassword",
2021-12-23 11:41:21 +01:00
"InputType": "password",
2021-12-23 07:57:17 +01:00
"IsFlagArgument": false,
"ParamFieldName": "adminpassword",
"IncludeInCommandLine": true,
2021-12-23 11:19:37 +01:00
"DefaultValue": "Password123"
2021-12-25 07:39:00 +01:00
},
2021-12-25 09:42:30 +01:00
{
2021-12-25 07:39:00 +01:00
"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"
2021-12-25 07:39:00 +01:00
}
},
2021-12-25 09:42:30 +01:00
{
2021-12-25 07:39:00 +01:00
"DisplayName": "Steam Integration",
"Category": "Server Settings",
"Description": "Enable Steam integration",
2021-12-26 00:34:01 +01:00
"Keywords": "steam,integration",
2021-12-25 07:39:00 +01:00
"FieldName": "SteamInt",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "SteamInt",
"IncludeInCommandLine": false,
"DefaultValue": "1",
"EnumValues": {
"0": "False",
"1": "True"
2021-12-25 07:39:00 +01:00
}
},
{
"DisplayName": "Maximum Server Memory",
"Category": "Server Settings",
2021-12-25 21:36:21 +01:00
"Description": "Maximum server memory (in MB)",
2021-12-26 00:34:01 +01:00
"Keywords": "maximum,memory",
2021-12-25 20:57:05 +01:00
"FieldName": "MaxMemory",
2021-12-25 07:39:00 +01:00
"InputType": "number",
"IsFlagArgument": false,
2021-12-25 20:57:05 +01:00
"ParamFieldName": "MaxMemory",
2021-12-25 07:39:00 +01:00
"IncludeInCommandLine": false,
2021-12-25 21:36:21 +01:00
"DefaultValue": "4096"
2021-12-23 07:57:17 +01:00
}
]