You are viewing a potentially older version of this package. View all versions.
DevL0rd-ResoniteModLoaderLoader-0.1.0 icon

ResoniteModLoaderLoader

Resonite Mod Loader Loader is a tiny BepInEx plugin that loads Resonite Mod Loader for you.

Date uploaded a month ago
Version 0.1.0
Download link DevL0rd-ResoniteModLoaderLoader-0.1.0.zip
Downloads 82
Dependency string DevL0rd-ResoniteModLoaderLoader-0.1.0

This mod requires the following mods to function

ResoniteModding-BepisLoader-1.6.0 icon
ResoniteModding-BepisLoader

A mod loader which allows using BepInEx with Resonite

Preferred version: 1.6.0
ResoniteModding-BepisResoniteWrapper-1.0.2 icon
ResoniteModding-BepisResoniteWrapper

Common hooks and events library for BepInEx Resonite mods. Provides essential events like OnEngineReady to simplify mod development.

Preferred version: 1.0.2

README

Resonite Mod Loader Loader

Resonite Mod Loader Loader is a tiny BepInEx plugin that loads Resonite Mod Loader for you.

Install

  1. Follow the Resonite modding setup instructions for Gale and BepisLoader: https://modding.resonite.net/getting-started/installation/

  2. Install ResoniteModLoader's normal files into the Resonite install folder:

  • Libraries\ResoniteModLoader.dll
  • rml_libs\0Harmony.dll
  • optional mods in rml_mods
  1. Search for Resonite Mod Loader Loader and enable the mod.

  2. Launch Resonite with Gale.

GitHub release zips are the bleeding-edge manual install path and may update faster than Thunderstore while packages wait for review.

Features

  • Loads Libraries\ResoniteModLoader.dll from the Resonite install folder after BepInEx starts.
  • Lets ResoniteModLoader start without keeping -LoadAssembly Libraries/ResoniteModLoader.dll in Steam launch options.
  • Avoids bundling or replacing ResoniteModLoader, so your RML install stays separate.
  • Uses BepInEx's runtime load context for the RML assembly.
  • Stops with a clear BepInEx log error if the expected RML file or BepInEx load context is missing.

Credits

Special thanks to the projects Resonite Mod Loader Loader builds on.

Project What Resonite Mod Loader Loader uses it for
BepisLoader Game-side BepInEx loader
BepisResoniteWrapper Resonite BepInEx plugin support
ResoniteModLoader The mod loader assembly this plugin loads
MonkeyLoaderLoader-BepInEx Reference point for loading another mod loader through BepInEx

License

AGPL-3.0 - see LICENSE.

CHANGELOG

0.1.0 - 2026-05-19

Loader

  • Added the initial BepInEx bridge that loads Libraries\ResoniteModLoader.dll.
  • Loads ResoniteModLoader through BepInEx's runtime load context.
  • Leaves ResoniteModLoader itself separate, so the package does not bundle or replace RML.

Build And Packaging

  • Added DesktopBuddy-style local build/deploy support with Gale profile detection and -Restart.
  • Added separate manual GitHub release and Thunderstore package layouts.
  • Added GitHub release notes that put README install instructions above the current version changelog.
  • Added Thunderstore publishing support through tcli.