Engawa Boys and Kemonotan JPKG: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 13: | Line 13: | ||
// header | // header | ||
4 bytes (char) - signature // "jPKG" | 4 bytes (char) - signature // "jPKG" | ||
4 bytes (uint32) - number of entries in table1 | 4 bytes (uint32) - number of entries in table1 (number of files) | ||
4 bytes (uint32) - number of entries in table2 | 4 bytes (uint32) - number of entries in table2 (number of compressed blocks) | ||
8 bytes - unknown | 8 bytes - unknown | ||
4 bytes (uint32) - block size | 4 bytes (uint32) - block size | ||
| Line 36: | Line 36: | ||
} | } | ||
x bytes - file data | |||
// data | |||
num_of_files * | |||
{ | |||
x bytes - file data | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
| Line 43: | Line 48: | ||
* This file format uses '''lz77ea_970''' compression. | * This file format uses '''lz77ea_970''' compression. | ||
* There are several file types supported by this archive: jTOC, jARC, jLUA, jlev, jpfb, jMSG, coli, soli, jtex and jmo2. | |||
=== Games === | === Games === | ||
| Line 50: | Line 56: | ||
=== QuickBMS Script === | === QuickBMS Script === | ||
* [https://discord.com/channels/493087254059810817/493153242104987669/971554864234659862 Script from DKDave] | |||
=== Compatible Programs === | === Compatible Programs === | ||
| Line 60: | Line 66: | ||
[[Category:Complete WIP|Engawa Boys and Kemonotan]] | [[Category:Complete WIP|Engawa Boys and Kemonotan]] | ||
[[Category:Platform PC|Engawa Boys and Kemonotan]] | [[Category:Platform PC|Engawa Boys and Kemonotan]] | ||
[[Category:CE | [[Category:CE Compressed|Engawa Boys and Kemonotan]] | ||
[[Category:Format_Archive | Type: Archive]] | [[Category:Format_Archive | Type: Archive]] | ||
[[Category:Extension_jpkg | Extension: jpkg]] | [[Category:Extension_jpkg | Extension: jpkg]] | ||
[[Category:File Format]] | [[Category:File Format]] | ||
Latest revision as of 21:21, 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 (number of files)
4 bytes (uint32) - number of entries in table2 (number of compressed blocks)
8 bytes - unknown
4 bytes (uint32) - block size
// table1 data
num_of_entries *
{
8 bytes - unknown
8 bytes (uint64) - offset
8 bytes (uint64) - file uncompressed size
}
// table2 data
num_of_entries *
{
4 bytes (uint32) - offset
4 bytes (uint32) - unknown
4 bytes (uint32) - file compressed size
4 bytes (uint32) - unknown
}
// data
num_of_files *
{
x bytes - file data
}
Notes and Comments
- This file format uses lz77ea_970 compression.
- There are several file types supported by this archive: jTOC, jARC, jLUA, jlev, jpfb, jMSG, coli, soli, jtex and jmo2.
Games
List of games using this file format:
- Engawa Boys and Kemonotan (*.JPKG)
QuickBMS Script
Compatible Programs
None.