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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 25 deletions

View File

@ -27,7 +27,7 @@ App.ExecutableLinux=376030/ShooterGame/Binaries/Linux/ShooterGameServer
App.WorkingDir=376030/ShooterGame/Binaries/Win64
App.LinuxCommandLineArgs=
App.WindowsCommandLineArgs=
App.CommandLineArgs={{Map}}?listen?Port={{$GamePort}}?QueryPort={{$QueryPort}}?RCONEnabled=True?RCONServerGameLogBuffer=600?RCONPort={{$RCONPort}}?ServerAdminPassword={{$RemoteAdminPassword}}?SessionName="{{SessionName}}"?MultiHome={{$ApplicationIPBinding}}?{{$FormattedArgs}}{{OverrideOfficialDifficulty}}{{CustomOptions}} {{automanagedmods}}{{exclusivejoin}}{{BattlEye}}{{crossplay}}{{epiconly}}{{UseVivox}}{{insecure}}{{EnableIdlePlayerKick}}{{ForceAllowCaveFlyers}}{{nodinos}}{{PreventHibernation}}{{ForceRespawnDinos}}{{DisableRailgunPVP}}{{UseStructureStasisGrid}}{{AutoDestroyStructures}}{{NoTransferFromFiltering}} -ActiveEvent={{ActiveEvent}} -PublicIPForEpic={{PublicIPForEpic}} -culture={{culture}} -ClusterDirOverride="{{ClusterDirOverride}}" -clusterid={{clusterid}} {{CustomFlags}} -servergamelog
App.CommandLineArgs={{Map}}?listen?Port={{$GamePort}}?QueryPort={{$QueryPort}}?RCONEnabled=True?RCONServerGameLogBuffer=600?RCONPort={{$RCONPort}}?ServerAdminPassword={{$RemoteAdminPassword}}?SessionName="{{SessionName}}"?MultiHome={{$ApplicationIPBinding}}?{{$FormattedArgs}}{{CustomOptions}} {{automanagedmods}}{{exclusivejoin}}{{BattlEye}}{{crossplay}}{{epiconly}}{{UseVivox}}{{insecure}}{{EnableIdlePlayerKick}}{{ForceAllowCaveFlyers}}{{nodinos}}{{PreventHibernation}}{{ForceRespawnDinos}}{{DisableRailgunPVP}}{{UseStructureStasisGrid}}{{AutoDestroyStructures}} -ActiveEvent={{ActiveEvent}} -PublicIPForEpic={{PublicIPForEpic}} -culture={{culture}} -ClusterDirOverride="{{ClusterDirOverride}}" -clusterid={{clusterid}} {{CustomFlags}} -servergamelog
App.UseLinuxIOREDIR=False
App.AppSettings={}
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"346110"}

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",