ModioMori-MorePlayers icon

MorePlayers

A mod for Gladio Mori to increase the max player count.

Last updated 3 months ago
Total downloads 1180
Total rating 0 
Categories Mods
Dependency string ModioMori-MorePlayers-2.1.5
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2100

README

MorePlayers

Build

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)

  1. Download and install r2modman.
  2. Click Install with Mod Manager button on top of the page.
  3. Run the game via the mod manager.

Installation (manual)

  1. 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.
  2. Go to the Releases page and download the latest release.
  3. Open the game's install folder.
    steamwebhelper_cULdZeOTQa
  4. 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. explorer_NyczDKF4uW
  5. Launch the game and play!

Screenshots

Gladio_Mori_tmRbuSMFnR Gladio_Mori_2z5C49lTYL

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.