RF2 VCR Replay Format Wiki
Advertisement

This part contains drivers information of the replay file.

Structure[]

This structure have a variable size. 

Description Length (bytes) Type Since Comment
Number of drivers 4 int

The number of drivers in this replay file.

The following data are repeated a number of times equals to "Number of drivers"
Description Length (bytes) Type Since Comment
Driver ID 1 byte The driver identifier (used later in the event data to refer this driver)
Driver Name string length byte The size in bytes of the driver name string
Driver Name variable String The driver name
Co-Driver Name string length 1 byte The size in bytes of the co driver name
Co-Driver name variable String The co driver name
Vehicle Name string length 2 short 1.08 The size in bytes of the vehicle name
Vehicle Name variable String 1.08 The vehicle name
Vehicle UID string length 2 short 1.08 The size in bytes of the vehicle unique identifier
Vehicle UID variable String 1.08 The vehicle identifier
Vehicle Version string length 2 short 1.08 The size in bytes of the vehicle version
Vehicle Version variable String 1.08 The vehicle version
VEH 32 String The VEH filename
Unknown 48 ??? ???
Enter replay at 4 float Time where this driver enter in the replay
Exit replay at 4 float Time where this driver exit the replay
Advertisement