Starbound
Zbyt mało ocen
On-display Health, Stamina and Hunger Bar(Feb 14th 25, CHECK DESCRIPTION)
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Rozmiar pliku
Zamieszczono
Zaktualizowano
17.368 KB
22 sierpnia 2020 o 2:57
10 listopada 2023 o 21:10
Listy zmian: 3 ( zobacz )

Zasubskrybuj, aby pobrać
On-display Health, Stamina and Hunger Bar(Feb 14th 25, CHECK DESCRIPTION)

Opis
Currently the latest version of the mod is available at https://github.com/superpowers04/Starbound-Rexmeck-Healthbars. Due to Steam complications, I can't get to uploading it directly to Steam
The version on github currently contains a bunch of improvements and is a partial rewrite of the mod

Note this mod patches "/player.config". This can malfunction if a mod replace the whole file.
A modification to Rexmeck's health bar to change the color of the bar to red, and add a hunger bar, Now the bars will turn to black the smaller the bar is. I(Superpowers04) do not take credit for the creation of this mod, Rexmeck is the original creator. I'd highly recommend checking their mods out. If Rexmark would like me to take it down then please let me know

Original Description:
I wrote a small script that displays health under entities just for the fun of it. nothing special really
Komentarzy: 4
Superpowers04  [autor] 12 czerwca o 11:47 
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 czerwca o 3:23 
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 grudnia 2022 o 14:51 
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 marca 2021 o 1:20 
When there are too many entities in the field of vision, the FPS drop is very serious