Another update lmao, the order the script is running at is causing issues, basically if you don’t have the Status configuration set to true then the multi char won’t work, it’s a small mistake by me, but the issue is fixed with v1.1.3
Clean HUD. Has limited icons. Add the rest of the lineup and toggle on/off option. Maybe a feature to change icon colors.
Thank you, and i will consider adding those options in the future
this hud have seatbelt and stress? i look at the config but i cant find
No, i might add those in the future, but as of currently no.
Awesome script man, only thing I’d like to change is how responsive the speedometer is, i would like it to update instantly and not after a 1-2sec delay, do you know where i could tweak that?
I’ll most likely add it as a setting in the future, but for optimization reasons it checks every second and has an animation to not make it look so bland.
Released 1.1.4 to add this feature.
Showcase: Streamable
Really apreciate it, you are one hell of a developer, listening to the community and delivering phenomenal work. Big thumbs up.
Version 1.1.5 was released.
Features
hi, sorry i have an issue with a few players or random players where some load the thirsty and hunger and ID on top but others dont, do you know why is that issue? Also quick question how do we use the seabbelt? Also just wanted to know if you can add an option to disable the map while driving and to remove the health and shield from it?
-
To use the seatbelt you just need to set the framework to either ESX and QB and just set the Seatbelt bool to true.
-
I’ll look into adding those options.
Also please go ahead and send me a DM on discord: vipex.v, i want to look into the issues with those players.
The flashing is just a feature when the seatbelt isn’t on, it’s not a complete seatbelt mechanic, it’s just displaying, meaning you need to have a Seatbelt mechanic already in the server, such as esx_cruisecontrol and idk the one for QBCore.
Released v1.1.7
Features
- Harness Support added for QB.
- Stress Support added for QB.
- Slightly re-designed the percentage HUD Theme.
Back End Improvements
- Improving code quality by automating multiple tasks.
Have an idea, what about a cinematic feature like qb hud?
I’ll look into adding it in the future.
Released 1.1.8 (2024-01-04)
Bug Fixes
- Player state resets after cinematic mode enabled bug fixed. (79bebc8)
Features
- New Cinematic Mode (add5d4f)
Reverts
- Remove Opacity Setting due to it being useless. (930004b)
Hi, is there any way to change the position of certain elements of the Hud? Like for example I wanna have both the health indicator bar with the mic and armor indicator on top of the minimap and have next to it the vehicle speed. Like could you maybe tell me which part of the source code I have to edit to make that work?
You would have to simply edit the NUI Source code and compile it.
For the health/status component, it’s in vHud > web > src > components > Status.tsx
And for the vehicle, it’s in the same category but simply CarHud.tsx
Notice: It’s built using Tailwind CSS.
I will be adding updating this as long as possible and i will look into adding more customization.