Full Auto 2 PAK

From XentaxWiki
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.