
MorePlayersFixed
Allows for up to 16 players to join an 'Old Market Simulator' play-session. Entirely based on ViViKo's original MorePlayers mod: https://thunderstore.io/c/old-market-simulator/p/ViViKo/MorePlayers/Details
MorePlayers (Fixed)
Entirely based on ViViKo's original "MorePlayers" mod.
Features
- Increases the max amount of players per Old Market Simulator lobby to 16 (originally 4).
- Literally nothing else.
How to Install
For your sake, back up your saves before trying anything. This works as of June 2025, but who knows what'll change in the future.
Save files can usually be found (on Windows) by navigating to %userprofile%\AppData\LocalLow\Alcedo Games\Old Market Simulator\
and are stored in the slot
folders.
Automatically
Download and install your favourite mod manager (r2modman, Gale, etc.) and hopefully it'll do the job for ya?
Manually
Grab yourself BepInExPack, pop the DLL from this mod into your plugins folder (run the game once if it doesn't exist), and hopefully nothing crashes.
Why?
At some point, the devs at Alcedo Games made a change that involved the player limit no longer being defined in GameManager.OnServerStarted()
. That's where ViViKo's original mod was patching the player limit from 4 to 16. Now it's chilling over in LobbyManager.CreateLobby()
, so the Harmony Transpiler needed to be pointed at the new function.
I saw a few other people asking for an increased player limit, so I figured I may as well upload this instead of being lazy.