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 | 9 months ago |
| Version | 1.4.1 |
| Download link | ResoniteModding-BepisLoader-1.4.1.zip |
| Downloads | 262 |
| Dependency string | ResoniteModding-BepisLoader-1.4.1 |
This mod requires the following mods to function
ResoniteModding-BepInExResoniteShim
Patches which allow the game to run with BepInEx loaded
Preferred version: 0.9.3README
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
BepInExPackfolder 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.shfile needs to be used instead of the default one:- The package includes a modified
LinuxBootstrap.shthat launchesBepisLoader.dllinstead ofRenderite.Host.dll - Important: Resonite updates could replace this file, breaking the mod loader. If this happens, you'll need to manually replace
LinuxBootstrap.shwith 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.logfile 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
BepInExfolder.
Package Contents
The BepisLoader package contains:
- Windows Entry Point:
hostfxr.dllandhookfxr.inifor hooking into the .NET runtime - Linux Entry Point: Modified
LinuxBootstrap.shthat 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