Update Don't Starve Together 2
Corrected the player count to use MaxUsers properly.
This commit is contained in:
parent
9b51cb0b5a
commit
5f40296286
@ -24,6 +24,7 @@ App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform
|
|||||||
App.WorkingDir=343050/bin
|
App.WorkingDir=343050/bin
|
||||||
App.EncodeUserPath=true
|
App.EncodeUserPath=true
|
||||||
App.ConsoleEnabled=true
|
App.ConsoleEnabled=true
|
||||||
|
App.MaxUsers=64
|
||||||
Console.AppReadyRegex=
|
Console.AppReadyRegex=
|
||||||
Console.ThrowawayMessageRegex=
|
Console.ThrowawayMessageRegex=
|
||||||
Console.UserChatRegex=^\[\d+:\d+:\d+\]: \[Say\] \(.+\) (?<username>.+?): (?<message>.+?)$
|
Console.UserChatRegex=^\[\d+:\d+:\d+\]: \[Say\] \(.+\) (?<username>.+?): (?<message>.+?)$
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"Category": "Cluster Settings",
|
"Category": "Cluster Settings",
|
||||||
"Description": "Maximum number of players in the server",
|
"Description": "Maximum number of players in the server",
|
||||||
"Keywords": "max players",
|
"Keywords": "max players",
|
||||||
"FieldName": "max_players",
|
"FieldName": "$MaxUsers",
|
||||||
"InputType": "number",
|
"InputType": "number",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "max_players",
|
"ParamFieldName": "max_players",
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"Heading": "GAMEPLAY",
|
"Heading": "GAMEPLAY",
|
||||||
"SettingMappings": {
|
"SettingMappings": {
|
||||||
"game_mode": "game_mode",
|
"game_mode": "game_mode",
|
||||||
"max_players": "max_players",
|
"max_players": "$MaxUsers",
|
||||||
"pvp": "pvp",
|
"pvp": "pvp",
|
||||||
"pause_when_empty": "pause_when_empty"
|
"pause_when_empty": "pause_when_empty"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user