ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.15k stars 2.21k forks source link

Health bar is missing #12243

Closed That1RobloxPlayerYT closed 1 year ago

That1RobloxPlayerYT commented 1 year ago

Describe your problem here.

every time i try to play a song, the healthbar is always gone all the things that could possibly hide it are unchecked but even when it should be showing, its not please help!

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

No

ZeitHeld commented 1 year ago

any global scripts attached? or similar? are mods active? if yes, have you tried to inactivated all?

NotStampyC commented 1 year ago

Have u tried just looking in the options or making a lua to enable the healthbar

That1RobloxPlayerYT commented 1 year ago

even when i have no mods added to a psych build, its still not there. and i dont really know how to code lua (yet)

That1RobloxPlayerYT commented 1 year ago

oh also ive checked settings and everything that would hide it is off.

ZeitHeld commented 1 year ago

Did you unpack/unzip the folder? And run it not inside of the zip (or rar) file? Have you also tried other versions of psych engine? Or like reinstalling it?

That1RobloxPlayerYT @.***> schrieb am Do., 13. Apr. 2023, 01:20:

oh also ive checked settings and everything that would hide it is off.

— Reply to this email directly, view it on GitHub https://github.com/ShadowMario/FNF-PsychEngine/issues/12243#issuecomment-1506088090, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASE27IMWNUFQGFUKPQAKOCDXA42DBANCNFSM6AAAAAAWXT2XSQ . You are receiving this because you commented.Message ID: @.***>

KillerAvecRage commented 1 year ago

One of the installed scripts must have setProperty('healthBarBG.visible') and setProperty('healthBar.visible') set to false, you might want to check any script that could be the reason of this health bar's invisibility issue