Romainrob's collect...
 
Notifications
Clear all

Romainrob's collection

809 Posts
148 Users
95 Likes
226.5 K Views
(@romainrob)
Honorable Member
Joined: 4 years ago
Posts: 530
Topic starter  

@alcarp Hi! Per dot color on the map is not possible.


   
ReplyQuote
(@alex980)
Active Member
Joined: 3 years ago
Posts: 3
 

There seems to be an issue with pitstopduration value.

It is resetting the counter for the duration as soon as a driver swap is happening. This messes it a bit up for endurance racing.

Any chance for a fix?Β 


   
ReplyQuote
(@romainrob)
Honorable Member
Joined: 4 years ago
Posts: 530
Topic starter  

@alex980 Hi, I take note of the issue. No Promises though, as I don't play the game anymore, and never focused too much on team events in the first place tbh.


   
ReplyQuote
(@vurgano)
New Member
Joined: 1 year ago
Posts: 1
 

Hi, how to disableΒ  LOW fuel Warning.. In last lap of race the warning come out and i cannot see the normal dashboardΒ  more..Β 

thanks


   
ReplyQuote
(@mikebzh44)
Active Member
Joined: 2 years ago
Posts: 12
 

On the central widget, in iRacing, when I was using 1.5.1 release, delta time had a basic behaviour :

negative value and green background : I'm quicker than my best lap time

positive value and red background : I'm slower than my best lap time

Formula expression is quite simple :

if ( [DeltaToSessionBest] > 0 , '#FA0000', if ( [DeltaToSessionBest] < 0 , '#00FF02', '#878787'))

But in 1.6.2 release, sometimes, I'm slower, delta is positive but background is green.

And the formula is far more complicated :

if( root["offTrack"] == null ) {
Β Β Β Β root["offTrack"] = 0
}

if ( $prop('DataCorePlugin.GameRawData.Telemetry.PlayerTrackSurface') == 0 ) {
Β Β Β Β root["offTrack"]++
}

if ( $prop('DataCorePlugin.GameData.TrackPositionPercent') < 0.001 ) {
Β Β Β Β root["offTrack"] = 0Β 
}

if ( root["offTrack"] > 0 && $prop('DataCorePlugin.GameData.SessionTypeName') != 'Race' ) {
Β Β Β Β return '#ffffff'
} else {
Β Β Β Β 
Β Β Β Β var timeDiffMine = timespantoseconds($prop('PersistantTrackerPlugin.EstimatedLapTime')) - timespantoseconds( $prop('DataCorePlugin.GameData.BestLapTime') )
Β Β Β Β 
Β Β Β Β var timeDiffOverall = timespantoseconds($prop('PersistantTrackerPlugin.EstimatedLapTime')) - timespantoseconds( driverbestlap( $prop('DataCorePlugin.GameData.BestLapOpponentPosition')+1 ) )
Β Β Β Β 
Β Β Β Β if ( timeDiffMine > 0 ) {
Β Β Β Β 
Β Β Β Β Β Β Β Β return '#000000' // Yellow
Β Β Β Β Β Β Β Β 
Β Β Β Β } else {
Β Β Β Β 
Β Β Β Β Β Β Β Β if ( timeDiffOverall > 0 ) {
Β Β Β Β 
Β Β Β Β Β Β Β Β Β Β Β Β return '#000000' // Green
Β Β Β Β Β Β Β Β 
Β Β Β Β Β Β Β Β } else {
Β Β Β Β 
Β Β Β Β Β Β Β Β Β Β Β Β return '#ffffff' // Purple
Β Β Β Β Β Β Β Β 
Β Β Β Β Β Β Β Β }
Β Β Β Β Β Β Β Β 
Β Β Β Β }

}

What are the meaning of this new delta ?

Thanks.

Β 


   
ReplyQuote
(@romainrob)
Honorable Member
Joined: 4 years ago
Posts: 530
Topic starter  

@vurgano Hi, in SimHub "Car settings" screen.


   
ReplyQuote
(@romainrob)
Honorable Member
Joined: 4 years ago
Posts: 530
Topic starter  

@mikebzh44 Hi, What dashboard are you using? I don't recognize these formulas.


   
ReplyQuote
(@mikebzh44)
Active Member
Joined: 2 years ago
Posts: 12
 

Sorry, it's Lovely Dashboard, nothing to do with you πŸ˜€


   
ReplyQuote
(@frankalexandre)
Active Member
Joined: 4 years ago
Posts: 12
 

I updated the dashboards with the Rsc_setup.zip from first post and now relatives arent working anymore. All other infos are ok but no times difference to opponents anymore. Any idea?

This post was modified 1 year ago by frankalexandre

   
ReplyQuote
(@frankalexandre)
Active Member
Joined: 4 years ago
Posts: 12
 

This update file RSC_Setup.zip broke completely the relatives for me. If i use the old relatives dashboard with Romainrob.iRacingExtraProperties.dll from 28/06/2021 the old dashboard works.


   
ReplyQuote
(@frankalexandre)
Active Member
Joined: 4 years ago
Posts: 12
 

My bad, times difference appear after completing one lap. πŸ™‚


   
ReplyQuote
(@romainrob)
Honorable Member
Joined: 4 years ago
Posts: 530
Topic starter  

@frankalexandre Hi, and sorry for the delayed answer.
That's correct. At some point I reworked the gap computation to get results closer the in game values, especially between different class cars.
So now, for each car track combo, both SimHub and my plugin have to record a lap before everything starts working.


   
ReplyQuote
(@iovenitti)
Active Member
Joined: 1 year ago
Posts: 5
 

Love your work!!!

Going crazyΒ  regarding the LED matrix you have on the pack... how do you change the grey color to RED for the gears? thanks!!


   
ReplyQuote
(@prodigal-knight)
Eminent Member
Joined: 1 year ago
Posts: 23
 

@balleknack I created a plugin to control the LEDs on Thrustmaster Ferrari 488 Challenge Edition wheels https://www.simhubdash.com/community-2/projects/thrustmaster-ferrari-488-challenge-edition-led-controller-plugin/


   
Romainrob reacted
ReplyQuote
(@romainrob)
Honorable Member
Joined: 4 years ago
Posts: 530
Topic starter  

@iovenitti Hi, you can adjust the redline per games, car or even gear in the "Car settings" screen.


   
ReplyQuote
Page 42 / 54
Share: