keyless-RepoMorePlayers icon

RepoMorePlayers

Configurable max player limit mod for R.E.P.O.

By keyless
Last updated an hour ago
Total downloads 1
Total rating 0 
Categories Mods
Dependency string keyless-RepoMorePlayers-0.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

RepoMorePlayers

Configurable maximum player count mod for R.E.P.O.

Features

  • Sets Photon room MaxPlayers for 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.