Track List: Difference between revisions

From Burnout Wiki
Content added Content deleted
mNo edit summary
mNo edit summary
 
Line 22: Line 22:
| 0x808 || Track strings || CString[] || ||
| 0x808 || Track strings || CString[] || ||
|}
|}


[[Category:Formats_(Takedown-Dominator)]]

Latest revision as of 22:07, 5 February 2022

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[]