LogMuteLethal
Removes some of the annoying debug logs
Date uploaded | 4 days ago |
Version | 1.0.1 |
Download link | HDeDeDe-LogMuteLethal-1.0.1.zip |
Downloads | 775 |
Dependency string | HDeDeDe-LogMuteLethal-1.0.1 |
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.2100README
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.
CHANGELOG
1.0.1
- Remove dependency on MMHOOK
- Muted functions are now logged at startup
1.0.0
- Initial release