Harry Potter and the Prisoner of Azkaban PKG: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (One intermediate revision by the same user not shown) | |||
| Line 11: | Line 11: | ||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | <div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | ||
<pre> | <pre> | ||
num_of_chunks * | |||
4 bytes (char) - | { | ||
4 bytes (char) - chunk name // e.g. "PKGH" | |||
4 bytes (uint32) - chunk size | |||
x bytes - chunk data | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
Latest revision as of 08:53, 22 May 2022
Back to index | Edit this page
PKG
- Format Type : Archive
- Endian Order : Little Endian
- Signature : PKGH / PKGC
Format Specifications
num_of_chunks *
{
4 bytes (char) - chunk name // e.g. "PKGH"
4 bytes (uint32) - chunk size
x bytes - chunk data
}
Notes and Comments
- This file format uses chunks and subchunks like: PKGH, PKGC and SSHA.
Games
List of games using this file format:
- Harry Potter and the Prisoner of Azkaban (GameCube) (*.PKG)
QuickBMS Script
Not written yet.
Compatible Programs
None.