Add ARK: Survival Evolved (generic) (#266)
* Add ARK: Survival Evolved * Final updates * Update ark-seconfig.json * Update ark-seconfig.json * Update ark-seupdates.json * Update chat regex * Metaconfig updates * Final final updates * Settings tweaks * Update settings descriptions * Gotta be final, right? * IceOfWraith made me do it * Update ark-seconfig.json
This commit is contained in:
parent
89bba4b2ed
commit
b9b2a9c76e
88
ark-se.kvp
Normal file
88
ark-se.kvp
Normal file
@ -0,0 +1,88 @@
|
||||
Meta.DisplayName=ARK: Survival Evolved
|
||||
Meta.Description=ARK: Survival Evolved Dedicated Server
|
||||
Meta.OS=Windows, Linux
|
||||
Meta.Arch=x86_64
|
||||
Meta.Author=Greelan, Shinynecrid, IceOfWraith
|
||||
Meta.URL=https://store.epicgames.com/en-US/p/ark
|
||||
Meta.DisplayImageSource=steam:346110
|
||||
Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.Ports.$QueryPort}
|
||||
Meta.ConfigManifest=ark-seconfig.json
|
||||
Meta.MetaConfigManifest=ark-semetaconfig.json
|
||||
Meta.ConfigRoot=ark-se.kvp
|
||||
Meta.MinAMPVersion=2.4.1.4
|
||||
Meta.SpecificDockerImage=
|
||||
Meta.DockerRequired=False
|
||||
Meta.ContainerPolicy=Supported
|
||||
Meta.ContainerPolicyReason=
|
||||
Meta.ExtraSetupStepsURI=https://gist.github.com/Greelan/ec1acbd44f3e9d550737754ca97f715e
|
||||
Meta.Prerequsites=[]
|
||||
Meta.ExtraContainerPackages=[]
|
||||
Meta.ConfigReleaseState=
|
||||
Meta.NoCommercialUsage=False
|
||||
App.DisplayName=ARK: Survival Evolved
|
||||
App.RootDir=./ark-se/
|
||||
App.BaseDirectory=./ark-se/376030/
|
||||
App.ExecutableWin=376030\ShooterGame\Binaries\Win64\ShooterGameServer.exe
|
||||
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}}"?{{$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.UseLinuxIOREDIR=False
|
||||
App.AppSettings={}
|
||||
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"346110"}
|
||||
App.CommandLineParameterFormat={0}={1}
|
||||
App.CommandLineParameterDelimiter=?
|
||||
App.ExitMethod=String
|
||||
App.ExitTimeout=30
|
||||
App.ExitString=DoExit
|
||||
App.ExitFile=app_exit.lck
|
||||
App.HasWriteableConsole=True
|
||||
App.HasReadableConsole=True
|
||||
App.SupportsLiveSettingsChanges=False
|
||||
App.LiveSettingChangeCommandFormat=set {0} "{1}"
|
||||
App.ApplicationIPBinding=0.0.0.0
|
||||
App.Ports=[{"Protocol":"UDP","Port":7777,"Ref":"GamePort","Name":"Game Port","Description":"Port for game traffic"},{"Protocol":"UDP","Port":7778,"Ref":"ReservedPort","Name":"Reserved Port","Description":"Reserved port"},{"Protocol":"UDP","Port":27015,"Ref":"QueryPort","Name":"Query Port","Description":"Port for Steam query traffic"},{"Protocol":"TCP","Port":27020,"Ref":"RCONPort","Name":"RCON Port","Description":"Port for RCON traffic"}]
|
||||
App.AdminPortRef=RCONPort
|
||||
App.PrimaryApplicationPortRef=GamePort
|
||||
App.UniversalSleepApplicationUDPPortRef=GamePort
|
||||
App.UniversalSleepSteamQueryPortRef=QueryPort
|
||||
App.MaxUsers=70
|
||||
App.UseRandomAdminPassword=True
|
||||
App.RemoteAdminPassword=
|
||||
App.AdminMethod=SourceRCON
|
||||
App.AdminLoginTransform=None
|
||||
App.RCONConnectDelaySeconds=5
|
||||
App.RCONConnectRetrySeconds=5
|
||||
App.RCONHeartbeatMinutes=0.09
|
||||
App.RCONHeartbeatCommand=GetGameLog
|
||||
App.TelnetLoginFormat={0}
|
||||
App.UpdateSources=@IncludeJson[ark-seupdates.json]
|
||||
App.Compatibility=None
|
||||
App.SteamUpdateAnonymousLogin=True
|
||||
App.SteamForceLoginPrompt=False
|
||||
App.RapidStartup=False
|
||||
App.MonitorChildProcess=False
|
||||
App.MonitorChildProcessWaitMs=100
|
||||
App.MonitorChildProcessName=
|
||||
App.SupportsUniversalSleep=False
|
||||
App.WakeupMode=Any
|
||||
App.ApplicationReadyMode=RCONConnected
|
||||
App.TemplateMatchRegex={{(\$?[\w]+)}}
|
||||
Console.FilterMatchRegex=
|
||||
Console.FilterMatchReplacement=
|
||||
Console.ThrowawayMessageRegex=^(Keep Alive|\[S_API FAIL\] SteamAPI_Init\(\) failed; SteamAPI_IsSteamRunning\(\) failed\.|Server received, But no response!! \n |Setting breakpad minidump AppID = 346110)$
|
||||
Console.UserJoinRegex=^[\d\.]+_[\d\.]+: (?<username>.+?) joined this ARK!\n \n $
|
||||
Console.UserLeaveRegex=^[\d\.]+_[\d\.]+: (?<username>.+?) left this ARK!\n \n $
|
||||
Console.UserChatRegex=^[\d\.]+_[\d\.]+:( | )(?<username>.+?)( | )\((?:.+?)\): (?<message>.+)\n \n $
|
||||
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
||||
Console.MetricsRegex=
|
||||
Console.SuppressLogAtStart=False
|
||||
Console.ActivateLogRegex=
|
||||
Console.UserActions={}
|
||||
Limits.SleepMode=True
|
||||
Limits.SleepOnStart=False
|
||||
Limits.SleepDelayMinutes=5
|
||||
Limits.DozeDelay=2
|
||||
Limits.AutoRetryCount=5
|
||||
Limits.SleepStartThresholdSeconds=25
|
2184
ark-seconfig.json
Normal file
2184
ark-seconfig.json
Normal file
File diff suppressed because it is too large
Load Diff
80
ark-segame.ini
Normal file
80
ark-segame.ini
Normal file
@ -0,0 +1,80 @@
|
||||
[/Script/ShooterGame.ShooterGameMode]
|
||||
bDisableGenesisMissions=False
|
||||
bIgnoreStructuresPreventionVolumes=True
|
||||
bGenesisUseStructuresPreventionVolumes=True
|
||||
bShowCreativeMode=False
|
||||
bAutoUnlockAllEngrams=False
|
||||
MaxTribeLogs=100
|
||||
bDisableFriendlyFire=False
|
||||
bUseCorpseLocator=False
|
||||
bDisableStructurePlacementCollision=False
|
||||
bAllowUnlimitedRespecs=False
|
||||
bPvEDisableFriendlyFire=False
|
||||
bFlyerPlatformAllowUnalignedDinoBasing=False
|
||||
bDisableLootCrates=False
|
||||
bIncreasePvPRespawnInterval=False
|
||||
IncreasePvPRespawnIntervalCheckPeriod=300
|
||||
IncreasePvPRespawnIntervalMultiplier=2
|
||||
IncreasePvPRespawnIntervalBaseAmount=60
|
||||
bAutoPvETimer=False
|
||||
bAutoPvEUseSystemTime=False
|
||||
AutoPvEStartTimeSeconds=0
|
||||
AutoPvEStopTimeSeconds=0
|
||||
bPvEAllowTribeWar=True
|
||||
bPvEAllowTribeWarCancel=False
|
||||
MaxAlliancesPerTribe=10
|
||||
MaxNumberOfPlayersInTribe=0
|
||||
FastDecayInterval=43200
|
||||
bAllowCustomRecipes=False
|
||||
CustomRecipeEffectivenessMultiplier=1.00000
|
||||
CustomRecipeSkillMultiplier=1.00000
|
||||
bAllowPlatformSaddleMultiFloors=False
|
||||
UseCorpseLifeSpanMultiplier=1.00000
|
||||
GlobalPoweredBatteryDurabilityDecreasePerSecond=3
|
||||
OverrideMaxExperiencePointsPlayer=0
|
||||
OverrideMaxExperiencePointsDino=0
|
||||
PlayerHarvestingDamageMultiplier=1.00000
|
||||
CraftingSkillBonusMultiplier=1.00000
|
||||
DinoHarvestingDamageMultiplier=3.20000
|
||||
DinoTurretDamageMultiplier=1.00000
|
||||
WildDinoCharacterFoodDrainMultiplier=1.00000
|
||||
WildDinoTorporDrainMultiplier=1.00000
|
||||
TamedDinoCharacterFoodDrainMultiplier=1.00000
|
||||
TamedDinoTorporDrainMultiplier=1.00000
|
||||
PassiveTameIntervalMultiplier=1.00000
|
||||
ResourceNoReplenishRadiusPlayers=1.00000
|
||||
ResourceNoReplenishRadiusStructures=1.00000
|
||||
GlobalItemDecompositionTimeMultiplier=1.00000
|
||||
GlobalCorpseDecompositionTimeMultiplier=1.00000
|
||||
CraftXPMultiplier=1.00000
|
||||
HarvestXPMultiplier=1.00000
|
||||
KillXPMultiplier=1.00000
|
||||
SpecialXPMultiplier=1.00000
|
||||
StructureDamageRepairCooldown=180
|
||||
PvPZoneStructureDamageMultiplier=6.00000
|
||||
bPassiveDefensesDamageRiderlessDinos=False
|
||||
bLimitTurretsInRange=True
|
||||
LimitTurretsRange=10000
|
||||
LimitTurretsNum=100
|
||||
bHardLimitTurretsInRange=False
|
||||
PreventOfflinePvPConnectionInvincibleInterval=5.00000
|
||||
bDisableDinoRiding=False
|
||||
bDisableDinoTaming=False
|
||||
bUseTameLimitForStructuresOnly=False
|
||||
GlobalSpoilingTimeMultiplier=1.00000
|
||||
BabyImprintingStatScaleMultiplier=1.00000
|
||||
BabyImprintAmountMultiplier=1.00000
|
||||
MatingIntervalMultiplier=1.00000
|
||||
LayEggIntervalMultiplier=1.00000
|
||||
EggHatchSpeedMultiplier=1.00000
|
||||
BabyMatureSpeedMultiplier=1.00000
|
||||
BabyCuddleIntervalMultiplier=1.00000
|
||||
BabyCuddleGracePeriodMultiplier=1.00000
|
||||
BabyCuddleLoseImprintQualitySpeedMultiplier=1.00000
|
||||
BabyFoodConsumptionSpeedMultiplier=1.00000
|
||||
SupplyCrateLootQualityMultiplier=1.00000
|
||||
FishingLootQualityMultiplier=1.00000
|
||||
CropGrowthSpeedMultiplier=1.00000
|
||||
PoopIntervalMultiplier=1.00000
|
||||
CropDecaySpeedMultiplier=1.00000
|
||||
HairGrowthSpeedMultiplier=1.00000
|
169
ark-selinux-gameusersettings.ini
Normal file
169
ark-selinux-gameusersettings.ini
Normal file
@ -0,0 +1,169 @@
|
||||
[ServerSettings]
|
||||
BanListURL="http://arkdedicated.com/banlist.txt"
|
||||
AlwaysNotifyPlayerJoined=False
|
||||
AllowCaveBuildingPVE=False
|
||||
MaxPlatformSaddleStructureLimit=100
|
||||
|
||||
[/Script/ShooterGame.ShooterGameUserSettings]
|
||||
MasterAudioVolume=1.000000
|
||||
MusicAudioVolume=1.000000
|
||||
SFXAudioVolume=1.000000
|
||||
VoiceAudioVolume=2.000000
|
||||
CharacterAudioVolume=1.000000
|
||||
UIScaling=1.000000
|
||||
UIQuickbarScaling=0.650000
|
||||
CameraShakeScale=0.650000
|
||||
bFirstPersonRiding=False
|
||||
bThirdPersonPlayer=False
|
||||
bInventoryHideUnlearnedEngrams=False
|
||||
bShowStatusNotificationMessages=True
|
||||
TrueSkyQuality=0.000000
|
||||
FOVMultiplier=1.000000
|
||||
GroundClutterDensity=0.000000
|
||||
bFilmGrain=False
|
||||
bMotionBlur=False
|
||||
bUseDistanceFieldAmbientOcclusion=False
|
||||
bUseSSAO=False
|
||||
bShowChatBox=True
|
||||
bCameraViewBob=True
|
||||
bInvertLookY=False
|
||||
bFloatingNames=True
|
||||
bChatBubbles=True
|
||||
bHideServerInfo=False
|
||||
bJoinNotifications=False
|
||||
bCraftablesShowAllItems=False
|
||||
bLocalInventoryItemsShowAllItems=False
|
||||
bLocalInventoryCraftingShowAllItems=True
|
||||
bRemoteInventoryItemsShowAllItems=False
|
||||
bRemoteInventoryCraftingShowAllItems=False
|
||||
bRemoteInventoryShowEngrams=True
|
||||
bForceDisableSuperDetailMode=True
|
||||
LookLeftRightSensitivity=1.000000
|
||||
LookUpDownSensitivity=1.000000
|
||||
GraphicsQuality=1
|
||||
ActiveLingeringWorldTiles=1
|
||||
ClientNetQuality=3
|
||||
LastServerSearchType=0
|
||||
LastServerSort=2
|
||||
LastPVESearchType=-1
|
||||
LastDLCTypeSearchType=-1
|
||||
LastServerSortAsc=True
|
||||
LastAutoFavorite=True
|
||||
LastServerSearchHideFull=False
|
||||
LastServerSearchProtected=False
|
||||
LastServerSearchIncludeServersWithActiveMods=True
|
||||
HideItemTextOverlay=True
|
||||
bQuickToggleItemNames=True
|
||||
bDistanceFieldShadowing=False
|
||||
LODScalar=0.780000
|
||||
bToggleToTalk=False
|
||||
HighQualityMaterials=True
|
||||
HighQualitySurfaces=True
|
||||
bTemperatureF=False
|
||||
bDisableTorporEffect=False
|
||||
bChatShowSteamName=False
|
||||
bChatShowTribeName=True
|
||||
bReverseTribeLogOrder=False
|
||||
EmoteKeyBind1=0
|
||||
EmoteKeyBind2=0
|
||||
bNoBloodEffects=False
|
||||
bLowQualityVFX=False
|
||||
bSpectatorManualFloatingNames=False
|
||||
bSuppressAdminIcon=False
|
||||
bUseSimpleDistanceMovement=False
|
||||
bDisableMeleeCameraSwingAnims=False
|
||||
bHighQualityAnisotropicFiltering=False
|
||||
bUseLowQualityLevelStreaming=True
|
||||
bPreventInventoryOpeningSounds=False
|
||||
bPreventItemCraftingSounds=False
|
||||
bPreventHitMarkers=False
|
||||
bPreventCrosshair=False
|
||||
bPreventColorizedItemNames=False
|
||||
bHighQualityLODs=False
|
||||
bExtraLevelStreamingDistance=False
|
||||
bEnableColorGrading=True
|
||||
DOFSettingInterpTime=0.000000
|
||||
bDisableBloom=False
|
||||
bDisableLightShafts=False
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
bDisableMenuTransitions=False
|
||||
bEnableInventoryItemTooltips=True
|
||||
bRemoteInventoryShowCraftables=False
|
||||
bNoTooltipDelay=False
|
||||
LocalItemSortType=0
|
||||
LocalCraftingSortType=0
|
||||
RemoteItemSortType=0
|
||||
RemoteCraftingSortType=0
|
||||
VersionMetaTag=1
|
||||
ShowExplorerNoteSubtitles=False
|
||||
DisableMenuMusic=False
|
||||
DisableDefaultCharacterItems=False
|
||||
bRequestDefaultCharacterItemsOnce=False
|
||||
bHasSeenGen2Intro=False
|
||||
bHideFloatingPlayerNames=False
|
||||
bHideGamepadItemSelectionModifier=False
|
||||
bToggleExtendedHUDInfo=False
|
||||
PlayActionWheelClickSound=True
|
||||
CompanionReactionVerbosity=3
|
||||
EnableEnvironmentalReactions=True
|
||||
EnableRespawnReactions=True
|
||||
EnableDeathReactions=True
|
||||
EnableSayHelloReactions=True
|
||||
EnableEmoteReactions=True
|
||||
EnableMovementSounds=True
|
||||
DisableSubtitles=False
|
||||
CompanionSubtitleVerbosityLevel=3
|
||||
CompanionIsHiddenState=False
|
||||
MaxAscensionLevel=0
|
||||
bHostSessionHasBeenOpened=False
|
||||
bForceTPVCameraOffset=False
|
||||
bDisableTPVCameraInterpolation=False
|
||||
bFPVClimbingGear=False
|
||||
bFPVGlidingGear=False
|
||||
Gamma1=2.200000
|
||||
Gamma2=3.000000
|
||||
AmbientSoundVolume=1.000000
|
||||
bAllowAnimationStaggering=True
|
||||
bUseOldThirdPersonCameraTrace=False
|
||||
bUseOldThirdPersonCameraOffset=False
|
||||
bLowQualityAnimations=True
|
||||
bShowedGenesisDLCBackground=False
|
||||
bShowedGenesis2DLCBackground=False
|
||||
bViewedAnimatedSeriesTrailer=False
|
||||
bViewedARK2Trailer=False
|
||||
bShowRTSKeyBinds=True
|
||||
bHasCompletedGen2=False
|
||||
StopExplorerNoteAudioOnClose=False
|
||||
bUseVSync=False
|
||||
MacroCtrl0=
|
||||
MacroCtrl1=
|
||||
MacroCtrl2=
|
||||
MacroCtrl3=
|
||||
MacroCtrl4=
|
||||
MacroCtrl5=
|
||||
MacroCtrl6=
|
||||
MacroCtrl7=
|
||||
MacroCtrl8=
|
||||
MacroCtrl9=
|
||||
ResolutionSizeX=1280
|
||||
ResolutionSizeY=720
|
||||
LastUserConfirmedResolutionSizeX=1280
|
||||
LastUserConfirmedResolutionSizeY=720
|
||||
WindowPosX=-1
|
||||
WindowPosY=-1
|
||||
bUseDesktopResolutionForFullscreen=False
|
||||
FullscreenMode=2
|
||||
LastConfirmedFullscreenMode=2
|
||||
Version=5
|
||||
|
||||
[MessageOfTheDay]
|
||||
Message=Welcome to ARK!
|
||||
Duration=20
|
26
ark-semetaconfig.json
Normal file
26
ark-semetaconfig.json
Normal file
@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"ConfigFile":"./ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini",
|
||||
"AutoMap":true,
|
||||
"ConfigType":"ini",
|
||||
"ConfigFormat":"{0}=\"{1}\"",
|
||||
"ConfigFormatRegex":"^(?<key>.+?)=\"?(?<value>.+?)?\"?$"
|
||||
},
|
||||
{
|
||||
"ConfigFile":"./ShooterGame/Saved/Config/LinuxServer/Game.ini",
|
||||
"AutoMap":true,
|
||||
"ConfigType":"ini"
|
||||
},
|
||||
{
|
||||
"ConfigFile":"./ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini",
|
||||
"AutoMap":true,
|
||||
"ConfigType":"ini",
|
||||
"ConfigFormat":"{0}=\"{1}\"",
|
||||
"ConfigFormatRegex":"^(?<key>.+?)=\"?(?<value>.+?)?\"?$"
|
||||
},
|
||||
{
|
||||
"ConfigFile":"./ShooterGame/Saved/Config/WindowsServer/Game.ini",
|
||||
"AutoMap":true,
|
||||
"ConfigType":"ini"
|
||||
}
|
||||
]
|
108
ark-seupdates.json
Normal file
108
ark-seupdates.json
Normal file
@ -0,0 +1,108 @@
|
||||
[
|
||||
{
|
||||
"UpdateStageName":"Symlink Removal",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
"UpdateSource":"Executable",
|
||||
"UpdateSourceData":"/bin/bash",
|
||||
"UpdateSourceArgs":"-c 'rm {{$FullBaseDir}}ShooterGame/Binaries/Win64'"
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"SteamCMD Server Download",
|
||||
"UpdateSourcePlatform":"All",
|
||||
"UpdateSource":"SteamCMD",
|
||||
"UpdateSourceData":"376030",
|
||||
"UpdateSourceArgs":"346110"
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"SteamCMD Directory Creation",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
"UpdateSource":"CreateDirectory",
|
||||
"UpdateSourceArgs":"{{$FullBaseDir}}Engine/Binaries/ThirdParty/SteamCMD/Linux"
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"SteamCMD Symlinks Creation",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
"UpdateSource":"Executable",
|
||||
"UpdateSourceData":"/bin/bash",
|
||||
"UpdateSourceArgs":"-c 'ln -sf {{$FullRootDir}}steamcmd.sh {{$FullRootDir}}linux32 ~/Steam/steamapps {{$FullBaseDir}}Engine/Binaries/ThirdParty/SteamCMD/Linux/'"
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"Working Directory Replacement",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
"UpdateSource":"Executable",
|
||||
"UpdateSourceData":"/bin/bash",
|
||||
"UpdateSourceArgs":"-c 'rm -rf {{$FullBaseDir}}ShooterGame/Binaries/Win64; ln -sf {{$FullBaseDir}}ShooterGame/Binaries/Linux {{$FullBaseDir}}ShooterGame/Binaries/Win64'"
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"Config Directory Creation",
|
||||
"UpdateSourcePlatform":"Windows",
|
||||
"UpdateSource":"CreateDirectory",
|
||||
"UpdateSourceArgs":"{{$FullBaseDir}}ShooterGame/Saved/Config/WindowsServer",
|
||||
"OverwriteExistingFiles":false
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"Config Directory Creation",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
"UpdateSource":"CreateDirectory",
|
||||
"UpdateSourceArgs":"{{$FullBaseDir}}ShooterGame/Saved/Config/LinuxServer",
|
||||
"OverwriteExistingFiles":false
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"Game.ini Config Download",
|
||||
"UpdateSourcePlatform":"Windows",
|
||||
"UpdateSource":"FetchURL",
|
||||
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/ark-segame.ini",
|
||||
"UpdateSourceArgs":"Game.ini",
|
||||
"UpdateSourceTarget":"{{$FullBaseDir}}ShooterGame/Saved/Config/WindowsServer/",
|
||||
"OverwriteExistingFiles":false
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"Game.ini Config Download",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
"UpdateSource":"FetchURL",
|
||||
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/ark-segame.ini",
|
||||
"UpdateSourceArgs":"Game.ini",
|
||||
"UpdateSourceTarget":"{{$FullBaseDir}}ShooterGame/Saved/Config/LinuxServer/",
|
||||
"OverwriteExistingFiles":false
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"GameUserSettings.ini Config Download",
|
||||
"UpdateSourcePlatform":"Windows",
|
||||
"UpdateSource":"FetchURL",
|
||||
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/ark-sewin-gameusersettings.ini",
|
||||
"UpdateSourceArgs":"GameUserSettings.ini",
|
||||
"UpdateSourceTarget":"{{$FullBaseDir}}ShooterGame/Saved/Config/WindowsServer/",
|
||||
"OverwriteExistingFiles":false
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"GameUserSettings.ini Config Download",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
"UpdateSource":"FetchURL",
|
||||
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/ark-selinux-gameusersettings.ini",
|
||||
"UpdateSourceArgs":"GameUserSettings.ini",
|
||||
"UpdateSourceTarget":"{{$FullBaseDir}}ShooterGame/Saved/Config/LinuxServer/",
|
||||
"OverwriteExistingFiles":false
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"First Backup Exclusions Download",
|
||||
"UpdateSourcePlatform":"All",
|
||||
"UpdateSource":"FetchURL",
|
||||
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/exclusions/.backupExclusionsArk1",
|
||||
"UpdateSourceArgs":".backupExclude",
|
||||
"UpdateSourceTarget":"{{$FullBaseDir}}",
|
||||
"UpdateSourceConditionSetting":"backupExclude",
|
||||
"UpdateSourceConditionValue":"true",
|
||||
"OverwriteExistingFiles":false
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"Second Backup Exclusions Download",
|
||||
"UpdateSourcePlatform":"All",
|
||||
"UpdateSource":"FetchURL",
|
||||
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/exclusions/.backupExclusionsArk2",
|
||||
"UpdateSourceArgs":".backupExclude",
|
||||
"UpdateSourceTarget":"{{$FullBaseDir}}ShooterGame",
|
||||
"UpdateSourceConditionSetting":"backupExclude",
|
||||
"UpdateSourceConditionValue":"true",
|
||||
"OverwriteExistingFiles":false
|
||||
}
|
||||
]
|
169
ark-sewin-gameusersettings.ini
Normal file
169
ark-sewin-gameusersettings.ini
Normal file
@ -0,0 +1,169 @@
|
||||
[ServerSettings]
|
||||
BanListURL="http://arkdedicated.com/banlist.txt"
|
||||
AlwaysNotifyPlayerJoined=False
|
||||
AllowCaveBuildingPVE=False
|
||||
MaxPlatformSaddleStructureLimit=100
|
||||
|
||||
[/Script/ShooterGame.ShooterGameUserSettings]
|
||||
MasterAudioVolume=1.000000
|
||||
MusicAudioVolume=1.000000
|
||||
SFXAudioVolume=1.000000
|
||||
VoiceAudioVolume=2.000000
|
||||
CharacterAudioVolume=1.000000
|
||||
UIScaling=1.000000
|
||||
UIQuickbarScaling=0.650000
|
||||
CameraShakeScale=0.650000
|
||||
bFirstPersonRiding=False
|
||||
bThirdPersonPlayer=False
|
||||
bInventoryHideUnlearnedEngrams=False
|
||||
bShowStatusNotificationMessages=True
|
||||
TrueSkyQuality=0.700000
|
||||
FOVMultiplier=1.000000
|
||||
GroundClutterDensity=1.000000
|
||||
bFilmGrain=False
|
||||
bMotionBlur=False
|
||||
bUseDistanceFieldAmbientOcclusion=False
|
||||
bUseSSAO=True
|
||||
bShowChatBox=True
|
||||
bCameraViewBob=True
|
||||
bInvertLookY=False
|
||||
bFloatingNames=True
|
||||
bChatBubbles=True
|
||||
bHideServerInfo=False
|
||||
bJoinNotifications=False
|
||||
bCraftablesShowAllItems=False
|
||||
bLocalInventoryItemsShowAllItems=False
|
||||
bLocalInventoryCraftingShowAllItems=True
|
||||
bRemoteInventoryItemsShowAllItems=False
|
||||
bRemoteInventoryCraftingShowAllItems=False
|
||||
bRemoteInventoryShowEngrams=True
|
||||
bForceDisableSuperDetailMode=True
|
||||
LookLeftRightSensitivity=1.000000
|
||||
LookUpDownSensitivity=1.000000
|
||||
GraphicsQuality=1
|
||||
ActiveLingeringWorldTiles=7
|
||||
ClientNetQuality=3
|
||||
LastServerSearchType=0
|
||||
LastServerSort=2
|
||||
LastPVESearchType=-1
|
||||
LastDLCTypeSearchType=-1
|
||||
LastServerSortAsc=True
|
||||
LastAutoFavorite=True
|
||||
LastServerSearchHideFull=False
|
||||
LastServerSearchProtected=False
|
||||
LastServerSearchIncludeServersWithActiveMods=True
|
||||
HideItemTextOverlay=True
|
||||
bQuickToggleItemNames=True
|
||||
bDistanceFieldShadowing=True
|
||||
LODScalar=1.000000
|
||||
bToggleToTalk=False
|
||||
HighQualityMaterials=True
|
||||
HighQualitySurfaces=True
|
||||
bTemperatureF=False
|
||||
bDisableTorporEffect=False
|
||||
bChatShowSteamName=False
|
||||
bChatShowTribeName=True
|
||||
bReverseTribeLogOrder=False
|
||||
EmoteKeyBind1=0
|
||||
EmoteKeyBind2=0
|
||||
bNoBloodEffects=False
|
||||
bLowQualityVFX=False
|
||||
bSpectatorManualFloatingNames=False
|
||||
bSuppressAdminIcon=False
|
||||
bUseSimpleDistanceMovement=False
|
||||
bDisableMeleeCameraSwingAnims=False
|
||||
bHighQualityAnisotropicFiltering=False
|
||||
bUseLowQualityLevelStreaming=True
|
||||
bPreventInventoryOpeningSounds=False
|
||||
bPreventItemCraftingSounds=False
|
||||
bPreventHitMarkers=False
|
||||
bPreventCrosshair=False
|
||||
bPreventColorizedItemNames=False
|
||||
bHighQualityLODs=False
|
||||
bExtraLevelStreamingDistance=False
|
||||
bEnableColorGrading=True
|
||||
DOFSettingInterpTime=0.000000
|
||||
bDisableBloom=False
|
||||
bDisableLightShafts=False
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
LastJoinedSessionPerCategory=" "
|
||||
bDisableMenuTransitions=False
|
||||
bEnableInventoryItemTooltips=True
|
||||
bRemoteInventoryShowCraftables=False
|
||||
bNoTooltipDelay=False
|
||||
LocalItemSortType=0
|
||||
LocalCraftingSortType=0
|
||||
RemoteItemSortType=0
|
||||
RemoteCraftingSortType=0
|
||||
VersionMetaTag=1
|
||||
ShowExplorerNoteSubtitles=False
|
||||
DisableMenuMusic=False
|
||||
DisableDefaultCharacterItems=False
|
||||
bRequestDefaultCharacterItemsOnce=False
|
||||
bHasSeenGen2Intro=False
|
||||
bHideFloatingPlayerNames=False
|
||||
bHideGamepadItemSelectionModifier=False
|
||||
bToggleExtendedHUDInfo=False
|
||||
PlayActionWheelClickSound=True
|
||||
CompanionReactionVerbosity=3
|
||||
EnableEnvironmentalReactions=True
|
||||
EnableRespawnReactions=True
|
||||
EnableDeathReactions=True
|
||||
EnableSayHelloReactions=True
|
||||
EnableEmoteReactions=True
|
||||
EnableMovementSounds=True
|
||||
DisableSubtitles=False
|
||||
CompanionSubtitleVerbosityLevel=3
|
||||
CompanionIsHiddenState=False
|
||||
MaxAscensionLevel=0
|
||||
bHostSessionHasBeenOpened=False
|
||||
bForceTPVCameraOffset=False
|
||||
bDisableTPVCameraInterpolation=False
|
||||
bFPVClimbingGear=False
|
||||
bFPVGlidingGear=False
|
||||
Gamma1=2.200000
|
||||
Gamma2=3.000000
|
||||
AmbientSoundVolume=1.000000
|
||||
bAllowAnimationStaggering=True
|
||||
bUseOldThirdPersonCameraTrace=False
|
||||
bUseOldThirdPersonCameraOffset=False
|
||||
bLowQualityAnimations=False
|
||||
bShowedGenesisDLCBackground=False
|
||||
bShowedGenesis2DLCBackground=False
|
||||
bViewedAnimatedSeriesTrailer=False
|
||||
bViewedARK2Trailer=False
|
||||
bShowRTSKeyBinds=True
|
||||
bHasCompletedGen2=False
|
||||
StopExplorerNoteAudioOnClose=False
|
||||
bUseVSync=False
|
||||
MacroCtrl0=
|
||||
MacroCtrl1=
|
||||
MacroCtrl2=
|
||||
MacroCtrl3=
|
||||
MacroCtrl4=
|
||||
MacroCtrl5=
|
||||
MacroCtrl6=
|
||||
MacroCtrl7=
|
||||
MacroCtrl8=
|
||||
MacroCtrl9=
|
||||
ResolutionSizeX=1280
|
||||
ResolutionSizeY=720
|
||||
LastUserConfirmedResolutionSizeX=1280
|
||||
LastUserConfirmedResolutionSizeY=720
|
||||
WindowPosX=-1
|
||||
WindowPosY=-1
|
||||
bUseDesktopResolutionForFullscreen=False
|
||||
FullscreenMode=2
|
||||
LastConfirmedFullscreenMode=2
|
||||
Version=5
|
||||
|
||||
[MessageOfTheDay]
|
||||
Message=Welcome to ARK!
|
||||
Duration=20
|
@ -34,4 +34,4 @@ UnityPlayer_Win64_mono_x64.pdb
|
||||
vstdlib_s64.dll
|
||||
WindowsPlayer_Master_mono_x64.pdb
|
||||
WindowsPlayerHeadless.pdb
|
||||
winhttp.dll
|
||||
winhttp.dll
|
||||
|
17
exclusions/.backupExclusionsArk1
Normal file
17
exclusions/.backupExclusionsArk1
Normal file
@ -0,0 +1,17 @@
|
||||
Engine
|
||||
linux64
|
||||
steamapps
|
||||
Manifest_DebugFiles.txt
|
||||
vstdlib_s64.dll
|
||||
vstdlib_s.dll
|
||||
version.txt
|
||||
tier0_s64.dll
|
||||
tier0_s.dll
|
||||
SteamCMDInstall.sh
|
||||
steamclient64.dll
|
||||
steamclient.so
|
||||
steamclient.dll
|
||||
ShooterGame.zip
|
||||
PackageInfo.bin
|
||||
Manifest_UFSFiles.txt
|
||||
Manifest_NonUFSFiles.txt
|
5
exclusions/.backupExclusionsArk2
Normal file
5
exclusions/.backupExclusionsArk2
Normal file
@ -0,0 +1,5 @@
|
||||
Binaries
|
||||
Config
|
||||
Content
|
||||
AssetRegistry.bin
|
||||
ShooterGame.uproject
|
@ -14,4 +14,4 @@ steamclient64.dll
|
||||
tier0_s.dll
|
||||
tier0_s64.dll
|
||||
vstdlib_s.dll
|
||||
vstdlib_s64.dll
|
||||
vstdlib_s64.dll
|
||||
|
Loading…
Reference in New Issue
Block a user