Difference between revisions of "Haemimont Engine HPK"
From XentaxWiki
(Created page with "{{GRAFPageHeader}} == HPK == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specif...") |
(→Compatible Programs) |
||
Line 56: | Line 56: | ||
* [https://github.com/nickelc/hpk HPK Archiver] | * [https://github.com/nickelc/hpk HPK Archiver] | ||
+ | * [https://github.com/atom0s/HpkArchiver HPK Archiver (old version)] | ||
<br/><br> | <br/><br> | ||
Revision as of 21:22, 9 August 2021
Back to index | Edit this page
Contents
HPK
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
//header 4 bytes (char) - signature // "BPUL" 4 bytes (uint32) - data offset // 36 4 bytes (uint32) - number of fragments per file // 1 or 8 4 bytes - unknown // 0xFF 0xFF 0xFF 0xFF 4 bytes (uint32) - offset of the residual fragments in bytes 4 bytes (uint32) - number of residual fragments 4 bytes (uint32) - unknown // 1 4 bytes (uint32) - offset of the filesystem fragments in bytes 4 bytes (uint32) - size of the filesystem fragments in bytes // fragmented files num_of_files * { 4 bytes (char) - signature // "ZLIB" or "LZ4 " or "ZSTD" 4 bytes (uint32) - data size 4 bytes (uint32) - chunk size // 32768 4 bytes (uint32) - chunk offset x bytes - additional chunk offsets (optional) } //TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
- This file format occurs in games made using Haemimont Engine.
Games
List of games using this file format:
- Grand Ages: Rome
- Omerta: City of Gangsters
- Surviving Mars
- Tropico 3
- Tropico 4
- Tropico 5
- Victor Vran
Compatible Programs