Red Comrades Save The Galaxy SFX

From XentaxWiki
Jump to navigation Jump to search

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

Compatible Programs

None.