The BepInEx console will not appear when launching like it does for other games on Thunderstore. This is normal (and helps prevent crashes during startup). You can turn it back on in your BepInEx.cfg file.

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.
Date uploaded | 5 days ago |
Version | 0.6.7 |
Download link | MonoDetour-MonoDetour_BepInEx_5-0.6.7.zip |
Downloads | 70532 |
Dependency string | MonoDetour-MonoDetour_BepInEx_5-0.6.7 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100
MonoDetour-MonoDetour
Easy and convenient .NET detouring library, powered by MonoMod.RuntimeDetour.
Preferred version: 0.6.9README
MonoDetour BepInEx 5
This plugin provides BepInEx logger integration for MonoDetour and as a side effect causes MonoDetour to initialize early.
MonoDetour initializing early means that everyone after will get the following:
ILHook
s (includes HarmonyX transpilers) will get MonoDetour's CIL analysis on target method compilation when anInvalidProgramException
is thrown- MonoMod's
ILLabel
s won't cause InvalidCastExceptions in someMono.Cecil.Cil.Instruction
methods, such asToString
.