YouTube demo here:
This is a simple app that shows the current gear of whatever car you are viewing, even when spectating. I like to use simple apps to redesign my dash so I can read important data without have to actually look away from the road ahead. I find having a really big gear indicator helpful in that regard.
You can make adjustments by editing the variables at the top of the INI file (lines below from the .PY file):
#edit these values as opposed to making INI changes
HideIcon = 1
lastGear = "N"
backgroundOpacity = 1.0
drawBorderVar = 0
appWidth = 110
appHeight = 80
offsetY = -30
fontSize = 90
If you have any questions or suggestions please let me know.
Cheers,
Dave\Esotic
You can make adjustments by editing the variables at the top of the INI file (lines below from the .PY file):
#edit these values as opposed to making INI changes
HideIcon = 1
lastGear = "N"
backgroundOpacity = 1.0
drawBorderVar = 0
appWidth = 110
appHeight = 80
offsetY = -30
fontSize = 90
If you have any questions or suggestions please let me know.
Cheers,
Dave\Esotic