Engawa Boys and Kemonotan JPKG: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 13: Line 13:
//header
//header
4 bytes (char) - signature // "jPKG"
4 bytes (char) - signature // "jPKG"
x bytes - table1
4 bytes (uint32) - number of entries in table1
x bytes - table2
4 bytes (uint32) - number of entries in table2


4 bytes (char) - signature // "jTOC"
4 bytes (char) - signature // "jTOC"

Revision as of 21:07, 5 May 2022

Back to index | Edit this page

JPKG

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : jPKG / jTOC


Format Specifications

//header
4 bytes (char) - signature // "jPKG"
4 bytes (uint32) - number of entries in table1
4 bytes (uint32) - number of entries in table2

4 bytes (char) - signature // "jTOC"
x bytes - unknown

Notes and Comments

None.

Games

List of games using this file format:

  • Engawa Boys and Kemonotan (*.JPKG)

QuickBMS Script

Not written yet.

Compatible Programs

None.