A BepInEx mod for the Steam game/demo Gladio Mori, allowing players to connect mid-round. They'll be spawned with the Bardiche by default on the next round restart.
NOTE: Only the host of the match requires this mod! This will do nothing for clients.
- 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!
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.