Starbound

Starbound

On-display Health, Stamina and Hunger Bar(Feb 14th 25, CHECK DESCRIPTION)
4 Comments
Superpowers04  [author] 12 Jun @ 11:47am 
For performance reasons, the player's health is shown at the same time as other mobs. i THINK replacing
if entityVisible(i) and v[1] < v[2] then
with
if i ~= playerID and entityVisible(i) and v[1] < v[2] then
on line 147 SHOULD achieve the effect you want but I cannot check at the moment
Arhont 12 Jun @ 3:23am 
Hi, I use Github version of the mod. I just want to disable all bars on my character and only see health bars of enemies. I checked the top of the healthbar.lua and edit values like this:

local playerHealthMax = 0
local playerEnergyMax = 0
local playerHungerMax = 0

But seems like it works only for energy and hunger. The health bar is still appear on my character. Can you tell please, how to disable it completely?
Vera 2 Dec, 2022 @ 2:51pm 
I second @Lane 's comment here, Using Arcana and going to the Nova Station (20+ npcs) and my FPS drops to about 10, and I have a 3060/4.0ghz machine.

Now, I understand this is while being present in Arcana, but its still fundementally a Health Bar bug due to how it holds the information (i assume literally just making it visible when youre under x threshold), is there any way to make it so the bars literally dont exist until you are under x value? because this lag in a completely peaceful environment is... a lot

this is by far the best and only working health bar mod, so having a performance patch would be incredible, keep it up m8 you do great work
Lane 11 Mar, 2021 @ 1:20am 
When there are too many entities in the field of vision, the FPS drop is very serious