LogMuteLethal
Removes some of the annoying debug logs
Last updated | 2 hours ago |
Total downloads | 6 |
Total rating | 1 |
Categories | Mods Misc BepInEx Client-side |
Dependency string | HDeDeDe-LogMuteLethal-1.0.0 |
Dependants | 0 other packages depend on this package |
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.2100Evaisa-HookGenPatcher
Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.
Preferred version: 0.0.5README
Mutes some logs that are constantly spammed but should be entirely ignored. By default, it targets AI functions that spam the console and harmless errors that unity itself complains about.
If anyone can find where inside UnityPlayer.dll the BoxCollider warning is emitted I will give you a cookie.
If there are any other log messages you think should be muted, feel free to either ping me on the Lethal Company Modding Discord or leave an issue on the github.
Creds
This mod is based on the one .score created for Risk of Rain 2 and borrows code from it.
Thank you to iDeathHD for pointing me in the right direction on how to do byte patching.
Thank you to 脱税(Windows10ce) for pointing out that "Null Reference Exception" is mono's way of saying "Access Violation".
Thank you to Risk of Rain 2 for getting me into unity modding.