Enable Simplifield render in gui CSP, it worked for me.Great HUD mod, but for some reason since a month ago or something around that, it has adquired a bit of a glitchy look on my game, i'm not sure how to describe it but the font is weird, the background shadows of the hud are over dark and have artifacts around them, does somebody know about this?
Here's a screenshot
(Fixed already, for those that don't know how to fix it, you need to change your Photo Mode aspect ratio back to native, but i'd still like to know if there's a solution for the font issue)
When is the next HUD update? Any new features or fixes coming soon?Rhizix submitted a new resource:
GT7 HUD - Gran Turismo 7 HUD for Assetto Corsa
Read more about this resource...
Why ? It just doesn't exist in GT7, and as it's a mod that closely emulates it... Why ?It's really nice looking and good working mod, you did a great job.
Could there be a posibility for Analog Tachometr without the middle top part with "shifting light" and Digital speed? With only selected gear in between Speedometer and Tachometr.
It would be more compact and really nice for freeroam and casual driving.View attachment 687814
Something like this but with Speedometr and Tachometr closer together.
Thank you very much for your hard work and have a great day.
Still no fix for the lap count in race?View attachment 681120
The lap counter does not work and the Lua debug app displays this error message
Quick question, I've been looking into several bugs in this thread, and came across your issue.Thanks for this amazing app!
Just wanted to ask if there's any solution for this.
View attachment 634431
The sector best app is bugged for some reason. Sectors 1 and 2 work fine, but sector 3 shows 0:00.000, and the best/last lap doesn't work.
View attachment 634429View attachment 634430
I'm not sure if this is caused by the problem I mentioned above, but the lap counter is stuck at 1, and the sector delta thing with the beep sound doesn't show up when crossing the sector or finish line.
This bug only occurs in race sessions.
(Occurs in csp version 0.1.79 & 0.1.80preview115, tried clean installing)
Thanks in advance!
Weird that MY_DRIVER is nil there, either way, will be putting that extra nil check in the code, thanksI have a consistent LUA error every time I use the speedometer.
View attachment 707183
Apparently MY_DRIVER is set to nil and the code doesn't like it.
I've edited line 40 to add a further IF clause, so that it now reads:
if MY_DRIVER ~= nil and MY_DRIVER.fastestLap ~= -1 and SIM.raceSessionType ~= 3 then
This seems to make the error disappear, but I don't know if it has any side effect.