This repo hosts a set of Rust Crates for the forge plugin loader for Monster Hunter Generations Ultimate.
To load plugins, you need to have the forge plugin loader installed.
1. Install cargo-mhgu-forge
cargo install cargo-mhgu-forge2. Create a new Plugin
cargo forge new my-amazing-pluginOptionally pass -g to add a .gitignore as well.
3. Build your Plugin
cd my-amazing-plugin
cargo forge build --releaseNow you should find a .nro file in your Plugins root directory, e.g. my-amazing-plugin.nro. This file now needs to be placed into romfs/nativeNX/plugins and it will be loaded by forge.