The BepInEx console will not appear when launching like it does for other games on Thunderstore (you can turn it back on in your BepInEx.cfg file). If your PEAK crashes on startup, add -dx12 to your launch parameters.

SoftDependencyFix
Fixes ReflectionUtility usage in Vanilla from breaking from mods with soft dependencies.
Last updated | 2 months ago |
Total downloads | 205712 |
Total rating | 1 |
Categories | Mods |
Dependency string | PEAKModding-SoftDependencyFix-1.0.0 |
Dependants | 65 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.2403
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.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/