Project Zomboid

Project Zomboid

[B41/B42] Mini Health Panel
Yesod™ 2022 年 9 月 24 日 上午 7:57
Suggestions
Add your suggestions here.
< >
正在显示第 1 - 15 条,共 23 条留言
Yesod™ 2022 年 9 月 24 日 上午 7:59 
(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:
最后由 Yesod™ 编辑于; 2022 年 9 月 25 日 上午 12:05
Damian 2022 年 9 月 24 日 上午 11:24 
It would be nice if the appearance of the hud is optional

(as a feminine or masculine appearance)
amazing mod
DNGR_Z0N3_ 2022 年 9 月 25 日 下午 6:30 
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
最后由 DNGR_Z0N3_ 编辑于; 2022 年 9 月 27 日 下午 3:25
J[_]ne B[_]9 [GB] 2022 年 9 月 26 日 上午 7:57 
Suggestion: Make Bandages draggable to the wound location on the mod's user interface, like the vanilla health interface.
Gaist Heidegger 2022 年 9 月 26 日 下午 4:49 
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 2022 年 9 月 27 日 上午 11:30 
could you replace the current male figure with the official health tab one?
Yesod™ 2022 年 9 月 30 日 上午 5:11 
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 2022 年 10 月 1 日 上午 11:32 
引用自 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  [开发者] 2022 年 10 月 1 日 下午 3:47 
I will definitely add an option to disable this on my next update.
star 2022 年 10 月 11 日 上午 11:24 
Ingame legend would be useful.
最后由 star 编辑于; 2022 年 10 月 15 日 下午 9:13
kERHUS 2022 年 12 月 8 日 上午 3:42 
Add option to change ui size.
Agitatio 2022 年 12 月 23 日 上午 4:23 
An option to hide the vanilla health panel button.
Drekkennought 2023 年 1 月 29 日 下午 3:09 
Having an option that displays when a wound has healed and a bandage can be removed would be a welcome addition.
CatDogFishFrog 2023 年 2 月 22 日 上午 5:31 
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
最后由 CatDogFishFrog 编辑于; 2023 年 2 月 22 日 上午 5:31
Manu 2023 年 3 月 8 日 上午 6:13 
Any chance to make the size adjustable? It's bigger than I'd like it to be. Very usefull though, good job.
< >
正在显示第 1 - 15 条,共 23 条留言
每页显示数: 1530 50