ARK:SE: remove deprecated -NoTransferFromFiltering setting and fix OverrideOfficialDifficulty setting (#310)

This commit is contained in:
Greelan
2023-03-25 03:43:56 +11:00
committed by GitHub
parent 45aa5e25bc
commit f91d2bd30f
2 changed files with 8 additions and 25 deletions

View File

@@ -566,18 +566,17 @@
{
"DisplayName":"Override Official Difficulty",
"Category":"ARK Gameplay Settings",
"Description":"If enabled, sets to 5 the default server difficulty level (instead of 4)",
"Description":"Sets the default server difficulty level, allowing it to go above the default 4.0. Be careful not to go too high!",
"Keywords":"override,official,difficulty,overrideofficialdifficulty",
"FieldName":"OverrideOfficialDifficulty",
"InputType":"checkbox",
"InputType":"number",
"MinValue":"0",
"IsFlagArgument":false,
"ParamFieldName":"OverrideOfficialDifficulty",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"?OverrideOfficialDifficulty=5.0"
}
"IncludeInCommandLine":true,
"DefaultValue":"4.0",
"Placeholder":"4.0",
"EnumValues":{}
},
{
"DisplayName":"Enable Crosshair",
@@ -2021,22 +2020,6 @@
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Filter Transfers",
"Category":"ARK Cluster Settings",
"Description":"If set, prevents uploads from and downloads to servers that are not part of the cluster",
"Keywords":"filter,data,transfer,cluster,notransferfromfiltering",
"FieldName":"NoTransferFromFiltering",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"NoTransferFromFiltering",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"-NoTransferFromFiltering "
}
},
{
"DisplayName":"Prevent Character Download",
"Category":"ARK Cluster Settings",