Merge branch 'CubeCoders:main' into main
This commit is contained in:
commit
d520d3464c
@ -10,7 +10,7 @@ Meta.ConfigManifest=gatekeeperv2config.json
|
||||
Meta.MetaConfigManifest=gatekeeperv2metaconfig.json
|
||||
Meta.ConfigRoot=gatekeeperv2.kvp
|
||||
Meta.MinAMPVersion=
|
||||
Meta.SpecificDockerImage=cool11989/iceofwraith:gatekeeperv2
|
||||
Meta.SpecificDockerImage=cubecoders/ampbase:python3
|
||||
Meta.DockerRequired=False
|
||||
Meta.ContainerPolicy=Recommended
|
||||
Meta.Prerequsites=[]
|
||||
@ -54,7 +54,7 @@ App.RCONConnectRetrySeconds=5
|
||||
App.RCONHeartbeatMinutes=0
|
||||
App.RCONHeartbeatCommand=ping
|
||||
App.TelnetLoginFormat={0}
|
||||
App.UpdateSources=[{"UpdateStageName":"Bot Download","UpdateSourcePlatform":"All","UpdateSource":"FetchURL","UpdateSourceData":"https://github.com/k8thekat/GatekeeperV2/archive/refs/heads/main.zip","UnzipUpdateSource":true,"OverwriteExistingFiles":true,"DeleteAfterExtract":true}]
|
||||
App.UpdateSources=[{"UpdateStageName":"Bot Download","UpdateSourcePlatform":"All","UpdateSource":"FetchURL","UpdateSourceData":"https://github.com/k8thekat/GatekeeperV2/archive/refs/heads/main.zip","UnzipUpdateSource":true,"OverwriteExistingFiles":true,"DeleteAfterExtract":true},{"UpdateStageName":"Pip & Discord.py Script","UpdateSourcePlatform":"Linux","UpdateSource":"Executable","UpdateSourceData":"/bin/bash","UpdateSourceArgs":"-c \"pip install --upgrade pip && pip install numpy requests && git clone https://github.com/Rapptz/discord.py && cd discord.py && python3 -m pip install discord.py\""}]
|
||||
App.Compatibility=None
|
||||
App.SteamUpdateAnonymousLogin=True
|
||||
App.SteamForceLoginPrompt=False
|
||||
|
@ -11,7 +11,8 @@ Meta.MetaConfigManifest=stationeersmetaconfig.json
|
||||
Meta.ConfigRoot=stationeers.kvp
|
||||
Meta.MinAMPVersion=2.4.0.2
|
||||
Meta.SpecificDockerImage=
|
||||
Meta.ContainerPolicy=Supported
|
||||
Meta.ContainerPolicy=NotSupported
|
||||
Meta.ContainerPolicyReason=The server's networking system RocketNet requires version >= 2.35 for glibc, which is not present on the Debian version used by AMP's Docker. Ideally use Ubuntu 22.04 to host the server on Linux.
|
||||
Meta.Prerequsites=[]
|
||||
Meta.ConfigReleaseState=NotSpecified
|
||||
App.DisplayName=Stationeers
|
||||
|
@ -120,7 +120,7 @@
|
||||
},{
|
||||
"DisplayName":"Please Read!",
|
||||
"Category":"Valheim Plus - Basic Settings",
|
||||
"Description":"The settings on this page are spit up into sections. The start of a section will be labeled with \"sectionName Enable\" the setting in-between are only modifiable if that section is enabled.",
|
||||
"Description":"The settings on this page are split up into sections. The start of a section will be labeled with \"sectionName Enable\" the setting in-between are only modifiable if that section is enabled.",
|
||||
"Keywords":"Read,Please,Info",
|
||||
"FieldName":"PleaseReadBasicSettings",
|
||||
"InputType":"hidden"
|
||||
@ -209,7 +209,7 @@
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"4",
|
||||
"EnumValues":{},
|
||||
"Suffix": "seconds"
|
||||
"Suffix": "items"
|
||||
},{
|
||||
"DisplayName":"Beehive Auto Deposit",
|
||||
"Category":"Valheim Plus - Basic Settings",
|
||||
@ -2267,7 +2267,7 @@
|
||||
},{
|
||||
"DisplayName":"Please Read!",
|
||||
"Category":"Valheim Plus - Player Settings",
|
||||
"Description":"The settings on this page are spit up into sections. The start of a section will be labeled with \"sectionName Enable\" the setting in-between are only modifiable if that section is enabled.",
|
||||
"Description":"The settings on this page are split up into sections. The start of a section will be labeled with \"sectionName Enable\" the setting in-between are only modifiable if that section is enabled.",
|
||||
"Keywords":"Read,Please,Info",
|
||||
"FieldName":"PleaseReadPlayerSettings",
|
||||
"InputType":"hidden"
|
||||
@ -3396,7 +3396,7 @@
|
||||
},{
|
||||
"DisplayName":"Please Read!",
|
||||
"Category":"Valheim Plus - Server Settings",
|
||||
"Description":"The settings on this page are spit up into sections. The start of a section will be labeled with \"sectionName Enable\" the setting in-between are only modifiable if that section is enabled.",
|
||||
"Description":"The settings on this page are split up into sections. The start of a section will be labeled with \"sectionName Enable\" the setting in-between are only modifiable if that section is enabled.",
|
||||
"Keywords":"Read,Please,Info",
|
||||
"FieldName":"PleaseReadServerSettings",
|
||||
"InputType":"hidden"
|
||||
@ -3816,7 +3816,7 @@
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"Camera.cameraFOV",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"6",
|
||||
"DefaultValue":"65",
|
||||
"EnumValues":{},
|
||||
"Suffix": "FOV"
|
||||
},{
|
||||
|
Loading…
Reference in New Issue
Block a user