RenderWare TXD

From XentaxWiki
Revision as of 21:25, 8 March 2021 by imported>Ikskoks (→‎Format Specifications)
Jump to navigation Jump to search

Back to index | Edit this page

TXD


Format Specifications

// TMNT 2003
// TXD file format


// chunk header
4 bytes (uint32) - chunk type  // e.g. 0x23 - Platform Independent Texture Dictionary
4 bytes (uint32) - size of the chunk
4 bytes (uint32) - RW version ID  // e.g. 0xFF 0xFF 0x05 0x10 - RW v3.4.0.5
4 bytes (uint32) - unknown


num_of_textures *
{
   // texture header (112 bytes)
   16 bytes (char) - texture name  // e.g. "tit_studio_ps"
   96 bytes - unknown

   x bytes - image data

   1024 bytes - palette data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • This file format occurs in games made with RenderWare engine.

Games

List of games using this file format:

  • Bully
  • GTA III
  • GTA IV
  • GTA Vice City
  • GTA San Andreas
  • Manhunt
  • Teenage Mutant Ninja Turtles (2003)
  • Many more...

Compatible Programs

See Also