Texture Dictionary

From Burnout Wiki

The Texture Dictionary container format is used to store a collection of textures. It uses the extension .TXD.

Header

Offset Name Type Value
0x00 File magic (TEXDIC) GtID 0x00003C5481EDDEBC
0x08 Texture count in hex UInt8
0x10 Array of texture entries Texture Entry[]

Texture Entry

Offset Name Type Value
0x00 Index UInt8
0x08 Texture pointer Texture*