From 34fd71a3480130de742dd5e5ee0937173b9622f7 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sun, 13 Aug 2023 07:29:20 +1000 Subject: [PATCH] ARK:SE: add setting (#442) --- ark-se.kvp | 2 +- ark-seconfig.json | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ark-se.kvp b/ark-se.kvp index 00a11d8..dde4066 100644 --- a/ark-se.kvp +++ b/ark-se.kvp @@ -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}} -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}}{{OverrideOfficialDifficulty}}{{CustomOptions}} {{automanagedmods}}{{exclusivejoin}}{{BattlEye}}{{crossplay}}{{epiconly}}{{UseVivox}}{{insecure}}{{EnableIdlePlayerKick}}{{AllowFlyerSpeedLeveling}}{{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"} diff --git a/ark-seconfig.json b/ark-seconfig.json index 4f36b97..cb60891 100644 --- a/ark-seconfig.json +++ b/ark-seconfig.json @@ -997,6 +997,22 @@ "True":"True" } }, + { + "DisplayName":"Allow Flyer Speed Levelling", + "Category":"ARK Gameplay Settings", + "Description":"If set, flyers can have their movement speed levelled up", + "Keywords":"flyer,movement,speed,level,up,allowflyerspeedleveling", + "FieldName":"AllowFlyerSpeedLeveling", + "InputType":"checkbox", + "IsFlagArgument":false, + "ParamFieldName":"AllowFlyerSpeedLeveling", + "IncludeInCommandLine":false, + "DefaultValue":"", + "EnumValues":{ + "False":"", + "True":"-AllowFlyerSpeedLeveling " + } + }, { "DisplayName":"Allow Cave Flyers", "Category":"ARK Gameplay Settings", @@ -2178,4 +2194,4 @@ "True":"true" } } -] \ No newline at end of file +]