Skip to content

Commit 485e8b2

Browse files
full fix
1 parent 37d9431 commit 485e8b2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

mgz/header/objects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,8 @@
472472
"de_flag_unk"/If(lambda ctx: find_version(ctx) == Version.DE, Byte),
473473
"de_unk_2"/If(lambda ctx: find_save_version(ctx) >= 20.16, Int16ul),
474474
"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))
475+
"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)),
476477
)
477478

478479

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='mgz',
6-
version='1.8.12',
6+
version='1.8.13',
77
description='Parse Age of Empires 2 recorded games.',
88
url='https://github.com/happyleavesaoc/aoc-mgz/',
99
license='MIT',

tests/recs/de-102.4.aoe2record

3.23 MB
Binary file not shown.

0 commit comments

Comments
 (0)