BGforgeNet / FO2tweaks

Fallout 2 tweaks
https://forums.bgforge.net/viewforum.php?f=26
122 stars 11 forks source link

Idea - Display current HP V command as 80/120 #108

Closed apollodeathstar closed 1 month ago

apollodeathstar commented 1 month ago
;Display current HP over head for dude, party and nearby enemies combat. This is not ideal, has some delay.
; Default key is V, change or disable in the corresponding section below.
hp_over_head=1

It would be nice if it displayed like eg 80/120 HP right now it just displays the current HP, not how much they have out of their total. This would be good for healing party health/checking their health.

burner1024 commented 1 month ago

I was going for that initially, but then decided that max doesn't really matter in combat, only clutters the UI. It does make sense to show total as well, maybe only for party and out of combat.

burner1024 commented 1 month ago

Try this. Extract into data/scripts. gl_g_hp_over_head.int.zip

apollodeathstar commented 1 month ago

Try this. Extract into data/scripts. gl_g_hp_over_head.int.zip

I will give it a try!

burner1024 commented 1 month ago

gl_g_hp_over_head.int.zip Scratch that, try this instead.

apollodeathstar commented 1 month ago

gl_g_hp_over_head.int.zip Scratch that, try this instead.

works great thanks!