


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.
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.BepInEx/plugins folder. You may have to run the game once then close it if this folder doesn't exist.
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.