RepoMorePlayers
Configurable max player limit mod for R.E.P.O.RepoMorePlayers
Configurable maximum player count mod for R.E.P.O.
Features
- Sets Photon room
MaxPlayersfor newly created rooms. - Patches the Steam lobby member limit used by
SteamManager.HostLobby. - Optionally shrinks closed rooms to the current player count, which helps avoid scene-load waits after the host starts a run.
The default cap is 10. The config range is 1-20 because high Photon PUN player counts can become unstable.
Install
Install with Thunderstore Mod Manager, r2modman, or Gale.
For manual installs, place the DLL at:
REPO/BepInEx/plugins/RepoMorePlayers/RepoMorePlayers.dll
Launch the game once to generate the config file.
Config
Edit:
REPO/BepInEx/config/darkg.repo.moreplayers.cfg
Default config:
[General]
MaxPlayers = 10
PatchSteamLobby = true
ShrinkClosedRooms = true
Notes
- The host should install this mod. Clients normally see the room capacity from Photon.
- Do not run multiple max-player mods at the same time.
- If you use a late-join mod and want the room to stay open during runs, set
ShrinkClosedRooms = false. - Very high player counts may cause lag, desyncs, or loading issues.
