d6a008ded0
Incorporated the Unlimited Players Mod in the docker compose files for both steam and gog versions. This mod allows for a dynamic number of players to join, and the number can be set via the UNLIMITED_PLAYERS_PLAYER_LIMIT environment variable. Additionally, new configuration and manifest files were added for the UnlimitedPlayers mod.
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
{
|
|
"PlayerLimit": "${UNLIMITED_PLAYERS_PLAYER_LIMIT}",
|
|
"ClientMods": {
|
|
"Denylist": [
|
|
"CJBok.CheatsMenu",
|
|
"Ryaon.JunimoKartCheater"
|
|
]
|
|
}
|
|
} |