Skip to content

RL2-API/RL2.ModLoader

Repository files navigation

RL2.ModLoader

GitHub Release Docs Website Stability Steam version status Epic Games version status Mod Loader Icon

Overview

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.

Installation

Video guide available here

  1. Download the latest release
  2. Unpack the downloaded .zip file into your directory of choice
  3. Run RL2.ModLoader.Installer.exe
  4. Choose your game installation folder
  5. Run the game to generate all necessary directories and files

Building from source

  1. Run git clone https://github.com/RL2-API/RL2.ModLoader --recurse-submodules in your terminal
  2. Go to RL2.ModLoader.DevSetup and run the provided .exe
  3. Choose your game installation folder
  4. Open the solution and build it or run dotnet build -c Release from the RL2.ModLoader directory in your terminal
  5. Go to the build directory and run RL2.ModLoader.Installer.exe
  6. Choose your game installation folder
  7. Run the game to generate all necessary directories and files

Installing mods

  1. Download your mod
    • Unpack if necessary
  2. Move all the files into GameInstallation/Rogue Legacy 2_Data/Mods
  3. Launch the game

Latest changes:

Visit our changelog

License

RL2.ModLoader is licensed under the LGPL v3.0 license