MultiViewer for F1 Speedometer

Apps MultiViewer for F1 Speedometer 1.1

Login or Register an account to download this content
Col_ed_Viân submitted a new resource:

MultiViewer for F1 Speedometer - Replicates the speedometer from MultiViewer for F1

What is it:

Is the speedometer that MultiViewer for F1 uses. Dimensions are the same used by the YouTube channel yelistener in his videos, which I used as a reference. This app is meant to be used on 1080p displays. I don’t know how it could work on bigger or smaller screen resolutions.



Preview:

View attachment 652170


(as I will explain it later, I had to manually add the DRS label in the video editing because it doesn’t...

Read more about this resource...
 
Hello! I use your 2020 F1 Speedometer, and I will update to this version. Are you able to create an optional yellow color DRS On graphic for this new speedometer? The yellow color would be easier for me to notice in my peripheral vision.
 
Hi, this app is brilliant, thanks for making it and sharing!

(I did have an issue but it was on my side and I have fixed it.)

Thanks :)
 
Last edited:
i think if necessary,we can detect drs.;)
ac_drs = int(ac.getCarState(0, acsys.CS.DrsEnabled))
ac_drs_ab = int(ac.getCarState(0, acsys.CS.DrsAvailable))
if ac_drs:
drs_graphic.setBgTexture("apps/python/f12023hud/textures/drs/drs_ab.png")
elif ac_drs_ab:
drs_graphic.setBgTexture("apps/python/f12023hud/textures/drs/drs_on.png")
else:
drs_graphic.setBgTexture("apps/python/f12023hud/textures/drs/drs_off.png")
 
Last edited:

Latest News

What is your next sim related purchase

  • DLC

    Votes: 208 24.9%
  • Full game

    Votes: 206 24.6%
  • CPU

    Votes: 94 11.2%
  • Graphics card

    Votes: 147 17.6%
  • Other PC related hardware

    Votes: 93 11.1%
  • Pedals

    Votes: 142 17.0%
  • Wheels

    Votes: 192 22.9%
  • Wheel base

    Votes: 144 17.2%
  • Monitors

    Votes: 92 11.0%
  • Something else?

    Votes: 87 10.4%
Back
Top