Full Auto 2 PAK

From XentaxWiki
Revision as of 14:55, 10 February 2022 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

// header
4 bytes (uint32) - base offset
4 bytes (uint32) - number of entries

// index
num_of_entries *
{
  4 bytes (uint32) - file hash
  4 bytes (uint32) - file size
  4 bytes (uint32) - file ID
}
x bytes - padding  // 0xAB 0xAB 0xAB...

// data
num_of_entries *
{
  x bytes - file data  // can be compressed with GZIP
  x bytes - padding  // 0xAB 0xAB 0xAB...
}

Notes and Comments

  • Some files can be compressed with GZIP.

Games

List of games using this file format:

  • Full Auto 2 Battlelines (*.PAK) (PSP)

QuickBMS Script

Compatible Programs

None.