Shiro Games PAK: Difference between revisions

From XentaxWiki
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
 
(15 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>
// 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>
Line 20: Line 29:


* [https://github.com/gorillakelvin/Northgard_ZH-TW/blob/master/localize/quickbms/northgard.bms northgard.bms]
* [https://github.com/gorillakelvin/Northgard_ZH-TW/blob/master/localize/quickbms/northgard.bms northgard.bms]
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Shiro%20Games/Shiro_Games_PAK_script.bms Shiro_Games_PAK_script.bms]


=== Notes and Comments ===  
=== Notes and Comments ===  


None.
* This file format occurs in games made by '''Shiro Games''' development studio.


=== Games ===  
=== Games ===  
Line 29: Line 39:
* Darksburg (*.PAK)
* Darksburg (*.PAK)
* Evoland 2 (*.PAK)
* Evoland 2 (*.PAK)
* Northgard
* Northgard (*.PAK)
 
* Wartales (*.PAK)


=== Compatible Programs ===  
=== Compatible Programs ===  
Line 38: Line 48:




[[Category:Complete Complete|Shiro Games PAK]]
[[Category:Complete WIP|Shiro Games PAK]]
[[Category:Platform PC|Shiro Games PAK]]
[[Category:Platform PC|Shiro Games PAK]]
[[Category:CE None|Shiro Games PAK]]
[[Category:CE None|Shiro Games PAK]]

Latest revision as of 16:23, 10 March 2022

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

  • This file format occurs in games made by Shiro Games development studio.

Games

List of games using this file format:

  • Darksburg (*.PAK)
  • Evoland 2 (*.PAK)
  • Northgard (*.PAK)
  • Wartales (*.PAK)

Compatible Programs

None.