Texture Dictionary

From Burnout Wiki
Revision as of 22:15, 5 February 2022 by AcuteSyntax (talk | contribs) (minor touchups)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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