PEAKModding-SoftDependencyFix icon

SoftDependencyFix

Fixes ReflectionUtility usage in Vanilla from breaking from mods with soft dependencies.

Last updated a week ago
Total downloads 12450
Total rating 1 
Categories Mods
Dependency string PEAKModding-SoftDependencyFix-1.0.0
Dependants 7 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403
MonoDetour-MonoDetour_BepInEx_5-0.6.6 icon
MonoDetour-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.6

README

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/