Merge branch 'main' of https://github.com/CubeCoders/AMPTemplates
This commit is contained in:
commit
5126433e2c
@ -1,6 +1,6 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"ConfigFile": "/brokeprotokol/settings.json"
|
"ConfigFile": "/brokeprotokol/settings.json",
|
||||||
"AutoMap": true,
|
"AutoMap": true
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
|
@ -69,7 +69,7 @@ Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
|||||||
Console.AppReadyRegex=^.*-LOG- Server started listening on port .*$
|
Console.AppReadyRegex=^.*-LOG- Server started listening on port .*$
|
||||||
Console.UserJoinRegex=^.*-LOG-.*Player (?<userid>.+?)\/'(?<username>.+?)' login ok$
|
Console.UserJoinRegex=^.*-LOG-.*Player (?<userid>.+?)\/'(?<username>.+?)' login ok$
|
||||||
Console.UserLeaveRegex=^.*-LOG-.*, (?<userid>.+?)\/=\/'(?<username>.+?)' disconnected$
|
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.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
||||||
Console.MetricsRegex=
|
Console.MetricsRegex=
|
||||||
Console.SuppressLogAtStart=False
|
Console.SuppressLogAtStart=False
|
||||||
|
@ -63,7 +63,7 @@ App.TemplateMatchRegex={{(\$?[\w]+)}}
|
|||||||
Console.FilterMatchRegex=
|
Console.FilterMatchRegex=
|
||||||
Console.FilterMatchReplacement=
|
Console.FilterMatchReplacement=
|
||||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
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.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.UserLeaveRegex=^.*INF Player (?<username>.+?) disconnected after.*$
|
||||||
Console.UserChatRegex=^.*INF Chat \(from '(?<userid>-?.*)', entity id '.*', to '.*'\): .*'(?<username>.+?)': (?<message>.+)$
|
Console.UserChatRegex=^.*INF Chat \(from '(?<userid>-?.*)', entity id '.*', to '.*'\): .*'(?<username>.+?)': (?<message>.+)$
|
||||||
|
@ -108,7 +108,7 @@
|
|||||||
"EnumValues":{},
|
"EnumValues":{},
|
||||||
"Hidden": true
|
"Hidden": true
|
||||||
},{
|
},{
|
||||||
"DisplayName":"ServerVisibility",
|
"DisplayName":"Server Visibility",
|
||||||
"Category":"Server Settings",
|
"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.",
|
"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",
|
"Keywords":"Server,Visibility",
|
||||||
@ -138,7 +138,7 @@
|
|||||||
"": "None",
|
"": "None",
|
||||||
"SteamNetworking": "SteamNetworking",
|
"SteamNetworking": "SteamNetworking",
|
||||||
"LiteNetLib": "LiteNetLib",
|
"LiteNetLib": "LiteNetLib",
|
||||||
"SteamNetworking,LiteNetLib": "Both"
|
"LiteNetLib,SteamNetworking": "Both"
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
"DisplayName":"Server Max World Transfer Speed",
|
"DisplayName":"Server Max World Transfer Speed",
|
||||||
@ -355,14 +355,14 @@
|
|||||||
"EnumValues":{},
|
"EnumValues":{},
|
||||||
"Suffix": "chunks"
|
"Suffix": "chunks"
|
||||||
},{
|
},{
|
||||||
"DisplayName":"GameWorld",
|
"DisplayName":"Game World",
|
||||||
"Category":"Gameplay Settings",
|
"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\").",
|
"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",
|
"Keywords":"Game,World",
|
||||||
"FieldName":"GameWorld",
|
"FieldName":"GameWorld",
|
||||||
"InputType":"text",
|
"InputType":"text",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"/ServerSettings/property[@name='SerGameWorlderName']/@value",
|
"ParamFieldName":"/ServerSettings/property[@name='GameWorld']/@value",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"Navezgane",
|
"DefaultValue":"Navezgane",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
@ -1134,4 +1134,4 @@
|
|||||||
"True": "true"
|
"True": "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Meta.DisplayName=Stationeers
|
Meta.DisplayName=Stationeers (Legacy Server)
|
||||||
Meta.Description=Stationeers Dedicated Server
|
Meta.Description=Stationeers Dedicated Server (Legacy)
|
||||||
Meta.OS=Windows, Linux
|
Meta.OS=Windows, Linux
|
||||||
Meta.Arch=x86_64
|
Meta.Arch=x86_64
|
||||||
Meta.Author=IceOfWraith, CubeCoders
|
Meta.Author=IceOfWraith, CubeCoders
|
||||||
@ -14,7 +14,7 @@ Meta.SpecificDockerImage=
|
|||||||
Meta.ContainerPolicy=Supported
|
Meta.ContainerPolicy=Supported
|
||||||
Meta.Prerequsites=[]
|
Meta.Prerequsites=[]
|
||||||
Meta.ConfigReleaseState=NotSpecified
|
Meta.ConfigReleaseState=NotSpecified
|
||||||
App.DisplayName=Stationeers
|
App.DisplayName=Stationeers (Legacy Server)
|
||||||
App.RootDir=./stationeers/
|
App.RootDir=./stationeers/
|
||||||
App.BaseDirectory=./stationeers/600760/
|
App.BaseDirectory=./stationeers/600760/
|
||||||
App.ExecutableWin=600760\rocketstation_DedicatedServer.exe
|
App.ExecutableWin=600760\rocketstation_DedicatedServer.exe
|
||||||
@ -47,7 +47,7 @@ App.AdminMethod=STDIO
|
|||||||
App.AdminLoginTransform=None
|
App.AdminLoginTransform=None
|
||||||
App.RCONConnectDelaySeconds=5
|
App.RCONConnectDelaySeconds=5
|
||||||
App.RCONConnectRetrySeconds=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.Compatibility=None
|
||||||
App.SteamUpdateAnonymousLogin=True
|
App.SteamUpdateAnonymousLogin=True
|
||||||
App.SteamForceLoginPrompt=False
|
App.SteamForceLoginPrompt=False
|
||||||
@ -61,7 +61,7 @@ App.TemplateMatchRegex={{(\$?[\w]+)}}
|
|||||||
Console.FilterMatchRegex=
|
Console.FilterMatchRegex=
|
||||||
Console.FilterMatchReplacement=
|
Console.FilterMatchReplacement=
|
||||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
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.UserJoinRegex=
|
||||||
Console.UserLeaveRegex=
|
Console.UserLeaveRegex=
|
||||||
Console.UserChatRegex=
|
Console.UserChatRegex=
|
||||||
|
Loading…
Reference in New Issue
Block a user