Small bug in HUDs

Diego Barjollo

Registered
Hi, just found the info in the all HUDs MFDs when AI is controlling the vehicle or you are watching other driver it's a bit out of the skin as you see in this screenshot:

Screenshot-17-11-2023-19-57-24.png


This can be easily fixed by changing the following lines in the .ini like so:

Code:
// unattached parameters go here
TVOP_largePosX = 0.880001
TVOP_largePosY = 0.794000
TVOP_smallPosX = 0.880001
TVOP_smallPosY = 0.794000

And the result will be this you can see in the screenshot below:

Screenshot-17-11-2023-20-00-02.png
 
Last edited:
Back
Top