Update Port and MaxUsers

Now uses the correct form for MaxUsers and utilizes ApplicationPort1 due to the latest feature.
This commit is contained in:
IceOfWraith 2022-01-29 20:50:06 -06:00
parent a67894970e
commit 1eaa42f11d
2 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ App.ApplicationPort1=6587
App.ApplicationPort2=0 App.ApplicationPort2=0
App.ApplicationPort3=0 App.ApplicationPort3=0
App.RemoteAdminPort=0 App.RemoteAdminPort=0
App.MaxUsers=20 App.MaxUsers=7
App.UseRandomAdminPassword=False App.UseRandomAdminPassword=False
App.RemoteAdminPassword=Password123 App.RemoteAdminPassword=Password123
App.AdminMethod=STDIO App.AdminMethod=STDIO

View File

@ -48,12 +48,12 @@
} }
}, },
{ {
"DisplayName": "Port (REQUIRED)", "DisplayName": "Port",
"Description": "Must match Application Port 1 in the ADS Edit Ports menu.", "Description": "This setting is managed under the Edit Ports button in ADS.",
"Category": "Server Settings", "Category": "Server Settings",
"Keywords": "port", "Keywords": "port",
"FieldName": "port", "FieldName": "$ApplicationPort1",
"InputType": "number", "InputType": "hidden",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "Host.port", "ParamFieldName": "Host.port",
"IncludeInCommandLine": true, "IncludeInCommandLine": true,
@ -65,7 +65,7 @@
"Description": "Maximum number of player can join into the server.", "Description": "Maximum number of player can join into the server.",
"Category": "Server Settings", "Category": "Server Settings",
"Keywords": "max players", "Keywords": "max players",
"FieldName": "maxPlayerNumber", "FieldName": "$MaxUsers",
"InputType": "number", "InputType": "number",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "Host.maxPlayerNumber", "ParamFieldName": "Host.maxPlayerNumber",