DayZ: add cfggameplay setting (#353)
This commit is contained in:
parent
2684d710fd
commit
cb7b997df4
@ -680,6 +680,22 @@
|
|||||||
"Placeholder":"1375",
|
"Placeholder":"1375",
|
||||||
"EnumValues":{}
|
"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",
|
"DisplayName":"Storage Auto Fix",
|
||||||
"Category":"DayZ Misc Settings",
|
"Category":"DayZ Misc Settings",
|
||||||
|
@ -70,6 +70,7 @@ pingWarning = {{pingWarning}};
|
|||||||
pingCritical = {{pingCritical}};
|
pingCritical = {{pingCritical}};
|
||||||
maxPing = {{maxPing}};
|
maxPing = {{maxPing}};
|
||||||
serverFpsWarning = {{serverFpsWarning}};
|
serverFpsWarning = {{serverFpsWarning}};
|
||||||
|
enableCfgGameplayFile = {{enableCfgGameplayFile}};
|
||||||
|
|
||||||
// *******
|
// *******
|
||||||
// USER CONFIGURABLE SETTINGS - ADD ADDITIONAL SETTINGS HERE
|
// USER CONFIGURABLE SETTINGS - ADD ADDITIONAL SETTINGS HERE
|
||||||
|
@ -680,6 +680,22 @@
|
|||||||
"Placeholder":"1375",
|
"Placeholder":"1375",
|
||||||
"EnumValues":{}
|
"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",
|
"DisplayName":"Storage Auto Fix",
|
||||||
"Category":"DayZ Misc Settings",
|
"Category":"DayZ Misc Settings",
|
||||||
|
@ -70,6 +70,7 @@ pingWarning = {{pingWarning}};
|
|||||||
pingCritical = {{pingCritical}};
|
pingCritical = {{pingCritical}};
|
||||||
maxPing = {{maxPing}};
|
maxPing = {{maxPing}};
|
||||||
serverFpsWarning = {{serverFpsWarning}};
|
serverFpsWarning = {{serverFpsWarning}};
|
||||||
|
enableCfgGameplayFile = {{enableCfgGameplayFile}};
|
||||||
|
|
||||||
// *******
|
// *******
|
||||||
// USER CONFIGURABLE SETTINGS - ADD ADDITIONAL SETTINGS HERE
|
// USER CONFIGURABLE SETTINGS - ADD ADDITIONAL SETTINGS HERE
|
||||||
|
Loading…
Reference in New Issue
Block a user