happyleavesaoc / aoc-mgz

Age of Empires II recorded game parsing and summarization in Python 3.
MIT License
197 stars 42 forks source link

support 25.06 #72

Closed Skazu closed 2 years ago

Skazu commented 2 years ago

Hey,

i've added support for parsing v25.06 recorded games, for now the new flags are just skipped, but the files itself are parseable.

It's most likely that the new "unknown" flags are related to the new handicap system, but i haven't proven this yet.

I hope this contribution helps a little.

happyleavesaoc commented 2 years ago

Thanks, looks right to me. Been testing my own support for 25.06 locally. Will merge this one though and mine later.