We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d9431 commit 485e8b2Copy full SHA for 485e8b2
3 files changed
mgz/header/objects.py
@@ -472,7 +472,8 @@
472
"de_flag_unk"/If(lambda ctx: find_version(ctx) == Version.DE, Byte),
473
"de_unk_2"/If(lambda ctx: find_save_version(ctx) >= 20.16, Int16ul),
474
"de_unk_3"/If(lambda ctx: find_save_version(ctx) >= 25.22, Byte),
475
- "de_unk_4"/If(lambda ctx: find_save_version(ctx) >= 26.16, Bytes(4))
+ "de_unk_4"/If(lambda ctx: find_save_version(ctx) >= 26.16, Bytes(4)),
476
+ "de_unk_5"/If(lambda ctx: find_save_version(ctx) >= 102, Bytes(4)),
477
)
478
479
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='mgz',
6
- version='1.8.12',
+ version='1.8.13',
7
description='Parse Age of Empires 2 recorded games.',
8
url='https://github.com/happyleavesaoc/aoc-mgz/',
9
license='MIT',
tests/recs/de-102.4.aoe2record
3.23 MB
0 commit comments