Beat Down: Fists of Vengeance STX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== STX == * ''' Game ''': Beat Down: Fists of Vengeance <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Lit...") |
imported>Ikskoks |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== STX == | == STX == | ||
* ''' Game ''': Beat Down: Fists of Vengeance <br> | * ''' Game ''': Beat Down: Fists of Vengeance <br> | ||
* ''' Format Type ''': | * ''' Format Type ''': Image <br> | ||
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | ||
| Line 12: | Line 12: | ||
// STX file format | // 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) | |||
</pre> | </pre> | ||
</div> | </div> | ||
| Line 32: | Line 51: | ||
[[Category:Complete | [[Category:Complete Complete|Beat Down: Fists of Vengeance STX]] | ||
[[Category:Platform | [[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