QBCore - PS-HUD Remove Speedo from Hud - FIXED!

Hi Guys, Im dreflex kinda new on the scene to building / config my own small community fivem server.
I am sorry if i have posted this in the wrong place,

Im running QBcore txAdmin & its a Hosted server

I have been working my way through configuring recourses and seems ive hit an issue.
Spent a few days looking into this one with not much luck, So ive decided to reach out. i could be searching the wrong terminology however.

The Issue i have is i replaced the hud from the QB-Hud to ps-hud.
Everything looks almost great.

However i still have the old speedometer and fuel gage showing behind my es_progresshud
If i remove the qb-hud completely it semi resolves the issue but as not everything i wanted to remove.

So i installed removed QB_Hud, Installed PS-Hud.
This now does everything expected i needed apart from the issue of the speddomter and fuel age to be removed.

ifi remove the ps-hud the speedometer and fuel gage is removed so im assuming somewhere there is a config.

ive trialed through the whole of ps-hud and no luck.

The goal is to have:
ps-hud, es_progresshud working without the default speedometer / gas fuel gage being shown.

If any of this makes sense and anyone knows the solution or able to point me in the right direction ide be greatly appreciated.

Thank you.
Best Regards
Dreflex.

UPDATE:
Wanted to swing back to say i have found the resolution to this as ive seen so many posts and no one ever updated the fix.

You need to:
1 - go to the recourse ps-hud and locate the file ps-hud/html/index.css

2 - copy the text into css formatter & use the formatter to convert the text.

3 - Replace the text in ps-hud/html/index.css with the code from the css formatter

3 - Now the code is more readable you need to search each of the following and replace the code.

WAS:

#speedometer.svelte-am3d8l{
        position:relative;
        left:2.5vh!important
    }

NOW:

#speedometer.svelte-am3d8l{
        display: none;
        left:2.5vh!important
    }

4 - Save the code and restart the server.

JOB done the speedo is gone!
If you want to remove the seatbelt / Petrol etc it is the same principle just select the correct code.

Enjoy.

5 Likes

Was looking for this… thank you!

  • Dan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.