New here: How to ad...
 
Notifications
Clear all

New here: How to add iracings Delta to optimal lap?

2 Posts
2 Users
0 Reactions
252 Views
(@akcent175)
Active Member
Joined: 3 years ago
Posts: 3
Topic starter  

Hello everyone.

 

im fairly new to creating dashboards and I already played around and watched some tutorial.

But I can’t get the delta for the optimal lap time from iracing. 
which property is it? Or how can I extract it?

thank you in advance 


   
Quote
(@bunny)
New Member
Joined: 3 weeks ago
Posts: 2
 

Hi, I don't know much about making dashboards, did mine around a year ago. I use it in Assetto Corsa, so I don't know if it works in Iracing.

 

if(timespantoseconds([PersistantTrackerPlugin.AllTimeBest])<5,'-',

if([DataCorePlugin.GameData.NewData.IsInPitLane]>0,'-',

if([PersistantTrackerPlugin.AllTimeBestLiveDeltaSeconds]>30 or [PersistantTrackerPlugin.AllTimeBestLiveDeltaSeconds]<-30 or timespantoseconds([PersistantTrackerPlugin.AllTimeBest])=0,'-.--',(isnull([PersistantTrackerPlugin.AllTimeBestLiveDeltaSeconds],'-') >=0?'+':'')+format(isnull([PersistantTrackerPlugin.AllTimeBestLiveDeltaSeconds],'-') ,'0.000'))))

 

That's what I use to show delta to fastest lap I've ever driven.

Hope it helps


   
ReplyQuote
Share: