Track List

From Burnout Wiki

The Track List format is used to store the IDs and parameters of a given game's tracks. It uses the file name TLIST.BIN.

Layout

Offset Name Type Value Notes
0x00 Version number int 0x04
0x04 Track count int
0x08 Is track point-to-point? bool[]
0x208 Is track right-hand drive? bool[]
0x408 Track IDs GtID[]
0x808 Track strings CString[]