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 Dictionary ID GtID 0x00003C5481EDDEBC (TEXDIC)
0x08 Entry count (hex) uint8
0x10 Entries offset Entry*[]

Entry

Offset Name Type Value
0x00 Index uint8
0x08 Data offset GtTexture*
0x0C User flags int