Age of Alexander PAK: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
4 bytes (char) - signature // "PAK " | 4 bytes (char) - signature // "PAK " | ||
4 bytes (uint32) - archive version // 720896 | 4 bytes (uint32) - archive version // 720896 | ||
12 bytes | 12 bytes - encrypted number of files | ||
// TODO | // TODO | ||
Latest revision as of 10:16, 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 - 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.