The Forest Updates (#161)
* The Forest Updates Updated the config to current features. Added Linux and Docker support. Added metaconfig. * Finalizing config changes * One line got lost, get back in there little line * Heh how did I forget? * Resolve suggestions by Greelan * Tidying up the config settings * Change update stage to CC
This commit is contained in:
120
the-forest.kvp
120
the-forest.kvp
@@ -1,35 +1,87 @@
|
||||
App.AdminMethod=STDIO
|
||||
App.ApplicationPort1=27015
|
||||
App.ApplicationPort2=8766
|
||||
App.ApplicationPort3=27016
|
||||
App.ApplicationReadyMode=Immediate
|
||||
App.BaseDirectory=./the-forest/556450/
|
||||
App.LinuxCommandLineArgs=run {{$ExecutableWin}}
|
||||
App.CommandLineArgs={{$PlatformArgs}}-showlogs -batchmode -configfilepath server.cfg -savefolderpath saves -serverip {{$ApplicationIPBinding}} -servergameport {{$ApplicationPort1}} -serversteamport {{$ApplicationPort2}} -serverqueryport {{$ApplicationPort3}} -serverplayers {{$MaxUsers}} {{$FormattedArgs}}
|
||||
App.CommandLineParameterDelimiter=
|
||||
App.CommandLineParameterFormat=-{0} "{1}"
|
||||
App.DisplayName=The Forest
|
||||
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "242760", "STEAM_COMPAT_DATA_PATH": "{{$FullRootDir}}1580130", "STEAM_COMPAT_CLIENT_INSTALL_PATH": "{{$FullRootDir}}1580130"}
|
||||
App.ExecutableLinux=1580130/proton
|
||||
App.ExecutableWin=556450\TheForestDedicatedServer.exe
|
||||
App.ExitMethod=OS_CLOSE
|
||||
App.HasReadableConsole=true
|
||||
App.HasWritableConsole=false
|
||||
App.RapidStartup=false
|
||||
App.RootDir=./the-forest/
|
||||
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "556450", "ForceDownloadPlatform": "Windows"}, {"UpdateStageName": "Proton Compatibility Layer", "UpdateSourcePlatform": "Linux", "UpdateSource": "SteamCMD", "UpdateSourceData":"1580130"}]
|
||||
App.WorkingDir=556450
|
||||
Console.AppReadyRegex=^Server is ready.$
|
||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.UserChatRegex=^(?<username>.+?): (?<message>.+)$
|
||||
Console.UserJoinRegex=^User (?<username>.+?) \((?<userid>-?d+)\) connected from \[::ffff:(?<endpoint>.+?)\]$
|
||||
Console.UserLeaveRegex=^User (?<username>.+?) \((?<userid>-?d+)\) disconnected\. Reason: (.+?)$
|
||||
Meta.Author=CubeCoders Limited
|
||||
Meta.ConfigManifest=the-forestconfig.json
|
||||
Meta.ConfigRoot=the-forest.kvp
|
||||
Meta.Description=
|
||||
Meta.DisplayImageSource=steam:242760
|
||||
Meta.DisplayName=The Forest
|
||||
Meta.EndpointURIFormat=steam://connect/{ip}/{GenericModule.App.ApplicationPort3}
|
||||
Meta.OS=1
|
||||
Meta.URL=https://store.steampowered.com/app/242760/The_Forest/
|
||||
Meta.Description=The Forest Dedicated Server
|
||||
Meta.OS=Windows, Linux
|
||||
Meta.Arch=x86_64
|
||||
Meta.Author=CubeCoders Limited, IceOfWraith
|
||||
Meta.URL=https://store.steampowered.com/app/242760/The_Forest/
|
||||
Meta.DisplayImageSource=steam:242760
|
||||
Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.Ports.$queryPort}
|
||||
Meta.ConfigManifest=the-forestconfig.json
|
||||
Meta.MetaConfigManifest=the-forestmetaconfig.json
|
||||
Meta.ConfigRoot=the-forest.kvp
|
||||
Meta.MinAMPVersion=2.3.4.3
|
||||
Meta.SpecificDockerImage=cubecoders/ampbase:wine
|
||||
Meta.DockerRequired=False
|
||||
Meta.ContainerPolicy=Recommended
|
||||
Meta.ContainerPolicyReason=
|
||||
Meta.Prerequsites=[]
|
||||
Meta.ConfigReleaseState=NotSpecified
|
||||
Meta.NoCommercialUsage=False
|
||||
App.DisplayName=The Forest
|
||||
App.RootDir=./the-forest/
|
||||
App.BaseDirectory=./the-forest/556450/
|
||||
App.ExecutableWin=556450\TheForestDedicatedServer.exe
|
||||
App.ExecutableLinux=/usr/bin/xvfb-run
|
||||
App.WorkingDir=556450
|
||||
App.LinuxCommandLineArgs=-a wine "./TheForestDedicatedServer.exe"
|
||||
App.WindowsCommandLineArgs=
|
||||
App.CommandLineArgs={{$PlatformArgs}} -showlogs -batchmode -configfilepath the-forestserver.cfg -savefolderpath saves {{$FormattedArgs}}
|
||||
App.UseLinuxIOREDIR=False
|
||||
App.AppSettings={}
|
||||
App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"242760"}
|
||||
App.CommandLineParameterFormat=-{0} "{1}"
|
||||
App.CommandLineParameterDelimiter=
|
||||
App.ExitMethod=OS_CLOSE
|
||||
App.ExitTimeout=30
|
||||
App.ExitString=stop
|
||||
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":2,"Port":27015,"Offset":0,"Range":1,"Ref":"gamePort","Name":"Game Main Port","Description":"Game Main Port","ChildPorts":null},{"Protocol":2,"Port":8766,"Offset":0,"Range":1,"Ref":"steamPort","Name":"Steam Main Port","Description":"Steam Main Port","ChildPorts":null},{"Protocol":2,"Port":27016,"Offset":0,"Range":1,"Ref":"queryPort","Name":"Steam Query Port","Description":"Steam Query Port","ChildPorts":null}]
|
||||
App.AdminPortRef=RemoteAdminPort
|
||||
App.PrimaryApplicationPortRef=gamePort
|
||||
App.UniversalSleepApplicationUDPPortRef=gamePort
|
||||
App.UniversalSleepSteamQueryPortRef=queryPort
|
||||
App.MaxUsers=4
|
||||
App.UseRandomAdminPassword=False
|
||||
App.RemoteAdminPassword=Password123
|
||||
App.AdminMethod=STDIO
|
||||
App.AdminLoginTransform=None
|
||||
App.RCONConnectDelaySeconds=5
|
||||
App.RCONConnectRetrySeconds=5
|
||||
App.RCONHeartbeatMinutes=0
|
||||
App.RCONHeartbeatCommand=ping
|
||||
App.TelnetLoginFormat={0}
|
||||
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "556450", "ForceDownloadPlatform": "Windows"},{"UpdateStageName": "Base Config Download","UpdateSourcePlatform": "All","UpdateSource": "FetchURL","UpdateSourceData": "https://github.com/CubeCoders/AMPTemplates/raw/main/the-forestserver.cfg","UpdateSourceTarget": "./556450/"}]
|
||||
App.Compatibility=None
|
||||
App.SteamUpdateAnonymousLogin=True
|
||||
App.SteamForceLoginPrompt=False
|
||||
App.RapidStartup=False
|
||||
App.MonitorChildProcess=True
|
||||
App.MonitorChildProcessWaitMs=3000
|
||||
App.MonitorChildProcessName=wine64
|
||||
App.SupportsUniversalSleep=False
|
||||
App.WakeupMode=Any
|
||||
App.ApplicationReadyMode=RegexMatch
|
||||
App.TemplateMatchRegex={{(\$?[\w]+)}}
|
||||
Console.FilterMatchRegex=
|
||||
Console.FilterMatchReplacement=
|
||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.AppReadyRegex=^GameServer init success.*$
|
||||
Console.UserJoinRegex=
|
||||
Console.UserLeaveRegex=
|
||||
Console.UserChatRegex=
|
||||
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
|
||||
Reference in New Issue
Block a user