You are viewing a potentially older version of this package. View all versions.
Malina-ML_Moreplayers-1.0.3 icon

ML Moreplayers

Allows changing the max player count in R.E.P.O.

Date uploaded a month ago
Version 1.0.3
Download link Malina-ML_Moreplayers-1.0.3.zip
Downloads 8586
Dependency string Malina-ML_Moreplayers-1.0.3

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

ML Moreplayers

ML Moreplayers allows you to change the maximum player count in R.E.P.O.

Features

  • Changes the Steam lobby player limit
  • Changes the Photon room player limit
  • Configurable max player count
  • Supports password-protected lobbies when joining existing rooms
  • Keeps the original join flow when connecting to other players
  • Works through BepInEx
  • Easy installation through r2modman / Thunderstore Mod Manager

Config

After first launch, the config file will be created here:

BepInEx/config/smokemalina.ML_Moreplayers.cfg

Example config:

[General]

MaxPlayers = 10
PublicLobbySupport = false

Recommended settings

For the first test, use:

MaxPlayers = 8
PublicLobbySupport = false

If 7-8 players can join without issues, you can try:

MaxPlayers = 10

or:

MaxPlayers = 12

Important notes

The host controls the lobby player limit.

For the best result, all players should install the same version of the mod.

Do not use this mod together with other lobby size / MorePlayers mods.

Very high player limits may cause instability, desync, lag, voice issues or other multiplayer problems.

The allowed config range is 2-32 players.

Recommended range: 8-12 players.

Password-protected lobbies

Version 1.0.3 improves compatibility with password-protected lobbies.

When joining an existing lobby, the mod keeps the original game join logic, so the normal password prompt should still work.

If you have problems joining private or password-protected lobbies, keep this setting disabled:

PublicLobbySupport = false

Public lobbies

Public lobby support is experimental.

Recommended value:

PublicLobbySupport = false

Enable it only if you know what you are testing.

Compatibility

Do not use this mod together with:

  • MorePlayers
  • MorePlayersImproved
  • MorePlayersFixed
  • Other mods that change lobby size or Photon room size

Using several lobby-size mods at the same time may break joining, hosting, passwords or room visibility.

AI Disclosure

A significant portion of this mod was created with the help of AI tools.

CHANGELOG

Changelog

1.0.3

  • Fixed password-protected lobby invites.
  • The mod no longer overrides the original join logic when joining existing lobbies.
  • Custom player limit logic now only applies when creating a lobby as host.
  • PublicLobbySupport is disabled by default.
  • Added MaxPlayers safety range from 2 to 32.
  • Improved logging.
  • Updated README with compatibility notes.

1.0.2

  • Added proper Thunderstore website URL.
  • Added AI-assisted disclosure.
  • Updated package metadata.
  • Prepared package for public r2modman testing.

1.0.1

  • Updated package metadata.

1.0.0

  • Initial release.
  • Added configurable max player count.
  • Added Steam lobby player limit patch.
  • Added Photon room player limit patch.