Esotic Speedometer (and Virtual Mirror Overlay)

Esotic Speedometer (and Virtual Mirror Overlay) V1.3

Login or Register an account to download this content
The app now supports a "Virtual Mirror Overlay" option, that will allow you to overlay the virtual mirror in Assetto Corsa with something that looks more like it's part of the vehicle (assuming you are driving a car with a roof). This option works best for cars that do not have an interior rear view mirror.


To enable the overlay mode you must make a small change near the top of the .PY file:

if False: #Change False to True to use the "Virtual Mirror Overlay"
This code adds the feature of using MPH or KMH, which is configurable at the top of the .PY file:

#Set/Change these value as opposed to making INI changes
HideIcon = 1 #Set to 1 to hide the AC Icon, 0 to show it
backgroundOpacity = 1.0 #Background Opacity can be anything from 0.0 to 1.0
drawBorderVar = 0 #Set to 1 to draw the border, 0 to not draw it
appWidth = 210 #Width of the app window
fullSpeed = 0 #Set to 1 to update the screen on every frame, set to 0 to update every tenth of a second
displayPause = 1000 #hold the top speed for this many milliseconds after getting back on the gas
useKMH = 1 #set to 1 for KMH, set to 0 for MPH

Cheers,

Esotic

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top