IGP PAK: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == PAK == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
 
imported>Ikskoks
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
4 bytes (char) - signature // "IGP\x1A"
4 bytes (char) - signature // "IGP\x1A"
4 bytes (uint32) - directory size
4 bytes (uint32) - directory size
8 bytes (uint64) - pak file size
8 bytes - nulls
8 bytes (uint64) - pak archive size
8 bytes (uint64) - directory offset
8 bytes (uint64) - directory offset
x bytes - padding
x bytes - padding

Latest revision as of 20:52, 6 July 2023

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.