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's needed for simracing in 2024?

  • More games, period

  • Better graphics/visuals

  • Advanced physics and handling

  • More cars and tracks

  • AI improvements

  • AI engineering

  • Cross-platform play

  • New game Modes

  • Other, post your idea


Results are only viewable after voting.
Back
Top