Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | BlueAmulet-LogNeuter-1.0.0.zip |
| Downloads | 226 |
| Dependency string | BlueAmulet-LogNeuter-1.0.0 |
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
LogNeuter
Allows you to remove certain logging messages from the game.
Support constant strings and formatted strings.
Also fixes audio spatialization warnings.
Instructions
Add an entry to the configuration in the following format:
[Namespace.TypeName|MethodName]
Static Message To Filter
^Dynamic Message To Filter: .*$
Some log messages are dynamic or formatted, and regex syntax may be used in order to filter these.
LogNeuter checks for regex syntax by looking for the ^ and $ characters at the beginning and end.
To generate an example config file containing (nearly) all possible messages to filter, enable GenBlockAll and run the game once.
A file called BlueAmulet.LogNeuter.Generated.cfg will appear inside the config folder.
The presence of this file does not filter any logs, and filters must be set up inside the main configuration file.
Known generator issues
Debug.Log with context not supported.
Debug.Log with string concat not supported.
Debug.LogFormat not supported.
These only affect very few possible logging messages.
Installation (manual)
If you are installing this manually, do the following
- Extract the archive into a folder. Do not extract into the game folder.
- Move the contents of
pluginsfolder into<GameDirectory>\BepInEx\plugins. - Run the game.