Shiro Games 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 |
||
| 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> | ||
// Shiro Games | |||
// PAK file format | |||
// little endian | |||
//header | //header | ||
4 bytes (char) - signature // "PAK\x00" | 4 bytes (char) - signature // "PAK\x00" | ||
4 bytes (uint32) - data offset | |||
4 bytes (uint32) - archive size | |||
2 bytes (uint16) - unknown | |||
// TODO | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 19:45, 10 October 2021
Back to index | Edit this page
PAK
- Format Type : Archive
- Endian Order : Little Endian
- Signature : PAK\x00
Format Specifications
// Shiro Games // PAK file format // little endian //header 4 bytes (char) - signature // "PAK\x00" 4 bytes (uint32) - data offset 4 bytes (uint32) - archive size 2 bytes (uint16) - unknown // TODO
QuickBMS Script
Notes and Comments
None.
Games
List of games using this file format:
- Darksburg (*.PAK)
- Evoland 2 (*.PAK)
- Northgard
Compatible Programs
None.