Project Zomboid: setting tweaks (#288)

This commit is contained in:
Greelan 2023-02-11 01:52:20 +11:00 committed by GitHub
parent 0aee576520
commit 4ef2a2b01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@
"Description":"Welcome message when players join the server", "Description":"Welcome message when players join the server",
"Keywords":"welcome,message,motd", "Keywords":"welcome,message,motd",
"FieldName":"ServerWelcomeMessage", "FieldName":"ServerWelcomeMessage",
"InputType":"text", "InputType":"Textarea",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"ServerWelcomeMessage", "ParamFieldName":"ServerWelcomeMessage",
"IncludeInCommandLine":false, "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", "Description":"Semi-colon separated list of maps to load on the server. \"Muldraugh, KY\" should be last in the list",
"Keywords":"map", "Keywords":"map",
"FieldName":"Map", "FieldName":"Map",
"InputType":"text", "InputType":"Textarea",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"Map", "ParamFieldName":"Map",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Muldraugh, KY", "DefaultValue":"Muldraugh, KY",
"Placeholder":"RavenCreek;BedfordFalls;Muldraugh, KY",
"EnumValues":{} "EnumValues":{}
}, },
{ {
"DisplayName":"Mods", "DisplayName":"Load Mods",
"Category":"PZ Server Settings", "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", "Keywords":"mods",
"FieldName":"Mods", "FieldName":"Mods",
"InputType":"text", "InputType":"Textarea",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"Mods", "ParamFieldName":"Mods",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Placeholder":"67commando;86oshkoshP19A;92amgeneralM998",
"EnumValues":{} "EnumValues":{}
}, },
{ {
"DisplayName":"Workshop Items", "DisplayName":"Install Workshop Items",
"Category":"PZ Server Settings", "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", "Keywords":"workshop,items",
"FieldName":"WorkshopItems", "FieldName":"WorkshopItems",
"InputType":"text", "InputType":"Textarea",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"WorkshopItems", "ParamFieldName":"WorkshopItems",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Placeholder":"2478247379;2566953935",
"EnumValues":{} "EnumValues":{}
}, },
{ {