Using Mods
This guide covers everything you need to know about using mods in Resonite after you’ve installed BepisLoader.
Finding Mods
Section titled “Finding Mods”Thunderstore Repository
Section titled “Thunderstore Repository”Resonite mods are hosted on Thunderstore, a community mod repository:
Browse Resonite Mods on Thunderstore
Evaluating Mods
Section titled “Evaluating Mods”Before installing, check:
- Last Updated - Is it actively maintained?
- Downloads & Likes - Popular mods are usually well-tested
- Dependencies - What other mods are required?
Installing Mods
Section titled “Installing Mods”If you’re using Gale or r2modmanPlus:
- Browse the mod list in your manager
- Click Install on the mods you want
- Dependencies are handled automatically
- Launch Resonite through the manager
For manual installation:
- Download the mod from Thunderstore
- Extract the ZIP file
- Copy files to your Resonite installation:
- Most mods →
BepInEx/plugins/
- Preloader patches →
BepInEx/patchers/
- Most mods →
- Install dependencies manually if needed
Managing Your Mods
Section titled “Managing Your Mods”Mod Locations
Section titled “Mod Locations”Resonite/├── BepInEx/│ ├── plugins/ # Most mods go here│ ├── patchers/ # Preloader patches│ └── config/ # Mod configuration files
Configuring Mods
Section titled “Configuring Mods”Many mods have configuration options in BepInEx/config/
:
- Open the
.cfg
file in a text editor - Modify settings as needed
- Save the file
- Restart Resonite if needed (some mods can reload configs dynamically)
Updating Mods
Section titled “Updating Mods”- Click Check for Updates in your manager
- Update all or select specific mods
- Manager handles everything automatically
- Check for updates:
- Mod’s Thunderstore page
- Check
#resonite-mod-releases
channel in FrooxEngine Modding Discord - GitHub releases page
- Other distribution platforms
- Download the new version
- Replace old files in
BepInEx/plugins/
- Update any dependencies if needed
Disabling/Removing Mods
Section titled “Disabling/Removing Mods”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 fromBepInEx/config/
Using Profiles
Section titled “Using Profiles”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.
Having Issues?
Section titled “Having Issues?”If you’re experiencing problems with your mods, check out our Troubleshooting Guide for solutions to common issues.