DayZ: add cfggameplay setting (#353)

This commit is contained in:
Greelan 2023-05-06 18:19:35 +10:00 committed by GitHub
parent 2684d710fd
commit cb7b997df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 0 deletions

View File

@ -680,6 +680,22 @@
"Placeholder":"1375",
"EnumValues":{}
},
{
"DisplayName":"Enable Gameplay Settings File",
"Category":"DayZ Gameplay Settings",
"Description":"If enabled, allows the use of cfggameplay.json to modify [gameplay settings](https://community.bistudio.com/wiki/DayZ:Gameplay_Settings)",
"Keywords":"gameplay,settings,file,cfggameplay,enablecfggameplayfile",
"FieldName":"enableCfgGameplayFile",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"enableCfgGameplayFile",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Storage Auto Fix",
"Category":"DayZ Misc Settings",

View File

@ -70,6 +70,7 @@ pingWarning = {{pingWarning}};
pingCritical = {{pingCritical}};
maxPing = {{maxPing}};
serverFpsWarning = {{serverFpsWarning}};
enableCfgGameplayFile = {{enableCfgGameplayFile}};
// *******
// USER CONFIGURABLE SETTINGS - ADD ADDITIONAL SETTINGS HERE

View File

@ -680,6 +680,22 @@
"Placeholder":"1375",
"EnumValues":{}
},
{
"DisplayName":"Enable Gameplay Settings File",
"Category":"DayZ Gameplay Settings",
"Description":"If enabled, allows the use of cfggameplay.json to modify [gameplay settings](https://community.bistudio.com/wiki/DayZ:Gameplay_Settings)",
"Keywords":"gameplay,settings,file,cfggameplay,enablecfggameplayfile",
"FieldName":"enableCfgGameplayFile",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"enableCfgGameplayFile",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Storage Auto Fix",
"Category":"DayZ Misc Settings",

View File

@ -70,6 +70,7 @@ pingWarning = {{pingWarning}};
pingCritical = {{pingCritical}};
maxPing = {{maxPing}};
serverFpsWarning = {{serverFpsWarning}};
enableCfgGameplayFile = {{enableCfgGameplayFile}};
// *******
// USER CONFIGURABLE SETTINGS - ADD ADDITIONAL SETTINGS HERE