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

How often do you meet up (IRL) with your simracing friends?

  • Weekly

    Votes: 2 4.2%
  • Monthly

    Votes: 2 4.2%
  • Yearly

    Votes: 4 8.3%
  • Weekly at lan events

    Votes: 0 0.0%
  • Monthly at lan events

    Votes: 0 0.0%
  • Yearly at lan events

    Votes: 0 0.0%
  • Never have

    Votes: 40 83.3%
Back
Top