BepInEx.MonoMod.Loader
Runtime MonoMod loader for BepInEx
Install / Use
/learn @BepInEx/BepInEx.MonoMod.LoaderREADME
BepInEx.MonoMod.Loader
This is loader for MonoMod.MonoModPatches suited for use in BepInEx.
Main features
- No permanent patching -- all patches are applied at runtime without permanent changes to DLLs
- Easy install and uninstall -- simply add/remove patch DLLs to install/uninstall patches
Installation
- Download and install BepInEx 5.0 or newer
- Download the latest version from releases
- Extract the contents of the archive into the game folder (the folder that contains
BepInExfolder) - Install MonoMod patches into
BepInEx/monomodfolder
Notes about writing MonoMod patches
- Write MonoMod patches normally
- Name your patch DLL as follows:
<Assembly>.<ModName>.mm.dllwhere<Assembly>is the name of the assembly you want to patch<ModName>is the name of your mod
- NOTE: Because of the naming convention, you can also patch a single assembly per DLL. If you need to patch multiple assemblies, write multiple DLLs.
Related Skills
node-connect
337.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.3kCommit, push, and open a PR
