๐ŸRace

Properties relevant to the race.

iRacing telemetry is full of seemingly strange developer decisions. One of them is no not update race position untill you're completed a lap. This plugin will give live updated race positions. Not only for you, but also other drivers. Another importat feature is the LapsRemaining property, which uses a detailed algorithm for determining how many more laps we can expect to drive. This is affected by a lof of factors, such as:

  • Type of session (lap determined, time determined or both)

  • Leader pace, leader track position

  • Your pace (has its own algorithm for excluding off-track laps, in-laps, out-laps, etc.) and track position

  • Pit stop duration

  • Quirky things like standing in front or behind start/finish line on the grid and corrections for strange lap-counting i iRacing telemetry

A lot of effort has gone into this property since it is used for fuel and strategy calculations, amongst other things.

Another feature worth mentioning is the spotter calls, which will give you the name of the driver on the side of you, and also giving to the distance to the car next to you - for both sides. The plugin will remember the driver first entering your "space", and by process of elimination figure out who is on the other side, and the distance to that driver as well.

LapsRemaining

Complex algorithm that calculates the remaining laps of the race, based on time left, your pace, leaders pace and track position, amongst other things.

integer

LapBalance

Your position on track when session finishes; how close you are to having a 1 lap shorter/longer session.

decimal

RaceFinished

You finished the race

boolean

JokerThisLap

Whether current lap is a joker lap or not

boolean

JokerCount

Number of joker laps this stint

integer

Position

Live updated race position

integer

HotLapPosition

Your position on "fastest lap" leaderboard. Only differs from "Position" in race sessions.

integer

HotLapLivePosition

Your predicted position on "fastest lap" leaderboard on current lap, based on prediced lap time

integer

LeftCarGap

Distance to car on left side (forward/backward)

decimal

LeftCarName

Driver name of right side car

string

RightCarGap

Distance to car on left side (forward/backward)

decimal

RightCarName

Driver name of right side car

string

RadioName

Name of driver using radio

string

RadioPosition

Position of driver using radio

integer

RadioIsSpectator

True of person on radio is not a driver in the race

boolean

MyClassColor

Your class color, hexadecimal format

hexadecimal

SoF

Strength of field

iRating

IRChange

Change in iRating based on current race position

iRating

TrackType

0 = road, 1-3 = rallycross, 4 = dirt road w/o joker laps, 5-7 = short to long ovals, 8 = dirt oval

0-8

Last updated