You are viewing a potentially older version of this package.
View all versions.

BepisLoader
A mod loader which allows using BepInEx with Resonite
Date uploaded | a week ago |
Version | 1.4.0 |
Download link | ResoniteModding-BepisLoader-1.4.0.zip |
Downloads | 5 |
Dependency string | ResoniteModding-BepisLoader-1.4.0 |
This mod requires the following mods to function

ResoniteModding-BepInExResoniteShim
Patches which allow the game to run with BepInEx loaded
Preferred version: 0.9.0README
BepisLoader
A mod loader which allows using BepInEx with Resonite.
Installation (Manual)
- Download the latest release ZIP file (e.g.,
ResoniteModding-BepisLoader-1.3.1.zip
) from Thunderstore. - Extract the contents of the
BepInExPack
folder from the ZIP into your Resonite installation directory:- Windows Default:
C:\Program Files (x86)\Steam\steamapps\common\Resonite\
- Linux Default:
~/.steam/steam/steamapps/common/Resonite/
- Windows Default:
- Linux Users Only: The included
LinuxBootstrap.sh
file needs to be used instead of the default one:- The package includes a modified
LinuxBootstrap.sh
that launchesBepisLoader.dll
instead ofRenderite.Host.dll
- Important: Resonite updates could replace this file, breaking the mod loader. If this happens, you'll need to manually replace
LinuxBootstrap.sh
with the one from the BepisLoader package
- The package includes a modified
- Start the game normally.
- If you want to verify that the mod loader is working, check the
BepInEx\LogOutput.log
file after launching the game.
Uninstallation
- Delete the following files from your Resonite installation directory:
- Windows Entry Points:
hostfxr.dll
(our Windows entry point)hostfxr.pdb
- Common Files:
hookfxr.ini
- All
BepisLoader*
files
- Linux Only:
- Restore the original
LinuxBootstrap.sh
(or verify game files through Steam)
- Restore the original
- Windows Entry Points:
- Delete the
BepInEx
folder.
Package Contents
The BepisLoader package contains:
- Windows Entry Point:
hostfxr.dll
andhookfxr.ini
for hooking into the .NET runtime - Linux Entry Point: Modified
LinuxBootstrap.sh
that launches BepisLoader - BepisLoader: Core loader files (
BepisLoader.dll
, etc.) - BepInEx: The BepInEx framework and all required dependencies
References
BepisLoader makes use of these repositories and packages them inside its releases:
- BepInEx .NET 9 Fork - The core BepInEx framework
- BepInEx Resonite Shim - Resonite-specific compatibility layer
- hookfxr - .NET runtime hooking for Windows