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.
InfectionHUD
A mod for displaying the infection percentage of the player caused by the Cadaver
| Last updated | an hour ago |
| Total downloads | 2 |
| Total rating | 0 |
| Categories | Misc Client-side Tweaks & Quality Of Life |
| Dependency string | FreedomClub-InfectionHUD-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.2305README
InfectionHUD
A mod for displaying the infection percentage of the player caused by the Cadaver. It is a client side mod.
Development Tips
- Use ScriptEngine for hot-reload support, providing great development experience. NO MORE restarting and finding a Cadaver Growth for 10 minutes every code change!
- Use the Rider publish configuration to build and copy the mod to the BepInEx plugins folder automatically.
IMPORTANT NOTE:
This is not documented anywhere, I had to waste a Saturday for this, but set HideManagerGameObject = true in BepInEx/config/BepInEx.cfg
The default value false is incompatible with ScriptEngine and causes BepInEx plugin manager object to be destroyed early.
Thank Lethal Company for this behavior!
For production, be sure to test it works with it false !!