This page hosts a formal specification of .agg file format of Heroes of Might and Magic using Kaitai Struct. This specification can be automatically translated into a variety of programming languages to get a parsing library.
meta:
id: heroes_of_might_and_magic_agg
application: Heroes of Might and Magic
file-extension: agg
license: CC0-1.0
endian: le
doc-ref: https://web.archive.org/web/20170215190034/http://rewiki.regengedanken.de/wiki/.AGG_(Heroes_of_Might_and_Magic)
seq:
- id: num_files
type: u2
- id: entries
type: entry
repeat: expr
repeat-expr: num_files
types:
entry:
seq:
- id: hash
type: u2
- id: offset
type: u4
- id: size
type: u4
- id: size2
type: u4
instances:
body:
pos: offset
size: size
filename:
seq:
- id: str
type: strz
encoding: ASCII
instances:
filenames:
pos: entries.last.offset + entries.last.size
size: 15
type: filename
repeat: expr
repeat-expr: num_files