IGP PAK

From XentaxWiki
Jump to navigation Jump to search

Back to index | Edit this page

PAK

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


Format Specifications

// header
4 bytes (char) - signature // "IGP\x1A"
4 bytes (uint32) - directory size
8 bytes - nulls
8 bytes (uint64) - pak archive size
8 bytes (uint64) - directory offset
x bytes - padding

// data
number_of_files *
{
   x bytes - file data
}


// directory
number_of_files *
{
   4 bytes (uint32) - CRC or hash
   4 bytes (uint32) - file offset
   4 bytes (uint32) - file size
}

Notes and Comments

None.

Games

List of games using this file format:

  • Spider-Man 3 (*.PAK) (WII)

QuickBMS Script

Compatible Programs

None.