Project Zomboid

Project Zomboid

[B41/B42] Mini Health Panel
Yesod™ 24 Sep, 2022 @ 7:57am
Suggestions
Add your suggestions here.
< >
Showing 1-15 of 23 comments
Yesod™ 24 Sep, 2022 @ 7:59am 
(adding mine)

To make readability clearer, consider to have the blinks all blink at the same time instead of each at their own pulse.

Perhaps modulo against getTimestampMs()

Great work.

This mod is going to sky rocket. :steamthis:
Last edited by Yesod™; 25 Sep, 2022 @ 12:05am
Damian 24 Sep, 2022 @ 11:24am 
It would be nice if the appearance of the hud is optional

(as a feminine or masculine appearance)
amazing mod
DNGR_Z0N3_ 25 Sep, 2022 @ 6:30pm 
Love the mod. It makes the health system much less intrusive and reduces the blind spot from the standard health panel greatly.
I noticed that sometimes it will not show a wound but it still shows on the standard health panel so that might be a bug.
Suggestion: Could you also add an option to lock it in place in the right click menu during the next update, please? Sometimes I will accidentally click and drag it during stressful fights, which usually turns out badly for me.. lol
Last edited by DNGR_Z0N3_; 27 Sep, 2022 @ 3:25pm
J[_]ne B[_]9 [GB] 26 Sep, 2022 @ 7:57am 
Suggestion: Make Bandages draggable to the wound location on the mod's user interface, like the vanilla health interface.
Gaist Heidegger 26 Sep, 2022 @ 4:49pm 
A mod config option to disable altogether would be an innocuous and welcome addition, just for those cases on e.g. a multiplayer server if some players would prefer not to have it on their UI while others did.
DagarhaDraushum 27 Sep, 2022 @ 11:30am 
could you replace the current male figure with the official health tab one?
Yesod™ 30 Sep, 2022 @ 5:11am 
Suggestion: To not disrupt combat and survival, have the UI ignore mouse input while player is aiming. This 'smart feature' will also strengthen the 'not always visible' mode.
Wafflcopterz 1 Oct, 2022 @ 11:32am 
Originally posted by Gaist Heidegger:
A mod config option to disable altogether would be an innocuous and welcome addition, just for those cases on e.g. a multiplayer server if some players would prefer not to have it on their UI while others did.

Bumping the thread for this addition. This mod could be a must-have on many MP servers but is held back by not having a right-click or settings option to disable the ui altogether while the mod is still installed. Please add this!
Speedy Von Gofast  [developer] 1 Oct, 2022 @ 3:47pm 
I will definitely add an option to disable this on my next update.
star 11 Oct, 2022 @ 11:24am 
Ingame legend would be useful.
Last edited by star; 15 Oct, 2022 @ 9:13pm
kERHUS 8 Dec, 2022 @ 3:42am 
Add option to change ui size.
Agitatio 23 Dec, 2022 @ 4:23am 
An option to hide the vanilla health panel button.
Drekkennought 29 Jan, 2023 @ 3:09pm 
Having an option that displays when a wound has healed and a bandage can be removed would be a welcome addition.
CatDogFishFrog 22 Feb, 2023 @ 5:31am 
Hi, I want to ask you to change the code a bit so that this mod can be localized.
In the ISMhpSettings.lua file
That is, write getText(), It's like that:

self:addOption(getText("IGUI_MiniHealth_AlwaysVisible"), mhpHandle.alwaysShow, function(mhpHandle, selected) mhpHandle:toggleAlwaysShow(selected) end) self:addOption(getText("IGUI_MiniHealth_HealthBar"), mhpHandle.showHpBar, function(mhpHandle, selected) mhpHandle:toggleHpBar(selected) end) self:addOption(getText("IGUI_MiniHealth_LockWindow"), not mhpHandle.moveWithMouse, function(mhpHandle, selected) mhpHandle:toggleLock(not selected) end)

And a little lower there is also "Settings", it would also be nice to do this with them.

It's just that I'm currently translating mods into my language, that's why I'm asking you to do it
Last edited by CatDogFishFrog; 22 Feb, 2023 @ 5:31am
Manu 8 Mar, 2023 @ 6:13am 
Any chance to make the size adjustable? It's bigger than I'd like it to be. Very usefull though, good job.
< >
Showing 1-15 of 23 comments
Per page: 1530 50