From e368026ae072e768d0082f82b26dd4f5c1c25a4e Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sat, 25 Dec 2021 17:39:00 +1100 Subject: [PATCH] Update project-zomboidconfig.json --- project-zomboidconfig.json | 46 +++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 3c5c0cc..a526ca5 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -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" } ]