Texture Dictionary: Difference between revisions

From Burnout Wiki
Content added Content deleted
(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 !...")
 
mNo edit summary
Line 27: Line 27:
| 0x00 || Index || UInt8 || ||
| 0x00 || Index || UInt8 || ||
|-
|-
| 0x08 || Texture pointer || Texture*[] || ||
| 0x08 || Texture pointer || Texture* || ||
|}
|}

Revision as of 03:16, 26 February 2021

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*