You are viewing a potentially older version of this package. View all versions.
NikkelM-Hidden_Health_Bars-1.1.0 icon

Hidden Health Bars

Hides all enemy health bars. Use the config to also hide boss health bars.

Date uploaded a month ago
Version 1.1.0
Download link NikkelM-Hidden_Health_Bars-1.1.0.zip
Downloads 54
Dependency string NikkelM-Hidden_Health_Bars-1.1.0

This mod requires the following mods to function

Hell2Modding-Hell2Modding-1.0.107 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.107
LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.2.0
SGG_Modding-Chalk-2.1.1 icon
SGG_Modding-Chalk

System for handling config files in ReturnOfModding

Preferred version: 2.1.1
SGG_Modding-ReLoad-1.0.2 icon
SGG_Modding-ReLoad

Provides helpers for managing hot reloading and waiting for the right time to load

Preferred version: 1.0.2
SGG_Modding-SJSON-1.0.1 icon
SGG_Modding-SJSON

A plugin for handling .sjson files in ReturnOfModding.

Preferred version: 1.0.1
SGG_Modding-ModUtil-4.0.1 icon
SGG_Modding-ModUtil

Utility mod for mod interactions within lua for SGG's games

Preferred version: 4.0.1

README

Hidden Health Bars

Hides all enemy health bars.

Very useful for people who want to play with less interface elements, as the Interface Opacity setting does not affect health bars.

You can use the config file in your mod manager to also hide boss health bars by setting hideBossHealthbars to true. Alternatively, you can also set hideEnemyHealthbars to false to show enemy health bars again, in case you want to only hide boss health bars.

Status effect indicators that normally appear below health bars are also hidden by default, such as the cooldown until Freeze can be re-applied. Set hideEffectIndicators to false to show these indicators again.

Hidden Healthbar

CHANGELOG

Changelog

v1.1.0

  • Fixed health-bar status effect indicators (e.g. Freeze cooldown, Origination) being created in the place where the enemy was when the effect was applied, but not following it around if enemy health-bars are turned off.
  • Health-bar status effect indicators are now hidden by default.
  • Set hideEffectIndicators in the config to false to show effect indicators again.

v1.0.0

  • Initial release.