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:
- Install BepInEx
- Download the latest version of BepInEx;
- Drag all files from the archive into directory
/Steam/SteamApps/common/Streets of Rogue
; - Run the game, so BepInEx can create needed files and directories, and close the game;
- Install RogueLibs
- Download the latest version of RogueLibs;
- Drag the file "RogueLibsCore.dll" into directory
/Steam/SteamApps/common/Streets of Rogue/BepInEx/plugins
; - Drag the file "RogueLibsPatcher.dll" into directory
/Steam/SteamApps/common/Streets of Rogue/BepInEx/patchers
;
- Download and install whatever mods you want to use.
- Run the game!
- Main page
- 1. Introduction
- 1.1. Basic Setup
- 1.2. Patching and Utilities
- 1.3. Classes
- 2. Custom Items and Abilities
- 2.1. Custom Items
- 2.2. Adding Functionality
- 2.3. Making Weapons
- 2.4. Inventory and Events
- 2.5. Custom Abilities
- 3. Custom Traits and Status Effects
- 3.1. Custom Traits
- 3.2. Custom Status Effects
- 4. Custom Unlocks and Mutators
- 4.1. Custom Unlocks
- 4.2. Custom Mutators
- 4.3. Custom State Unlocks
- 5. Custom Objects
- 5.1. ???
- 6. Custom Agents
- 6.1. ???
- 7. Advanced
- 7.1. Hook System
- 7.2. Unlocks and Menus