MoreCriminal Max Players
Installation
- Build the project or use the compiled
MoreCriminal.MaxPlayers.dll.
- Put the DLL into
BepInEx/plugins.
- Start the game once to generate
BepInEx/config/morecriminal.maxplayers.cfg.
- Edit
General.MaxPlayers to the room size you want.
What It Changes
- Rewrites the host-side
MainMenu.PlayOnline() room size from 4 to your configured value.
- Rewrites the Steam
CreateLobby member limit from 4 to your configured value.
- Keeps Steam lobby metadata (
playerCount / maxPlayers) in sync after the lobby is created.
Build
cd src
dotnet build -c Release
Notes
- The config range is
1 to 32.
- This mod now only patches the actual host room-cap path and Steam lobby sync path.