-
Notifications
You must be signed in to change notification settings - Fork 4
Health
Hypnootize edited this page Nov 16, 2022
·
2 revisions
Sunset HUD currently supports two styles of health:
The normal health without health cross will be enabled by default, if you want to switch to the health cross:
- Navigate to the
customizations
folder and open thehealthstyles.res
- Inside the file remove the double
//
before#base...
from the health cross customization line in order to enable it - Now add the double
//
to the other line that was previously active in order to disable it. ONLY ONE LINE SHOULD STAY UNCOMMENTED (NO //).
the final result should look like this where the HEALTH CROSS ENABLED
line is uncommented (Active) and the HEALTH CROSS DISABLED is commented (Inactive)
The same process can be used the other way around to enable or disable either customization line!