XoXFaby-MMHOOK_Standalone icon

MMHOOK Standalone

Standalone MMHOOK_Assembly-CSharp for other mods to depend on.

Last updated 3 years ago
Total downloads 498341
Total rating 15 
Categories Tools
Dependency string XoXFaby-MMHOOK_Standalone-1.0.3
Dependants 260 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.3.1 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.3.1
RiskofThunder-HookGenPatcher-1.2.1 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.1

README

MMHOOK Standalone

This mod exists to provide a standalone MMHOOK_Assembly-CSharp for other mods to depend on.

To use, simply add the dependecy string to your dependencies in your mod's manifest.json file.

You do not need to depend on this mod in your actual Bepinex plugin because it ensures it loads first.

Version History:

###v1.0.3

  • Removed any active functionality and depends on HookGenPatcher, please switch your mods to use HookGenPatcher

###v1.0.2

  • Updated for latest patch

###v1.0.1

  • Stop R2API from adding the dummy mod to the networkModList

###v1.0.0

  • Initial Release