ARK:SE: remove deprecated -NoTransferFromFiltering setting and fix OverrideOfficialDifficulty setting (#310)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user