Track List: Difference between revisions

m
no edit summary
(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" |-...")
 
mNo edit summary
Line 14:
| 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[] || ||
|}