TDB Format - DustStormPettigrew/LibLR1 GitHub Wiki

TDB — Texture List

Named texture definitions with rendering flags.

Top-Level Block

Block ID Hex Type
Textures 0x27 Dict<string, TDB_Texture>

TDB_Texture Properties

Property Hex Type Description
Bool28 0x28 flag Unknown
IsBitmap 0x2A flag Texture uses BMP/TGA file
Bool2B 0x2B flag Unknown
Color 2C 0x2C LRColor (RGB, no alpha, optional) Fallback/tint color
Bool2D 0x2D flag Unknown

Read/Write Support

Full round-trip.


Back to Home