Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Chasmical/RogueLibs

Repository files navigation

This modding library does nothing on its own, but it provides methods for other mods to easily create new custom mutators, items, abilities and traits.

If you have any suggestions or find any bugs, you can open a new issue here on GitHub, or create a pull request:

Installation

  1. Install BepInEx
    1. Download the latest version of BepInEx;
    2. Drag all files from the archive into directory /Steam/SteamApps/common/Streets of Rogue;
    3. Run the game, so BepInEx can create needed files and directories, and close the game;
  2. Install RogueLibs
    1. Download the latest version of RogueLibs;
    2. Drag the file "RogueLibsCore.dll" into directory /Steam/SteamApps/common/Streets of Rogue/BepInEx/plugins;
    3. Drag the file "RogueLibsPatcher.dll" into directory /Steam/SteamApps/common/Streets of Rogue/BepInEx/patchers;
  3. Download and install whatever mods you want to use.
  4. Run the game!

Table of Contents

Links