Beat Down: Fists of Vengeance STX: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(5 intermediate revisions by the same user not shown)
Line 11: Line 11:
// Beat Down: Fists of Vengeance
// Beat Down: Fists of Vengeance
// STX file format
// STX file format
// little endian


// header chunk (12 bytes)
// header chunk (12 bytes)
Line 17: Line 19:
4 bytes (uint32) - chunk version?  // "0xFF 0xFF 0x03 0x08"
4 bytes (uint32) - chunk version?  // "0xFF 0xFF 0x03 0x08"


// image data chunk (28 bytes)
// image info chunk (28 bytes)
4 bytes (uint32) - chunk ID  // "1"
4 bytes (uint32) - chunk ID  // (1)
4 bytes (uint32) - chunk size
4 bytes (uint32) - chunk size
4 bytes (uint32) - chunk version?  // "0xFF 0xFF 0x03 0x08"
4 bytes (uint32) - chunk version?  // "0xFF 0xFF 0x03 0x08"
Line 50: Line 52:


[[Category:Complete Complete|Beat Down: Fists of Vengeance STX]]
[[Category:Complete Complete|Beat Down: Fists of Vengeance STX]]
[[Category:Platform PC|Beat Down: Fists of Vengeance STX]]
[[Category:Platform PS2|Beat Down: Fists of Vengeance STX]]
[[Category:CE None|Beat Down: Fists of Vengeance STX]]
[[Category:CE None|Beat Down: Fists of Vengeance STX]]
[[Category:Format_Image | Type: Image]]
[[Category:Format_Image | Type: Image]]

Latest revision as of 17:04, 14 January 2021

STX

  • Game : Beat Down: Fists of Vengeance
  • Format Type : Image
  • Endian Order : Little Endian


Format Specifications

// Beat Down: Fists of Vengeance
// STX file format

// little endian

// header chunk (12 bytes)
4 bytes (uint32) - chunk ID   // "0x18 0x00 0x00 0x00" (24)
4 bytes (uint32) - chunk size
4 bytes (uint32) - chunk version?   // "0xFF 0xFF 0x03 0x08"

// image info chunk (28 bytes)
4 bytes (uint32) - chunk ID   // (1)
4 bytes (uint32) - chunk size
4 bytes (uint32) - chunk version?   // "0xFF 0xFF 0x03 0x08"
4 bytes (uint32) - image width
4 bytes (uint32) - image height
4 bytes (uint32) - bytes per pixel
4 bytes (uint32) - unknown

// data
x bytes - image data

// palette
1024 bytes - palette data (RGBA)

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs

  • Raw texture cooker
  • TextureFinder