This commit is contained in:
Yadciel 2023-11-10 09:03:17 +01:00
parent cb347a73dd
commit 2a27593eff
6 changed files with 131 additions and 7 deletions

View File

@ -1,9 +1,10 @@
{
"id": "ec280171-c67b-4cf8-923f-dc27fea91ee1",
"authors": ["CubeCoders Limited", "AMP Community"],
"origin": "https://github.com/CubeCoders/AMPTemplates.git",
"url": "https://github.com/CubeCoders/AMPTemplates",
"imagefile": "",
"prefix": "",
"repotype": "AppTemplates"
"id": "456e2179-9333-48e9-aa13-9cb289110926",
"authors": [
"Yadciel - Made with AMP Config Generator"
],
"origin": "https://github.com/Yadciel - Made with AMP Config Generator/AMPTemplates.git",
"url": "https://github.com/Yadciel - Made with AMP Config Generator/AMPTemplates",
"imagefile": "",
"prefix": "Yadciel - Made with AMP Config Generator"
}

85
pixark.kvp Normal file
View File

@ -0,0 +1,85 @@
Meta.DisplayName=PixArk
Meta.Description=PixArk
Meta.Arch=x86_64
Meta.Author=Yadciel - Made with AMP Config Generator
Meta.URL=https://store.steampowered.com/app/593600/PixARK/
Meta.MinAMPVersion=2.4.6.6
Meta.SpecificDockerImage=
Meta.DockerRequired=False
Meta.ContainerPolicy=Supported
Meta.ContainerPolicyReason=
Meta.Prerequsites=[]
Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.Ports.$SteamQueryPort}
App.AdminMethod=STDIO
App.HasReadableConsole=true
App.HasWritableConsole=true
App.DisplayName=PixArk
App.CommandLineArgs={{$PlatformArgs}} {{$FormattedArgs}}
App.WindowsCommandLineArgs=
App.CommandLineParameterFormat=-{0} "{1}"
App.CommandLineParameterDelimiter=
App.RapidStartup=false
App.ApplicationReadyMode=Immediate
App.ExitMethod=OS_CLOSE
App.ExitString=stop
App.ExitTimeout=30
App.ExitFile=app_exit.lck
App.SupportsLiveSettingsChanges=False
App.LiveSettingChangeCommandFormat=set {0} "{1}"
App.ApplicationIPBinding=0.0.0.0
App.AdminPortRef=RemoteAdminPort
App.UniversalSleepApplicationUDPPortRef=GamePort1
App.PrimaryApplicationPortRef=GamePort1
App.UniversalSleepSteamQueryPortRef=SteamQueryPort
App.MaxUsers=8
App.UseRandomAdminPassword=True
App.RemoteAdminPassword=
App.AdminLoginTransform=None
App.RCONConnectDelaySeconds=30
App.RCONConnectRetrySeconds=15
App.RCONHeartbeatCommand=ping
App.RCONHeartbeatMinutes=0
App.TelnetLoginFormat={0}
App.SteamUpdateAnonymousLogin=True
App.SteamForceLoginPrompt=False
App.SupportsUniversalSleep=False
App.WakeupMode=Any
App.TemplateMatchRegex={{(\$?[\w]+)}}
App.MonitorChildProcess=False
App.MonitorChildProcessWaitMs=1000
App.MonitorChildProcessName=
App.Compatibility=None
App.SteamWorkshopDownloadLocation={{$FullBaseDir}}undefined
Console.FilterMatchRegex=
Console.FilterMatchReplacement=
Console.ThrowawayMessageRegex=(WARNING|ERROR): Shader.+
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
Console.SuppressLogAtStart=False
Console.ActivateLogRegex=
Console.UserActions={}
Console.SleepMode=False
Console.SleepOnStart=False
Console.SleepDelayMinutes=5
Console.DozeDelay=2
Console.AutoRetryCount=5
Console.SleepStartThresholdSeconds=25
Console.AppReadyRegex=^$
Console.UserJoinRegex=^$
Console.UserLeaveRegex=^$
Console.UserChatRegex=^$
Meta.OS=3
Meta.ConfigManifest=pixarkconfig.json
Meta.MetaConfigManifest=pixarkmetaconfig.json
Meta.ConfigRoot=pixark.kvp
App.RootDir=./pixark/
Meta.DisplayImageSource=steam:593600
App.BaseDirectory=./pixark/593600/
App.WorkingDir=593600
App.ExecutableWin=593600\PixARKServer.exe
App.ExecutableLinux=593600/PixARKServer
App.LinuxCommandLineArgs=
App.Ports=@IncludeJson[pixarkports.json]
App.UpdateSources=@IncludeJson[pixarkupdates.json]
Errors=
isValid=true
App.EnvironmentVariables={"LD_LIBRARY_PATH": "{{$FullBaseDir}}linux64:{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%", "WINEPREFIX": "{{$FullRootDir}}.wine", "WINEARCH": "win64", "WINEDEBUG": "-all"}

1
pixarkconfig.json Normal file
View File

@ -0,0 +1 @@
[]

1
pixarkmetaconfig.json Normal file
View File

@ -0,0 +1 @@
[]

23
pixarkports.json Normal file
View File

@ -0,0 +1,23 @@
[
{
"Protocol": "Both",
"Port": "27015",
"Name": "",
"Description": "Port used for main game traffic",
"Ref": ""
},
{
"Protocol": "TCP",
"Port": "27017",
"Name": "Remote Admin Port",
"Description": "Port used for main game traffic",
"Ref": "RemoteAdminPort"
},
{
"Protocol": "Both",
"Port": "27016",
"Name": "Steam Query Port",
"Description": "Port used for main game traffic",
"Ref": "SteamQueryPort"
}
]

13
pixarkupdates.json Normal file
View File

@ -0,0 +1,13 @@
[
{
"UpdateStageName": "",
"UpdateSourcePlatform": "All",
"UpdateSource": "SteamCMD",
"UpdateSourceData": "824360",
"UpdateSourceArgs": "593600",
"UnzipUpdateSource": false,
"OverwriteExistingFiles": false,
"DeleteAfterExtract": true,
"OneShot": false
}
]