MoreCriminal MaxPlayers
Rewrites the host room cap for MoreCriminal and keeps Steam lobby size metadata in sync for larger lobbies.
By Renil
| Last updated | 3 hours ago |
| Total downloads | 1 |
| Total rating | 0 |
| Categories | Mods |
| Dependency string | Renil-MoreCriminal_MaxPlayers-1.1.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
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.MaxPlayersto the room size you want.
What It Changes
- Rewrites the host-side
MainMenu.PlayOnline()room size from4to your configured value. - Rewrites the Steam
CreateLobbymember limit from4to 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
1to32. - This mod now only patches the actual host room-cap path and Steam lobby sync path.