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:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user