Finalize Settings
These are the last settings that should be needed for an initial release. Everything seems to function as intended.
This commit is contained in:
parent
54ab6f6eb7
commit
ceb5ea3044
@ -28,14 +28,14 @@
|
|||||||
{
|
{
|
||||||
"DisplayName": "RCON Password",
|
"DisplayName": "RCON Password",
|
||||||
"Category": "Server Config",
|
"Category": "Server Config",
|
||||||
"Description": "RconPassword",
|
"Description": "The password to access RCON clients. AMP has RCON built in the console.",
|
||||||
"Keywords": "RconPassword",
|
"Keywords": "RconPassword",
|
||||||
"FieldName": "RconPassword",
|
"FieldName": "$RemoteAdminPassword",
|
||||||
"InputType": "RandomPassword",
|
"InputType": "RandomPassword",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "/Script/Mordhau.MordhauGameSession.RconPassword",
|
"ParamFieldName": "/Script/Mordhau.MordhauGameSession.RconPassword",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"DefaultValue": "",
|
"DefaultValue": "Password123",
|
||||||
"EnumValues": {}
|
"EnumValues": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -56,7 +56,7 @@
|
|||||||
"Category": "Server Config",
|
"Category": "Server Config",
|
||||||
"Description": "Max players that can join at a time.",
|
"Description": "Max players that can join at a time.",
|
||||||
"Keywords": "Max,players,Slots",
|
"Keywords": "Max,players,Slots",
|
||||||
"FieldName": "MaxSlots",
|
"FieldName": "$MaxUsers",
|
||||||
"InputType": "number",
|
"InputType": "number",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "/Script/Mordhau.MordhauGameSession.MaxSlots",
|
"ParamFieldName": "/Script/Mordhau.MordhauGameSession.MaxSlots",
|
||||||
@ -90,7 +90,7 @@
|
|||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "map",
|
"ParamFieldName": "map",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"DefaultValue": "/FeitoriaMap/BR_Feitoria",
|
"DefaultValue": "/Game/Mordhau/Maps/FeitoriaMap/BR_Feitoria",
|
||||||
"EnumValues": {
|
"EnumValues": {
|
||||||
"/Game/Mordhau/Maps/FeitoriaMap/BR_Feitoria":"BR_Feitoria",
|
"/Game/Mordhau/Maps/FeitoriaMap/BR_Feitoria":"BR_Feitoria",
|
||||||
"/Game/Mordhau/Maps/Grad/BR_Grad":"BR_Grad",
|
"/Game/Mordhau/Maps/Grad/BR_Grad":"BR_Grad",
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"ConfigFile": "Mordhau/Binaries/Win64/Mordhau/Binaries/Win64/Mordhau/Saved/Config/WindowsServer/Game.ini",
|
"ConfigFile": "Mordhau/Saved/Config/WindowsServer/Game.ini",
|
||||||
"AutoMap": true,
|
"AutoMap": true,
|
||||||
"ConfigType": "ini"
|
"ConfigType": "ini"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ConfigFile": "Mordhau/Binaries/Win64/Mordhau/Binaries/Win64/Mordhau/Saved/Config/LinuxServer/Game.ini",
|
"ConfigFile": "Mordhau/Saved/Config/LinuxServer/Game.ini",
|
||||||
"AutoMap": true,
|
"AutoMap": true,
|
||||||
"ConfigType": "ini"
|
"ConfigType": "ini"
|
||||||
}
|
}
|
||||||
]
|
]
|
20
mordhau.kvp
20
mordhau.kvp
@ -21,11 +21,11 @@ App.BaseDirectory=./mordhau/629800/
|
|||||||
App.ExecutableWin=629800\Mordhau\Binaries\Win64\MordhauServer-Win64-Shipping.exe
|
App.ExecutableWin=629800\Mordhau\Binaries\Win64\MordhauServer-Win64-Shipping.exe
|
||||||
App.ExecutableLinux=629800/Mordhau/Binaries/Linux/MordhauServer-Linux-Shipping
|
App.ExecutableLinux=629800/Mordhau/Binaries/Linux/MordhauServer-Linux-Shipping
|
||||||
App.WorkingDir=629800
|
App.WorkingDir=629800
|
||||||
App.LinuxCommandLineArgs=Mordhau -GAMEINI="./Mordhau/Binaries/Win64/Mordhau/Saved/Config/LinuxServer/Game.ini" -ENGINEINI="./Mordhau/Binaries/Win64/Mordhau/Saved/Config/LinuxServer/Engine.ini"
|
App.LinuxCommandLineArgs=Mordhau
|
||||||
App.WindowsCommandLineArgs=-GAMEINI="./Mordhau/Binaries/Win64/Mordhau/Saved/Config/WindowsServer/Game.ini" -ENGINEINI="./Mordhau/Binaries/Win64/Mordhau/Saved/Config/WindowsServer/Engine.ini"
|
App.WindowsCommandLineArgs=
|
||||||
App.CommandLineArgs={{map}} -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort2}} -Beaconport={{$ApplicationPort3}} {{$FormattedArgs}} {{$PlatformArgs}}
|
App.CommandLineArgs={{$PlatformArgs}} {{map}} -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort2}} -Beaconport={{$ApplicationPort3}} {{$FormattedArgs}}
|
||||||
App.AppSettings={}
|
App.AppSettings={}
|
||||||
App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"629760"}
|
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:{{$FullRootDir}}linux64:./linux64:%LD_LIBRARY_PATH%","SteamAppId":"629760"}
|
||||||
App.CommandLineParameterFormat=-{0}={1}
|
App.CommandLineParameterFormat=-{0}={1}
|
||||||
App.CommandLineParameterDelimiter=
|
App.CommandLineParameterDelimiter=
|
||||||
App.ExitMethod=OS_CLOSE
|
App.ExitMethod=OS_CLOSE
|
||||||
@ -46,8 +46,8 @@ App.UseRandomAdminPassword=False
|
|||||||
App.RemoteAdminPassword=Password123
|
App.RemoteAdminPassword=Password123
|
||||||
App.AdminMethod=SourceRCON
|
App.AdminMethod=SourceRCON
|
||||||
App.AdminLoginTransform=None
|
App.AdminLoginTransform=None
|
||||||
App.RCONConnectDelaySeconds=5
|
App.RCONConnectDelaySeconds=30
|
||||||
App.RCONConnectRetrySeconds=5
|
App.RCONConnectRetrySeconds=15
|
||||||
App.TelnetLoginFormat={0}
|
App.TelnetLoginFormat={0}
|
||||||
App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"All","UpdateSource":"SteamCMD","UpdateSourceData":"629800"},{"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":"629800"},{"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
|
||||||
@ -63,10 +63,10 @@ App.TemplateMatchRegex={{(\$?[\w]+)}}
|
|||||||
Console.FilterMatchRegex=
|
Console.FilterMatchRegex=
|
||||||
Console.FilterMatchReplacement=
|
Console.FilterMatchReplacement=
|
||||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||||
Console.AppReadyRegex=^LogInit\: Display\: Starting Game.$
|
Console.AppReadyRegex=^.*LogInit\: Display\: Starting Game.$
|
||||||
Console.UserJoinRegex=^User (?<username>.+?) \((?<userid>-?d+)\) connected from \[::ffff:(?<endpoint>.+?)\]$
|
Console.UserJoinRegex=
|
||||||
Console.UserLeaveRegex=^User (?<username>.+?) \((?<userid>-?d+)\) disconnected\. Reason: (.+?)$
|
Console.UserLeaveRegex=
|
||||||
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.SuppressLogAtStart=False
|
Console.SuppressLogAtStart=False
|
||||||
Console.ActivateLogRegex=
|
Console.ActivateLogRegex=
|
||||||
|
Loading…
Reference in New Issue
Block a user