The Engine: Layout (V, Boxer, Inline, Nat. Aspirated) and Displacement, turbo load monitor and more.

The Engine: Layout (V, Boxer, Inline, Nat. Aspirated) and Displacement, turbo load monitor and more. 11

Login or Register an account to download this content
Donate
Buy me a coffee via Paypal

Please support this modder with a small donation.

- Car Name
- Engine Layout and Displacement
- Max reached turbo pressure
- Turbo Load
- Engine/Ignition Status
- Live Fuel Calc. (needed +1 lap)
-Clock

Overlay.png


This overlay works better with ACCCDS (Basically the only feature is that the car year is also displayed (like in the screenshot)

Source Code to see the engines info all at once:

car = $prop('CarId');

if ((car == 'mercedes_amg_gt3_evo') ||
(car == 'mercedes_amg_gt3'))
return "Naturally Aspirated V8, 6.3"

if ((car == 'ferrari_488_gt3_evo') ||
(car == 'ferrari_488_challenge_evo')||
(car == 'ferrari_488_gt3'))
return "Twin Turbo V8, 3.9"

if ((car == 'bmw_m4_gt3') ||
(car == 'bmw_m4_gt4') ||
(car == 'bmw_m2_cs_racing'))
return "Twin Turbo Inline-6, 3.0"

if ((car == 'porsche_991ii_gt3_r') ||
(car == 'porsche_991ii_gt3_cup') ||
(car == 'porsche_718_cayman_gt4_mr') ||
(car == 'porsche_992_gt3_cup') ||
(car == 'porsche_991ii_gt3_r'))
return "Naturally Asp. Flat-6 Boxer, 4.0"

if ((car == 'bentley_continental_gt3_2018') ||
(car == 'bentley_continental_gt3_2016') ||
(car == 'amr_v8_vantage_gt3') ||
(car == 'mercedes_amg_gt4') ||
(car == 'mclaren_720s_gt3') ||
(car == 'amr_v8_vantage_gt4'))
return "Twin Turbo V8, 4.0"

if ((car == 'audi_r8_lms') ||
(car == 'audi_r8_lms_evo') ||
(car == 'audi_r8_lms_evo_ii') ||
(car == 'lamborghini_huracan_gt3') ||
(car == 'lamborghini_huracan_gt3_evo') ||
(car == 'lamborghini_gallardo_rex') ||
(car == 'lamborghini_huracan_st') ||
(car == 'lamborghini_huracan_st_evo2') ||
(car == 'audi_r8_gt4'))
return "Naturally Aspirated V10, 5.2"

if (car == 'lexus_rc_f_gt3')
return "Naturally Aspirated V8, 5.4"

if ((car == 'honda_nsx_gt3_evo')||
(car == 'honda_nsx_gt3'))
return "Twin Turbo V6, 3.5"

if ((car == 'nissan_gt_r_gt3_2017') ||
(car == 'nissan_gt_r_gt3_2018'))
return "Twin Turbo V6, 3.8"

if ((car == 'mclaren_650s_gt3') ||
(car == 'mclaren_570s_gt4'))
return "Twin Turbo V8, 3.8"

if (car == 'alpine_a110_gt4')
return "Turbocharged Inline-4, 1.8"

if (car == 'chevrolet_camaro_gt4r')
return "Naturally Aspirated V8, 6.2"

if (car == 'ginetta_g55_gt4')
return "Naturally Aspirated V6, 3.7"

if (car == 'ktm_xbow_gt4')
return "Turbocharged Audi Inline-4, 2.0"

if (car == 'bmw_m6_gt3')
return "Twin Turbo V8, 4.4"

if (car == 'maserati_mc_gt4')
return "Naturally Aspirated V8, 4.7"

if (car == 'amr_v12_vantage_gt3')
return "Naturally Aspirated V12, 5.9"

if (car == 'jaguar_g3')
return "Naturally Aspirated V8, 5.0"


Information engines info was mainly gathered from the official websites of the cars.
Hopefully it is accurate, we usually tweak it in case of something not accurate.

Those are simhub overlays, in case you don't know hot to add them, watch this:

Latest updates

  1. Fix car name not displayed

    Fix car name not displayed
  2. Quite a Revork - See Screenshot

    - Car - Engine - Max reached turbo pressure - Turbo Load - Engine/Ignition Status - Live Fuel...
  3. Avoid porshe cup text cut

    - New porsche cup engine name is to big, making the window a little bigger so the text wont be...

Latest reviews

Great!

Latest News

Author
slemke
Downloads
277
File size
46.8 KB
Views
11,007
First release
Last update
User rating
5.00 star(s) 1 ratings

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