The Genius of Sappheiros: Weekend PAK

From XentaxWiki
Revision as of 23:13, 15 December 2021 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == PAK == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to index | Edit this page

PAK

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : None


Format Specifications

// The Genius of Sappheiros: Weekend PAK file format

4 bytes (uint32) - TOC length

4 bytes (uint32) - CRC check value (for TOC data)
num_of_files *
{
   x bytes (char) - file path + null
   4 bytes (uint32) - file size
   4 bytes (uint32) - VAR2
   4 bytes (uint32) - file relative offset
   1 byte (bool) - compression flag?
   4 bytes (uint32) - VAR5
} 

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Games

List of games using this file format:

  • Monsters Card
  • The Genius of Sappheiros: Weekend (*.PAK)

Compatible Programs