Red Comrades Save The Galaxy SFX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == SFX == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...") |
(No difference)
|
Revision as of 21:15, 15 July 2023
Back to index | Edit this page
SFX
- Format Type : Archive
- Endian Order : Little Endian
- Signature : StOR
Format Specifications
// header
4 bytes (char) - signature // "StOR"
4 bytes (uint32) - directory offset
// data
number_of_files *
{
x bytes - file data
}
// directory
4 bytes (uint32) - number of entries in directory
number_of_entries *
{
4 bytes - unknown
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
}
// file paths
number_of_entries *
{
x bytes (char) - file path
}
Notes and Comments
None.
Games
List of games using this file format:
- Red Comrades Save The Galaxy (*.SFX)
QuickBMS Script
Not written yet.
Compatible Programs