Harry Potter and the Prisoner of Azkaban PKG: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == PKG == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
 
imported>Ikskoks
 
(4 intermediate revisions 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>
// header
num_of_chunks *
4 bytes (char) - signature // "PKGH"
{
 
  4 bytes (char) - chunk name // e.g. "PKGH"
 
  4 bytes (uint32) - chunk size
// TODO
  x bytes - chunk data
}
</pre>
</pre>
</div>
</div>
Line 38: Line 39:


[[Category:Complete WIP|Harry Potter and the Prisoner of Azkaban PKG]]
[[Category:Complete WIP|Harry Potter and the Prisoner of Azkaban PKG]]
[[Category:Platform GameCube|Harry Potter and the Prisoner of Azkaban PKG]]
[[Category:Platform Gamecube|Harry Potter and the Prisoner of Azkaban PKG]]
[[Category:CE None|Harry Potter and the Prisoner of Azkaban PKG]]
[[Category:CE None|Harry Potter and the Prisoner of Azkaban PKG]]
[[Category:Format_Archive | Type: Archive]]
[[Category:Format_Archive | Type: Archive]]

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.