HERVE_DASH :

herve45

Premium
herve45 submitted a new resource:

HERVE_DASH_1 - Simhub dashboard

Hello

Dash based on the MYTEC model provided by Wotever.

It is compatible with all games managed by simhub but it contains specifics for raceroom

- push to pass
- drs
- damage
- penalties
- overtaking under yellow flag
- icons abs/tc

View attachment 373601View attachment 373602View attachment 373603View attachment 373604View attachment 373605View attachment 373606View attachment 373607

Read more about this resource...
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard

_HERVE_MY_DASH_1_FULL_V5.8
  1. modified design for rf2 aids
  2. rf2 bug fixed: red icon background did not appear red when abs was active
  3. pit count and pit time removed
  4. optimized fuel calculation for in-lap races
  5. bug fixed on type tyres for Dallara IR 18

_HERVE_MY_DASH_2_V4.8
  • bug fixed on type tyres for Dallara IR 18
_HERVE_MY_LEADERBOARD_DYN_V1.7
  • bug fixed on type tyres for Dallara IR 18
...

Read the rest of this update entry...
 
Hi, thanks so much for your work and this amazing App. I just have one question, since I am fairly new to simracing and rFactor 2... could you explain what do the numbers and colors for the Camber mean? They keep dynamically changing during practice or race. How can I tell if I need to add or reduce camber by reading those numbers?
 
Hi, thanks so much for your work and this amazing App. I just have one question, since I am fairly new to simracing and rFactor 2... could you explain what do the numbers and colors for the Camber mean? They keep dynamically changing during practice or race. How can I tell if I need to add or reduce camber by reading those numbers?

Hello

T° difference between inside and outside of tire

var tyreinner = $prop('DataCorePlugin.GameData.TyreTemperatureFrontLeftInner')
var tyreouter = $prop('DataCorePlugin.GameData.TyreTemperatureFrontLeftOuter')
var result = format(tyreinner - tyreouter,'0')

if(result < 0) {
return 'Red'
}
if(result > 5) {
return 'Orange'
}
if(result >= 0 && result <=5) {
return 'Green'
}
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard

_HERVE_MY_DASH_1_FULL_V5.9
  1. increase the size of the carclass section
  2. more carclasses managed for rf2 aids

_HERVE_MY_DASH_2_V4.8
  • No modification
_HERVE_MY_LEADERBOARD_DYN_V1.8
  • increase the size of the carclass section
  • bug fixed : color management that was generating errors in log simhub
  • display of DNFs in the InPit column
_HERVE_MY_LEADERBOARD_V1.8
  • increase the...

Read the rest of this update entry...
 
Hi @herve45,

I'm testing your dashes for the first time. And I some questions for now.
On the screen of the tires, the little "Camber" squares, it has values and colours.
Can you explain to me in so many words what Red, Green and Yellow and the numbers up and down means in terms of reading?

I.e.: if it's green and low number its because the camber is well set? Or Red colour means camber too low, green camber ok, and Yellow means...?? And the values it goes from 5 to up 30, what does it mean?

For RF2.

Thanks in advanced.

Edit: it was explained right above. It's temperatures, right?
 
Last edited:
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard

_HERVE_MY_DASH_1_FULL_V5.9
  • No modification
_HERVE_MY_DASH_2_V4.9
  • bug fixed: screensaver not displayed in some situations
  • Now, it is possible not to automatically display the map in the pits (see readme.txt)
    --> In the file "_HERVE_MY_DASH_CONFIG.json",
    set "dash_2 no map visible in pit": 1,
  • removed air temp and track temp
  • Added : previous lap + gap
_HERVE_MY_LEADERBOARD_DYN_V1.8
  • No modification...

Read the rest of this update entry...
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard

_HERVE_MY_DASH_1_FULL_V6.0
  • complete code rewrite for tyres display
_HERVE_MY_DASH_2_V5.1
  • complete code rewrite for tyres display
  • finally, i put back air t° and track t°
_HERVE_MY_LEADERBOARD_DYN_V1.8
  • improved dnf detection
_HERVE_MY_LEADERBOARD_V1.8
  • improved dnf detection
_HERVE_MY_DASH_GRAPH_V1.2
  • No modification
