You are viewing a potentially older version of this package. View all versions.
FreedomClub-InfectionHUD-1.0.0 icon

InfectionHUD

A mod for displaying the infection percentage of the player caused by the Cadaver

Date uploaded 6 hours ago
Version 1.0.0
Download link FreedomClub-InfectionHUD-1.0.0.zip
Downloads 34
Dependency string FreedomClub-InfectionHUD-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

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 !!