Full Auto 2 PAK: Difference between revisions
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 (Created page with "{{GRAFPageHeader}} == PAK == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...") |
(No difference)
| |
Latest revision as of 14:55, 10 February 2022
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.