Skip to content

Using Mods

This guide covers everything you need to know about using mods in Resonite after you’ve installed BepisLoader.

Resonite mods are hosted on Thunderstore, a community mod repository:

Browse Resonite Mods on Thunderstore

Before installing, check:

  • Last Updated - Is it actively maintained?
  • Downloads & Likes - Popular mods are usually well-tested
  • Dependencies - What other mods are required?

If you’re using Gale or r2modmanPlus:

  1. Browse the mod list in your manager
  2. Click Install on the mods you want
  3. Dependencies are handled automatically
  4. Launch Resonite through the manager
Resonite/
├── BepInEx/
│ ├── plugins/ # Most mods go here
│ ├── patchers/ # Preloader patches
│ └── config/ # Mod configuration files

Many mods have configuration options in BepInEx/config/:

  1. Open the .cfg file in a text editor
  2. Modify settings as needed
  3. Save the file
  4. Restart Resonite if needed (some mods can reload configs dynamically)
  • Click Check for Updates in your manager
  • Update all or select specific mods
  • Manager handles everything automatically

To disable temporarily:

  • In mod manager: Toggle the mod off
  • Manual: Move the mod file out of BepInEx/plugins/

To remove completely:

  • In mod manager: Uninstall the mod
  • Manual: Delete from BepInEx/plugins/ and optionally from BepInEx/config/

Mod managers allow you to create different profiles for different mod setups. You can switch between profiles to quickly change your entire mod configuration - useful for testing, different situations like being in VR or Desktop, or keeping a clean vanilla setup.

If you’re experiencing problems with your mods, check out our Troubleshooting Guide for solutions to common issues.