SoftDependencyFix
Fixes ReflectionUtility usage in Vanilla from breaking from mods with soft dependencies.
| Last updated | 5 months ago |
| Total downloads | 417168 |
| Total rating | 2 |
| Categories | Mods |
| Dependency string | PEAKModding-SoftDependencyFix-1.0.0 |
| Dependants | 125 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403MonoDetour-MonoDetour_BepInEx_5
Integrates MonoDetour's logger with BepInEx and as a side effect initializes MonoDetour early. MonoDetour is an easy and convenient .NET detouring library, powered by MonoMod.RuntimeDetour.
Preferred version: 0.6.6README
SoftDependencyFix
Fixes ReflectionUtility usage in Vanilla from breaking from mods with soft dependencies.
A soft dependency is when an assembly depends on another assembly or API but only makes use of it if it's available at runtime.
To learn how to soft depend on a mod, see: https://risk-of-thunder.github.io/R2Wiki/Mod-Creation/C%23-Programming/Mod-Compatibility%3A-Soft-Dependency/