Texture Dictionary

From Burnout Wiki
Revision as of 15:56, 12 February 2021 by AcuteSyntax (talk | contribs) (Created page with "The '''Texture Dictionary''' container format is used to store a collection of textures. It uses the extension <code>.TXD</code>. = Header = {|class="wikitable |- ! Offset !...")
(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 Notes
0x00 File magic (TEXDIC) GtID 0x00003C5481EDDEBC
0x08 Texture count UInt8

Texture Entry

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