Age of Alexander 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
Line 23: Line 23:


* PAK file is handled by virtual file system library "Vfs.dll" which is located in "modules" directory.
* PAK file is handled by virtual file system library "Vfs.dll" which is located in "modules" directory.
* PAK file is encrypted with custom algorithm.


=== Games ===  
=== Games ===  

Revision as of 10:08, 12 June 2023

Back to index | Edit this page

PAK

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : PAK


Format Specifications

// header
4 bytes (char) - signature // "PAK "
4 bytes (uint32) - archive version  // 720896
12 bytes (uint64) - encrypted number of files

// TODO

Notes and Comments

  • PAK file is handled by virtual file system library "Vfs.dll" which is located in "modules" directory.
  • PAK file is encrypted with custom algorithm.

Games

List of games using this file format:

  • Age of Alexander / Sparta 2: Alexander the Great (PC) (*.PAK)

QuickBMS Script

Not written yet.

Compatible Programs

None.