Update Project-5-Sightseer.kvp
This commit is contained in:
parent
c07d1a225e
commit
1d3176b8e2
@ -1,31 +1,31 @@
|
|||||||
Meta.DisplayName=Project-5-Sightseer
|
Meta.DisplayName=Project 5: Sightseer
|
||||||
Meta.Description=Project-5-Sightseer Dedicated Server
|
Meta.Description=Project 5: Sightseer Dedicated Server
|
||||||
Meta.OS=Windows, Linux
|
Meta.OS=Windows, Linux
|
||||||
Meta.Arch=x86_64
|
Meta.Arch=x86_64
|
||||||
Meta.Author=DARKACE
|
Meta.Author=Greelan
|
||||||
Meta.URL=https://project-5-sightseer.fandom.com/wiki/Project_5:_Sightseer_Wiki
|
Meta.URL=https://project-5-sightseer.fandom.com/wiki/Project_5:_Sightseer_Wiki
|
||||||
Meta.DisplayImageSource=steam:655780
|
Meta.DisplayImageSource=steam:655780
|
||||||
Meta.EndpointURIFormat=
|
Meta.EndpointURIFormat=
|
||||||
Meta.ConfigManifest=Project-5-Sightseerconfig.json
|
Meta.ConfigManifest=project5-sightseerconfig.json
|
||||||
Meta.MetaConfigManifest=Project-5-Sightseermetaconfig.json
|
Meta.MetaConfigManifest=project5-sightseermetaconfig.json
|
||||||
Meta.ConfigRoot=Project-5-Sightseer.kvp
|
Meta.ConfigRoot=project5-sightseer.kvp
|
||||||
Meta.MinAMPVersion=2.4.0.10
|
Meta.MinAMPVersion=2.4.0.10
|
||||||
Meta.SpecificDockerImage=cubecoders/ampbase:mono
|
Meta.SpecificDockerImage=cubecoders/ampbase:mono
|
||||||
Meta.DockerRequired=False
|
Meta.DockerRequired=False
|
||||||
Meta.ContainerPolicy=RecommendedOnLinux
|
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.Prerequsites=[]
|
||||||
Meta.ExtraContainerPackages=[]
|
Meta.ExtraContainerPackages=[]
|
||||||
Meta.ConfigReleaseState=NotSpecified
|
Meta.ConfigReleaseState=NotSpecified
|
||||||
Meta.NoCommercialUsage=False
|
Meta.NoCommercialUsage=False
|
||||||
App.DisplayName=Project-5-Sightseer
|
App.DisplayName=Project 5: Sightseer
|
||||||
App.RootDir=./Sightseer/
|
App.RootDir=./project5-sightseer/
|
||||||
App.BaseDirectory=./Sightseer/655780/
|
App.BaseDirectory=./project5-sightseer/server/
|
||||||
App.ExecutableWin=655780\P5SServer.exe
|
App.ExecutableWin=server\P5SServer.exe
|
||||||
App.ExecutableLinux=655780/Sightseer.x86_64
|
App.ExecutableLinux=/usr/bin/mono
|
||||||
App.WorkingDir=655780
|
App.WorkingDir=server
|
||||||
App.LinuxCommandLineArgs=
|
App.LinuxCommandLineArgs=./server/P5SServer.exe
|
||||||
App.CommandLineArgs={{$PlatformArgs}} -tcp {{$GamePort}} -http -localPath {{$FormattedArgs}} {{public}}
|
App.CommandLineArgs={{$PlatformArgs}} -port {{$GamePort}} -http -localPath {{$FormattedArgs}} {{public}}
|
||||||
App.UseLinuxIOREDIR=False
|
App.UseLinuxIOREDIR=False
|
||||||
App.AppSettings={}
|
App.AppSettings={}
|
||||||
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"655780"}
|
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"655780"}
|
||||||
@ -40,7 +40,7 @@ App.HasReadableConsole=True
|
|||||||
App.SupportsLiveSettingsChanges=False
|
App.SupportsLiveSettingsChanges=False
|
||||||
App.LiveSettingChangeCommandFormat=set {0} "{1}"
|
App.LiveSettingChangeCommandFormat=set {0} "{1}"
|
||||||
App.ApplicationIPBinding=0.0.0.0
|
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.AdminPortRef=0
|
||||||
App.PrimaryApplicationPortRef=GamePort
|
App.PrimaryApplicationPortRef=GamePort
|
||||||
App.UniversalSleepApplicationUDPPortRef=GamePort
|
App.UniversalSleepApplicationUDPPortRef=GamePort
|
||||||
@ -55,14 +55,14 @@ App.RCONConnectRetrySeconds=5
|
|||||||
App.RCONHeartbeatMinutes=0
|
App.RCONHeartbeatMinutes=0
|
||||||
App.RCONHeartbeatCommand=ping
|
App.RCONHeartbeatCommand=ping
|
||||||
App.TelnetLoginFormat={0}
|
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.Compatibility=None
|
||||||
App.SteamUpdateAnonymousLogin=False
|
App.SteamUpdateAnonymousLogin=False
|
||||||
App.SteamForceLoginPrompt=False
|
App.SteamForceLoginPrompt=False
|
||||||
App.RapidStartup=False
|
App.RapidStartup=False
|
||||||
App.MonitorChildProcess=True
|
App.MonitorChildProcess=True
|
||||||
App.MonitorChildProcessWaitMs=100
|
App.MonitorChildProcessWaitMs=100
|
||||||
App.MonitorChildProcessName=WWServer.exe
|
App.MonitorChildProcessName=P5SServer.exe
|
||||||
App.SupportsUniversalSleep=False
|
App.SupportsUniversalSleep=False
|
||||||
App.WakeupMode=Any
|
App.WakeupMode=Any
|
||||||
App.ApplicationReadyMode=RegexMatch
|
App.ApplicationReadyMode=RegexMatch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user