Project Zomboid: setting tweaks (#288)
This commit is contained in:
parent
0aee576520
commit
4ef2a2b01c
@ -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":{}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user