I tweaked this ages ago to only show the 160mph speedometer (personal preference) but I updated it and I've forgotten how I did it lol. I can set the gauge face to 160, but can't remember how I locked the needle rotation to 160.
Anyone? (or an update that lets me lock the speedo to a certain range?
)
EDIT: Remembered.
Open GT_HUD.py
Replace
for i in ["160", "240", "320", "400", "480"]:
replace all 5 with 160, or whatever gauge you want to use. Must be repeated.
And then find
speed_spin_rate = (240 + i * 80) / speed_degree_available
and replace i with -1 for 160mph (you'll need to work this out for the others)
Voila, enjoy seeing the speedo needle ping round in really fast cars to get an idea of what it would look like on your own car's speedo gauge (which only goes up to 160, lol)