Track List

Revision as of 18:39, 10 May 2021 by AcuteSyntax (talk | contribs) (Created page with "The '''Track List''' format is used to store the IDs and parameters of a given game's tracks. It uses the file name <code>TLIST.BIN</code>. = Layout = {|class="wikitable" |-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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