Last updated | a year ago |
Total downloads | 7998 |
Total rating | 3 |
Categories | Tweaks Utils |
Dependency string | UtvecklareFox-LogReducer-1.0.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_TABS
BepInEx pack for TABS. Preconfigured and ready to use.
Preferred version: 5.4.16UtvecklareFox-UFoxLib
(CORE MOD) Collection of various classes for (mainly mine) mods to use
Preferred version: 1.0.0README
Small mod that reduces Debug Log messages, keeping only UnityEngine ones that are impossible to remove
- You can disable mod via Gameplay options in real-time
Debug logs are helpful when you have to backtrack issues with your mods, but issue is that TABS takes it too much, as for example Custom Content logs are infamous for bloating everything. In result, Log files are getting too heavy and it might affect perfomance of game.
- For example, without mod the process of opening game and getting to Simulation flat map generates Log file with size of ~41 KB.
- When mod is installed and enabled, same log will now be generated with size of ~17 KB.
Mod is Enabled by default.
UFoxLib dependecy is needed for Settings option so you can enable or disable mod right in-game and decide when you need log info. Also it should save itself through BepInEx config.
Despite everything, other mod's errors technically should appear in logs as long as they are not custom and things like NullReferenceException, so backtracking of important issues should be possible
Credits:
- Harren Tonderen (me) - lead developer of this Easiest Mod Known to a Man:tm: