This is the specifications for the archive file which is handled by the Game Extractor plugin Archive_S3DPAK.

Endian Order:Little Endian
Compression:ZLib
Encryption:None


This format is used by the following Games:
TimeShift *.s3dpak


This is the format specification information:
 
X - Compressed Archive (ZLib)

// When decompressed...

// for each file
  2 - Unknown (240)
  4 - Next File Offset (offset to field (240) of the next file)
  4 - Filename Length
  X - Filename
  4 - Filename Type
  X - File Data


These are the accompanying notes and further information:
 
Filename Types...
4 = Plain Filename (eg myfile.txt)
5 = Directory and Filename, where "#" is the directory separator (eg dir1#dir2#myfile.txt)
6 = Filename without extension (eg myfile)


Game Extractor is able to read files of this type, as well as files from thousands of other games. To give it a try, download Game Extractor (Basic Version) for free, and see what it can do.

For further information on this format, refer to the source code on our GitHub repository.