English | 简体中文
Mod that draws health bars on top of enemies' heads.
# Links * **[Nexus Mods](https://nexusmods.com/residentevil7/mods/132)** # Requirements 1. **[REFramework](https://nexusmods.com/residentevil7/mods/80)** (**[Nightly](https://github.com/praydog/REFramework-nightly/releases)** v1.5.4+); 2. **[REFramework Direct2D](https://www.nexusmods.com/residentevil7/mods/131)** (v1.0.1+). # How to install: 1. Install **[REFramework](https://github.com/praydog/REFramework-nightly/releases)**; 2. Install **[REFramework Direct2D](https://www.nexusmods.com/residentevil7/mods/131)**; >**:pushpin: Windows:** Works normally. >**:pushpin: Linux:** Latest Experimental Proton seems to have it working normally as well (https://github.com/cursey/reframework-d2d/issues/5). >**:pushpin: Steam Deck:** I've seen people getting it working but I don't have the exact instructions. You will have to figure it out yourself and/or search the nexus pages for information ([REFramework](https://nexusmods.com/residentevil22019/mods/1097), [REFramework Direct2D](https://nexusmods.com/monsterhunterrise/mods/134)). 3. Download the mod: * Official release can be downloaded from **[Nexus Mods](https://nexusmods.com/residentevil7/mods/132)**; * Nightly builds are available in **[this repo](https://github.com/GreenComfyTea/RE7-Health-Bars)** and can contain broken functionality, debugging info on screen, bugs and might require the latest **[nightly build](https://github.com/praydog/REFramework-nightly/releases)** of **[REFramework](https://nexusmods.com/residentevil7/mods/80)**. Use with caution! 4. Extract the mod from the archive and copy it into Resident Evil 7 folder. > There should be three folders in the REFframework folder: `autorun`, `data` and `font`. # How to compile? **Prerequisites:** + **[lua-amalg](https://github.com/siffiejoe/lua-amalg)**; + **[Lua 5.4+](https://lua.org/)**. **Compilation command (replace the paths to `lua54.exe`, `amalg.lua` to yours, run it inside `autorun` folder with `cmd`):** `"D:\Programs\Lua Amalg\lua54.exe" "D:\Programs\Lua Amalg\amalg.lua" -o Health_Bars_precompiled.lua -d -s Health_Bars.lua Health_Bars.bar_customization Health_Bars.config Health_Bars.customization_menu Health_Bars.drawing Health_Bars.enemy_handler Health_Bars.error_handler Health_Bars.game_handler Health_Bars.label_customization Health_Bars.language Health_Bars.player_handler Health_Bars.screen Health_Bars.singletons Health_Bars.time Health_Bars.utils` # Credits + **GreenComfyTea** - creator of the mod and it's main contributor. + **Coconutat** - Simplified Chinese translator. *** # Support You can support me by donating! I would appreciate it! But anyway, thank you for using this mod!