From 4ef2a2b01c0900eb7e23e71e09650ff185165e5f Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sat, 11 Feb 2023 01:52:20 +1100 Subject: [PATCH] Project Zomboid: setting tweaks (#288) --- project-zomboidconfig.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 7f8510a..da284ec 100755 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -129,7 +129,7 @@ "Description":"Welcome message when players join the server", "Keywords":"welcome,message,motd", "FieldName":"ServerWelcomeMessage", - "InputType":"text", + "InputType":"Textarea", "IsFlagArgument":false, "ParamFieldName":"ServerWelcomeMessage", "IncludeInCommandLine":false, @@ -251,40 +251,37 @@ "Description":"Semi-colon separated list of maps to load on the server. \"Muldraugh, KY\" should be last in the list", "Keywords":"map", "FieldName":"Map", - "InputType":"text", + "InputType":"Textarea", "IsFlagArgument":false, "ParamFieldName":"Map", "IncludeInCommandLine":false, "DefaultValue":"Muldraugh, KY", - "Placeholder":"RavenCreek;BedfordFalls;Muldraugh, KY", "EnumValues":{} }, { - "DisplayName":"Mods", + "DisplayName":"Load Mods", "Category":"PZ Server Settings", - "Description":"Semi-colon separated list of mod IDs to install on the server. The workshop IDs for the mods also need to be added to Workshop Items", + "Description":"Semi-colon separated list of mod IDs (eg 67commando;86oshkoshP19A) to load. To install them, the workshop IDs for the mods also need to be added to Install Workshop Items", "Keywords":"mods", "FieldName":"Mods", - "InputType":"text", + "InputType":"Textarea", "IsFlagArgument":false, "ParamFieldName":"Mods", "IncludeInCommandLine":false, "DefaultValue":"", - "Placeholder":"67commando;86oshkoshP19A;92amgeneralM998", "EnumValues":{} }, { - "DisplayName":"Workshop Items", + "DisplayName":"Install Workshop Items", "Category":"PZ Server Settings", - "Description":"Semi-colon separated list of IDs of workshop items to install on the server. Mod IDs also need to be added to Mods. NOTE: Don't use \"Steam workshop items\" under SteamCMD and Updates", + "Description":"Semi-colon separated list of IDs of workshop items (eg 2478247379;2566953935) to install. To load them, the mod IDs also need to be added to Load Mods. NOTE: Don't use \"Steam workshop items\" under SteamCMD and Updates", "Keywords":"workshop,items", "FieldName":"WorkshopItems", - "InputType":"text", + "InputType":"Textarea", "IsFlagArgument":false, "ParamFieldName":"WorkshopItems", "IncludeInCommandLine":false, "DefaultValue":"", - "Placeholder":"2478247379;2566953935", "EnumValues":{} }, {