Kelly Slater’s Pro Surfer ST2: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == ST2 == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specif...") |
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == ST2 == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specif...") |
(No difference)
| |
Revision as of 15:25, 3 April 2021
Back to index | Edit this page
ST2
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// ST2 file format
// header (64 bytes)
4 bytes (uint32) - index offset
2 bytes (uint16) - signature // 0xFE 0x5A
2 bytes (uint16) - revision // 4
4 bytes (uint32) - number of index entries
4 bytes (uint32) - size of the index entry
4 bytes (uint32) - data offset
4 bytes (uint32) - data size
4 bytes (uint32) - aram offset (?)
4 bytes (uint32) - aram size (?) // usually 0
4 bytes (uint32) - temp offset (?)
4 bytes (uint32) - temp size (?)
4 bytes (uint32) - compression flags // usually 0
4 bytes (uint32) - index compressed size // usually 0
4 bytes (uint32) - data dompressed size // usually 0
4 bytes (uint32) - temp dompressed size // usually 0
4 bytes (uint32) - reserved
4 bytes (uint32) - reserved2
// data
num_of_index_entries *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- "ST" in the file extension means "stash file".
Games
List of games using this file format:
- Kelly Slater’s Pro Surfer
Compatible Programs
None.