This package has been marked as deprecated, and it's suggested another
alternative is used.
ExtendedPlayerCount
Raises the Gatekeeper co-op lobby cap above the vanilla maximum of 4. Configurable from 1 to 16 players. All players in the session must have this mod installed.
| Last updated | 13 hours ago |
| Total downloads | 10 |
| Total rating | 0 |
| Categories | Mods |
| Dependency string | Fubuki-ExtendedPlayerCount-1.2.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_IL2CPP
BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.
Preferred version: 6.0.738README
ExtendedPlayerCount
Raises the Gatekeeper co-op lobby size beyond the vanilla cap of 4 players.
Features
- Set your lobby size anywhere from 1 to 16 players
- Default cap is 6 players
- Fully configurable via the BepInEx config file
- No game files modified — safe to remove at any time
Requirements
- BepInEx IL2CPP 6.0.0-be.725 or newer
⚠️ All players in the session must have this mod installed and set to the same MaxPlayers value.
Installation
With Thunderstore Mod Manager (recommended)
- Install Thunderstore Mod Manager
- Search for ExtendedPlayerCount in the Gatekeeper section
- Click Install
- Launch Gatekeeper through the mod manager
Manual
- Install BepInEx IL2CPP into your Gatekeeper folder
- Drop
ExtendedPlayerCount.dllinto:BepInEx/plugins/ExtendedPlayerCount/ - Launch the game once to generate the config file
Configuration
Edit BepInEx/config/com.yourname.extendedplayercount.cfg:
[General]
MaxPlayers = 6
Change the number to anything between 1 and 16 and restart the game.
Source Code
Built with BepInEx and Harmony. Patches Discord.LobbyTransaction.SetCapacity to override the lobby member cap at runtime.