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

To join the OverTake Racing Club races I want them to be: (multiple choice)

  • Free to access

    Votes: 131 85.6%
  • Better structured events

    Votes: 26 17.0%
  • Better structured racing club forum

    Votes: 24 15.7%
  • More use of default game content

    Votes: 19 12.4%
  • More use of fixed setups

    Votes: 47 30.7%
  • No 3rd party registration pages

    Votes: 53 34.6%
  • Less casual events

    Votes: 14 9.2%
  • More casual events

    Votes: 48 31.4%
  • Other, specify in thread

    Votes: 9 5.9%
Back
Top