Age of Alexander PAK
Jump to navigation
Jump to search
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 - 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.
- There are two archives in game's directory - "Engine.pak" and "SpartaII.pak".
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.