Description of Nepenthe's Colored Engine Status

Nepenthe's Colored Engine Status mod adds color-coded engine status to Project Zomboid, making it easier for players to assess vehicle health.

Main Features:

  • Engine states:
    • Grey: Engine off.
    • Green: 75% and above.
    • Yellow: 50% and above.
    • Orange: 25% and above.
    • Red: 1% and above.
    • Dark red: 0%, completely out of order.

FAQ:

  • Is it possible to add a mod to an existing save?
    • Yes, the mod can be safely added and removed from existing saves.
  • Does the mod work in multiplayer mode?
    • Not tested, but presumably it should since it's just a modification of one LUA client function.
  • Can I include this mod in a modpack?
    • Yes, you can.
  • Are there any known incompatibilities?
    • The mod hooks into the ISVehicleDashboard:prerender() function and adds additional code after that function is executed, which means it shouldn't cause problems with other mods as all the original code is executed.
    • However, the mod will not work if the Better Speedometers mod is installed, as it completely replaces the ISVehicleDashboard:prerender() function instead of adding additional functionality as a patch.

Download Nepenthe's Colored Engine Status