Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

ori-community/bf-modloader

Repository files navigation

Ori DE Mod Loader

This repo has been archived - please use ori-modding-bf-core instead.

Loads mods with MInject or Doorstop

Usage for users

Just use the Mod Manager

TODO make manual installation a bit nicer

Usage for developers

Reference the OriDeModLoader nuget package. Any classes that implement OriDeModLoader.IMod will be instantiated as a new mod when the game is launched.

This includes stripped versions of game assemblies to build against. They contain definitions but no game code.