MorePlayers
A mod for Gladio Mori to increase the max player count.
Date uploaded | 2 months ago |
Version | 2.2.1 |
Download link | ModioMori-MorePlayers-2.2.1.zip |
Downloads | 2923 |
Dependency string | ModioMori-MorePlayers-2.2.1 |
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.2100README
MorePlayers
A BepInEx mod for the Steam game/demo Gladio Mori, adding a player management menu and increasing the player cap to 16.
Default binding to open the manager menu is F6. You can change this in BepInEx/config/gay.crf.gladiomoreplayers.cfg
after the first run of the mod.
NOTE: Only the host of the match requires this mod! This will do nothing for clients.
Installation (automatic, recommended)
- Download and install r2modman.
- Click Install with Mod Manager button on top of the page.
- Run the game via the mod manager.
Installation (manual)
- Download and install BepInEx to the game's directory. You'll have to browse to the game's executable; on most systems, this will be at
C:\Program Files (x86)\Steam\steamapps\common\Gladio Mori Demo
. If you can't find it, use the lower instructions to open the game's install folder and find the path. - Go to the Releases page and download the latest release.
- Open the game's install folder.
- Drag the DLL you downloaded into the
BepInEx/plugins
folder. You may have to run the game once then close it if this folder doesn't exist. - Launch the game and play!
Screenshots
Compiling
The csproj uses reference paths based on the default Steam library installation folder of Gladio Mori. If you have the game installed on another drive, you will have to change these paths manually. Otherwise, open the solution with Visual Studio 2022 or above (may work on older versions) and the .NET Desktop Development component installed in Visual Studio Installer. Build > Build Solution should work perfectly fine, even without BepInEx installed (uses NuGet).
Alternatively, download and install .NET 8 and use dotnet build
in the project directory.