[ATTACH...

Read the rest of this update entry...
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard

requires the latest version of simhub
9.1.29

or
9.2.0b2

_HERVE_MY_DASH_1_FULL_V6.1
  • displays a popup for 5 seconds when brake bias is changed
_HERVE_MY_DASH_2_V5.2
  • Minor graphic update
_HERVE_MY_LEADERBOARD_DYN_V1.9
  • Added Driver_Pit_Enter_At_Lap (column...

Read the rest of this update entry...
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard


_HERVE_MY_DASH_1_FULL_V6.2

  • Estimated lap time : EstimatedLapTime_AllTimeBestBased replaced by EstimatedLapTime_SessionBestBased
  • bug fixed for pit request for rf2
  • box box new design (wip)
  • improvement of the manufacturer logo search algorithm for LMU
_HERVE_MY_DASH_2_V5.3
  • improvement of the manufacturer logo search algorithm for LMU
_HERVE_MY_LEADERBOARD_DYN_V2.0
  • improvement of the manufacturer...

Read the rest of this update entry...
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard


_HERVE_MY_DASH_1_FULL_V6.3

  • "box box box" new modifications (wip)
  • various improvements for LMU
  • modification of ignition and engine messages to take into account hybrid engines on LMU
    • ignition is off
    • start your engine
    • electric is on
    • and addition of 2 icons ignition is off and engine is on off
_HERVE_MY_DASH_2_V5.4
  • "box box box" new modifications (wip)
_HERVE_MY_LEADERBOARD_DYN_V2.0...

Read the rest of this update entry...
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard


_HERVE_MY_DASH_1_FULL_V6.4

  • For LMU and RF2 : hypercar hybrid + battery icon display
  • only for your car : add subcategory lmh and lmdh for hypercar for LMU and RF2
  • added some brands icons
_HERVE_MY_DASH_2_V5.4
  • added some brands icons
_HERVE_MY_LEADERBOARD_DYN_V2.0
  • added some brands icons
_HERVE_MY_LEADERBOARD_V2.0
  • added some brands icons
...

Read the rest of this update entry...
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard


_HERVE_MY_DASH_1_FULL_V6.5

  • many, many optimizations of javascript code
_HERVE_MY_DASH_2_V5.5
  • many, many optimizations of javascript code
_HERVE_MY_LEADERBOARD_DYN_V2.1
  • many, many optimizations of javascript code
_HERVE_MY_LEADERBOARD_V2.1
  • many, many optimizations of javascript code

_HERVE_MY_DASH_GRAPH_V1.2
  • No modification

Read the rest of this update entry...
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard

_HERVE_MY_DASH_1_FULL_V6.6
  • complete rewriting of tire display code
  • bug fixed on rain data display
_HERVE_MY_DASH_2_V5.6
  • complete rewriting of tire display code
  • bug fixed on rain data display
_HERVE_MY_LEADERBOARD_DYN_V2.1
  • No modification
_HERVE_MY_LEADERBOARD_V2.1
  • No modification
_HERVE_MY_DASH_GRAPH_V1.2
  • No modification

Read the rest of this update entry...
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard

Warning : 3 new JSON parameter files for carclass, splashscreen and carlogo management.
See readme.txt for instructions


_HERVE_MY_DASH_1_FULL_V6.7
  • complete rewrite of tyres type and color display code
  • bug fixed : ACC tire temperature not displayed
  • bug fixed : RRRE and AMS2: "BOX BOX" message displayed during refueling


_HERVE_MY_DASH_2_V5.7
  • complete rewrite of tyres type and color display code
...

Read the rest of this update entry...
 
herve45 updated HERVE_DASH : with a new update entry:

simhub dashboard

_HERVE_MY_DASH_1_FULL_V6.8
  • rewrite color display code for brakes
  • rewriting of aids display code (abs,tc,....)
  • javascript code optimization


_HERVE_MY_DASH_2_V5.8
  • rewrite color display code for brakes
  • javascript code optimization


_HERVE_MY_LEADERBOARD_DYN_V2.2
  • No modification


_HERVE_MY_LEADERBOARD_V2.2
  • No modification
...

Read the rest of this update entry...
 

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top