Merge branch 'main' of https://github.com/CubeCoders/AMPTemplates
This commit is contained in:
commit
5126433e2c
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"ConfigFile": "/brokeprotokol/settings.json"
|
||||
"AutoMap": true,
|
||||
},
|
||||
"ConfigFile": "/brokeprotokol/settings.json",
|
||||
"AutoMap": true
|
||||
}
|
||||
]
|
||||
|
@ -69,7 +69,7 @@ Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.AppReadyRegex=^.*-LOG- Server started listening on port .*$
|
||||
Console.UserJoinRegex=^.*-LOG-.*Player (?<userid>.+?)\/'(?<username>.+?)' login ok$
|
||||
Console.UserLeaveRegex=^.*-LOG-.*, (?<userid>.+?)\/=\/'(?<username>.+?)' disconnected$
|
||||
Console.UserChatRegex=^(?<username>.+?): (?<message>.+)$
|
||||
Console.UserChatRegex=
|
||||
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
||||
Console.MetricsRegex=
|
||||
Console.SuppressLogAtStart=False
|
||||
|
@ -63,7 +63,7 @@ App.TemplateMatchRegex={{(\$?[\w]+)}}
|
||||
Console.FilterMatchRegex=
|
||||
Console.FilterMatchReplacement=
|
||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.AppReadyRegex=^.*INF StartGame done$
|
||||
Console.AppReadyRegex=^Logon successful.$
|
||||
Console.UserJoinRegex=^.*INF PlayerSpawnedInWorld \(reason: JoinMultiplayer.*OwnerID='(?<userid>-?.*)'.*PlayerName='(?<username>.+?)'.*$|^.*INF PlayerSpawnedInWorld \(reason: EnterMultiplayer.*OwnerID='(?<userid>-?.*)'.*PlayerName='(?<username>.+?)'.*$
|
||||
Console.UserLeaveRegex=^.*INF Player (?<username>.+?) disconnected after.*$
|
||||
Console.UserChatRegex=^.*INF Chat \(from '(?<userid>-?.*)', entity id '.*', to '.*'\): .*'(?<username>.+?)': (?<message>.+)$
|
||||
|
@ -108,7 +108,7 @@
|
||||
"EnumValues":{},
|
||||
"Hidden": true
|
||||
},{
|
||||
"DisplayName":"ServerVisibility",
|
||||
"DisplayName":"Server Visibility",
|
||||
"Category":"Server Settings",
|
||||
"Description":"As you are never a friend of a dedicated server, setting this to \"Only shown to friends\" will only work when the first player connects manually by IP.",
|
||||
"Keywords":"Server,Visibility",
|
||||
@ -138,7 +138,7 @@
|
||||
"": "None",
|
||||
"SteamNetworking": "SteamNetworking",
|
||||
"LiteNetLib": "LiteNetLib",
|
||||
"SteamNetworking,LiteNetLib": "Both"
|
||||
"LiteNetLib,SteamNetworking": "Both"
|
||||
}
|
||||
},{
|
||||
"DisplayName":"Server Max World Transfer Speed",
|
||||
@ -355,14 +355,14 @@
|
||||
"EnumValues":{},
|
||||
"Suffix": "chunks"
|
||||
},{
|
||||
"DisplayName":"GameWorld",
|
||||
"DisplayName":"Game World",
|
||||
"Category":"Gameplay Settings",
|
||||
"Description":"\"RWG\" (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with: \"Navezgane\", \"PREGEN6k\", \"PREGEN8k\", \"PREGEN10k\").",
|
||||
"Keywords":"Game,World",
|
||||
"FieldName":"GameWorld",
|
||||
"InputType":"text",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/ServerSettings/property[@name='SerGameWorlderName']/@value",
|
||||
"ParamFieldName":"/ServerSettings/property[@name='GameWorld']/@value",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"Navezgane",
|
||||
"EnumValues":{}
|
||||
@ -1134,4 +1134,4 @@
|
||||
"True": "true"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
@ -1,5 +1,5 @@
|
||||
Meta.DisplayName=Stationeers
|
||||
Meta.Description=Stationeers Dedicated Server
|
||||
Meta.DisplayName=Stationeers (Legacy Server)
|
||||
Meta.Description=Stationeers Dedicated Server (Legacy)
|
||||
Meta.OS=Windows, Linux
|
||||
Meta.Arch=x86_64
|
||||
Meta.Author=IceOfWraith, CubeCoders
|
||||
@ -14,7 +14,7 @@ Meta.SpecificDockerImage=
|
||||
Meta.ContainerPolicy=Supported
|
||||
Meta.Prerequsites=[]
|
||||
Meta.ConfigReleaseState=NotSpecified
|
||||
App.DisplayName=Stationeers
|
||||
App.DisplayName=Stationeers (Legacy Server)
|
||||
App.RootDir=./stationeers/
|
||||
App.BaseDirectory=./stationeers/600760/
|
||||
App.ExecutableWin=600760\rocketstation_DedicatedServer.exe
|
||||
@ -47,7 +47,7 @@ App.AdminMethod=STDIO
|
||||
App.AdminLoginTransform=None
|
||||
App.RCONConnectDelaySeconds=5
|
||||
App.RCONConnectRetrySeconds=5
|
||||
App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"All","UpdateSource":"SteamCMD","UpdateSourceData":"600760"},{"UpdateStageName":"Start Server","UpdateSourcePlatform":"All","UpdateSource":"StartApplication"},{"UpdateStageName":"Wait For Server Start","UpdateSourcePlatform":"All","UpdateSource":"WaitForStartupComplete"},{"UpdateStageName":"Stop Server","UpdateSourcePlatform":"All","UpdateSource":"ShutdownApplication"}]
|
||||
App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"All","UpdateSource":"SteamCMD","UpdateSourceData":"600760","UpdateSourceVersion":"previous"},{"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=True
|
||||
App.SteamForceLoginPrompt=False
|
||||
@ -61,7 +61,7 @@ App.TemplateMatchRegex={{(\$?[\w]+)}}
|
||||
Console.FilterMatchRegex=
|
||||
Console.FilterMatchReplacement=
|
||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.AppReadyRegex=^\<color\=green\>StationeerServer connected to Steam successfully\<\/color\>$
|
||||
Console.AppReadyRegex=<b><color=green>StationeerServer connected to Steam successfully<\/color><\/b>
|
||||
Console.UserJoinRegex=
|
||||
Console.UserLeaveRegex=
|
||||
Console.UserChatRegex=
|
||||
|
Loading…
Reference in New Issue
Block a user