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:
James Manker
2022-03-19 01:35:45 -05:00
parent 54ab6f6eb7
commit ceb5ea3044
3 changed files with 18 additions and 18 deletions

View File

@ -28,14 +28,14 @@
{
"DisplayName": "RCON Password",
"Category": "Server Config",
"Description": "RconPassword",
"Description": "The password to access RCON clients. AMP has RCON built in the console.",
"Keywords": "RconPassword",
"FieldName": "RconPassword",
"FieldName": "$RemoteAdminPassword",
"InputType": "RandomPassword",
"IsFlagArgument": false,
"ParamFieldName": "/Script/Mordhau.MordhauGameSession.RconPassword",
"IncludeInCommandLine": false,
"DefaultValue": "",
"DefaultValue": "Password123",
"EnumValues": {}
},
{
@ -56,7 +56,7 @@
"Category": "Server Config",
"Description": "Max players that can join at a time.",
"Keywords": "Max,players,Slots",
"FieldName": "MaxSlots",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/Script/Mordhau.MordhauGameSession.MaxSlots",
@ -90,7 +90,7 @@
"IsFlagArgument": false,
"ParamFieldName": "map",
"IncludeInCommandLine": false,
"DefaultValue": "/FeitoriaMap/BR_Feitoria",
"DefaultValue": "/Game/Mordhau/Maps/FeitoriaMap/BR_Feitoria",
"EnumValues": {
"/Game/Mordhau/Maps/FeitoriaMap/BR_Feitoria":"BR_Feitoria",
"/Game/Mordhau/Maps/Grad/BR_Grad":"BR_Grad",