RL2.ModLoader is a custom mod loader for Rogue Legacy 2 - a roguelite created by Cellar Door Games. The project provides a way to load specially prepared modifications into the game.
Video guide available here
- Download the latest release
- Unpack the downloaded
.zip
file into your directory of choice - Run
RL2.ModLoader.Installer.exe
- Choose your game installation folder
- Run the game to generate all necessary directories and files
- Run
git clone https://github.com/RL2-API/RL2.ModLoader --recurse-submodules
in your terminal - Go to
RL2.ModLoader.DevSetup
and run the provided.exe
- Choose your game installation folder
- Open the solution and build it or run
dotnet build -c Release
from the RL2.ModLoader directory in your terminal - Go to the build directory and run
RL2.ModLoader.Installer.exe
- Choose your game installation folder
- Run the game to generate all necessary directories and files
- Download your mod
- Unpack if necessary
- Move all the files into
GameInstallation/Rogue Legacy 2_Data/Mods
- Launch the game
Visit our changelog
RL2.ModLoader is licensed under the LGPL v3.0 license