RF2 VCR Replay Format Wiki
Advertisement

This part contains information each time a driver reach a checkpoint (Sector).

This stucture is for an eventClass equals to 3 and eventType to 6.

Structure[]

This structure have a size defined in the event header : 11 bytes. 

Description Length (bytes) Type Since Comment
Lap time 4 float Current laptime when reaching the checkpoint
Replay time 4 float It is the exact time of the driver cutting the checkpoint, so it can be a little different than the event Timelaps. 
Lap 1 byte

The current lap of the driver

Partialy Unknown 2 short
  • sector reached: (value >> 6 & 03) -> (1=S1, 2=S2, 0=S3/Starting line)
Advertisement