Update Project-5-Sightseer.kvp
This commit is contained in:
parent
c07d1a225e
commit
1d3176b8e2
@ -1,31 +1,31 @@
|
||||
Meta.DisplayName=Project-5-Sightseer
|
||||
Meta.Description=Project-5-Sightseer Dedicated Server
|
||||
Meta.DisplayName=Project 5: Sightseer
|
||||
Meta.Description=Project 5: Sightseer Dedicated Server
|
||||
Meta.OS=Windows, Linux
|
||||
Meta.Arch=x86_64
|
||||
Meta.Author=DARKACE
|
||||
Meta.Author=Greelan
|
||||
Meta.URL=https://project-5-sightseer.fandom.com/wiki/Project_5:_Sightseer_Wiki
|
||||
Meta.DisplayImageSource=steam:655780
|
||||
Meta.EndpointURIFormat=
|
||||
Meta.ConfigManifest=Project-5-Sightseerconfig.json
|
||||
Meta.MetaConfigManifest=Project-5-Sightseermetaconfig.json
|
||||
Meta.ConfigRoot=Project-5-Sightseer.kvp
|
||||
Meta.ConfigManifest=project5-sightseerconfig.json
|
||||
Meta.MetaConfigManifest=project5-sightseermetaconfig.json
|
||||
Meta.ConfigRoot=project5-sightseer.kvp
|
||||
Meta.MinAMPVersion=2.4.0.10
|
||||
Meta.SpecificDockerImage=cubecoders/ampbase:mono
|
||||
Meta.DockerRequired=False
|
||||
Meta.ContainerPolicy=RecommendedOnLinux
|
||||
Meta.ContainerPolicyReason=Sightseer requires mono. Installing mono on the host may interfere with AMP's operation.
|
||||
Meta.ContainerPolicyReason=Project 5: Sightseer requires mono. Installing mono on the host may interfere with AMP's operation.
|
||||
Meta.Prerequsites=[]
|
||||
Meta.ExtraContainerPackages=[]
|
||||
Meta.ConfigReleaseState=NotSpecified
|
||||
Meta.NoCommercialUsage=False
|
||||
App.DisplayName=Project-5-Sightseer
|
||||
App.RootDir=./Sightseer/
|
||||
App.BaseDirectory=./Sightseer/655780/
|
||||
App.ExecutableWin=655780\P5SServer.exe
|
||||
App.ExecutableLinux=655780/Sightseer.x86_64
|
||||
App.WorkingDir=655780
|
||||
App.LinuxCommandLineArgs=
|
||||
App.CommandLineArgs={{$PlatformArgs}} -tcp {{$GamePort}} -http -localPath {{$FormattedArgs}} {{public}}
|
||||
App.DisplayName=Project 5: Sightseer
|
||||
App.RootDir=./project5-sightseer/
|
||||
App.BaseDirectory=./project5-sightseer/server/
|
||||
App.ExecutableWin=server\P5SServer.exe
|
||||
App.ExecutableLinux=/usr/bin/mono
|
||||
App.WorkingDir=server
|
||||
App.LinuxCommandLineArgs=./server/P5SServer.exe
|
||||
App.CommandLineArgs={{$PlatformArgs}} -port {{$GamePort}} -http -localPath {{$FormattedArgs}} {{public}}
|
||||
App.UseLinuxIOREDIR=False
|
||||
App.AppSettings={}
|
||||
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"655780"}
|
||||
@ -40,7 +40,7 @@ App.HasReadableConsole=True
|
||||
App.SupportsLiveSettingsChanges=False
|
||||
App.LiveSettingChangeCommandFormat=set {0} "{1}"
|
||||
App.ApplicationIPBinding=0.0.0.0
|
||||
App.Ports=[{"Protocol":"TCP","Port":5190,"Ref":"GamePort","Name":"Game Port","Description":"Port for game traffic"}]
|
||||
App.Ports=[{"Protocol":"TCP","Port":5137,"Ref":"GamePort","Name":"Game Port","Description":"Port for game traffic"}]
|
||||
App.AdminPortRef=0
|
||||
App.PrimaryApplicationPortRef=GamePort
|
||||
App.UniversalSleepApplicationUDPPortRef=GamePort
|
||||
@ -55,14 +55,14 @@ App.RCONConnectRetrySeconds=5
|
||||
App.RCONHeartbeatMinutes=0
|
||||
App.RCONHeartbeatCommand=ping
|
||||
App.TelnetLoginFormat={0}
|
||||
App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"Linux","UpdateSource": "SteamCMD","UpdateSourceData":"655780","UpdateSourceArgs":"655780"}]
|
||||
App.UpdateSources=[{"UpdateStageName":"Server Download","UpdateSourcePlatform":"All","UpdateSource":"FetchURL","UpdateSourceData":"http://www.tasharen.com/sightseer/server.zip","UpdateSourceTarget":"{{$FullBaseDir}}","UnzipUpdateSource":true,"OverwriteExistingFiles":true,"DeleteAfterExtract":true},{"UpdateStageName":"Create ServerConfig Directory","UpdateSourcePlatform":"All","UpdateSource":"CreateDirectory","UpdateSourceArgs":"{{$FullBaseDir}}ServerConfig","OverwriteExistingFiles":false},{"UpdateStageName":"Create Ban File","UpdateSourcePlatform":"All","UpdateSource":"CreateFile","UpdateSourceArgs":"{{$FullBaseDir}}ServerConfig/ban.txt","OverwriteExistingFiles":false},{"UpdateStageName":"Start Server","UpdateSourcePlatform":"All","UpdateSource":"StartApplication"},{"UpdateStageName":"Wait For Server Start","UpdateSourcePlatform":"All","UpdateSource":"WaitForStartupComplete"},{"UpdateStageName":"Stop Server","UpdateSourcePlatform":"All","UpdateSource":"ShutdownApplication"}]
|
||||
App.Compatibility=None
|
||||
App.SteamUpdateAnonymousLogin=False
|
||||
App.SteamForceLoginPrompt=False
|
||||
App.RapidStartup=False
|
||||
App.MonitorChildProcess=True
|
||||
App.MonitorChildProcessWaitMs=100
|
||||
App.MonitorChildProcessName=WWServer.exe
|
||||
App.MonitorChildProcessName=P5SServer.exe
|
||||
App.SupportsUniversalSleep=False
|
||||
App.WakeupMode=Any
|
||||
App.ApplicationReadyMode=RegexMatch
|
||||
|
Loading…
x
Reference in New Issue
Block a user