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

Latest commit

 

History

History
17 lines (9 loc) · 698 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 698 Bytes

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.