Steering Input Display (Esotic Mod)

Steering Input Display (Esotic Mod) V1.2

Login or Register an account to download this content
I have not created an INI file for this yet, but I have created a few more variables to help you control the behaviour of this app. You can now set the background opacity and draw border in one place, as well as adjust the overall size of the app if you need to scale it up for use with DSR.

From the top of the .PY file:

#THESE ARE VARIABLES YOU CAN CHANGE
maxKMH = 999 #if the KMH is greater than this number hide the steering wheel, default is 999 (always on)
backgroundOpacity = 0.0 #this value can be anything from 0.0 to 1.0, like 0.1, 0.7, etc
drawBorder = 0 #this value can be 0 for off or 1 for on
appWidth = 60 #this can be any value greater than 0, mostly controls app scaling
appHeight = 85 #this can be any value equal to or greater than appWidth

#set this value to true if you are using the PinHack and would like the app background
#to be square, or just set these values in the variable definitions shown above
if False:
appWidth = 60
appHeight = 60

#if you are an NVidia DSR user you'll probably want something like this
if False:
appWidth = 120 #or 90
appHeight = 120 #or 90
Near the top of the .PY file there is now a line that shows:

maxKMH = 999 #if the KMH is greater than this number hide the steering wheel, default is 999 (always on)

You can set this number to something like 20 if you'd like to hide the steering wheel once the car is moving.

Latest News

How long have you been simracing

  • < 1 year

    Votes: 276 15.3%
  • < 2 years

    Votes: 185 10.3%
  • < 3 years

    Votes: 186 10.3%
  • < 4 years

    Votes: 138 7.6%
  • < 5 years

    Votes: 243 13.5%
  • < 10 years

    Votes: 214 11.9%
  • < 15 years

    Votes: 131 7.3%
  • < 20 years

    Votes: 108 6.0%
  • < 25 years

    Votes: 83 4.6%
  • Ok, I am a dinosaur

    Votes: 240 13.3%
Back
Top