happyleavesaoc / aoc-mgz

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

DE November patch compatibility #36

Closed Skazu closed 3 years ago

Skazu commented 3 years ago

This PR is a first draft to obtain DE november patch compatibility.

Parsing works without raised exceptions till the end (at least for the records i testet), but at least the achivement section is messed up. The new flags in "de" section are still unknown, but it should be very easy to find out what they represent.

Feel free to help, any suggestions are welcome.

happyleavesaoc commented 3 years ago

https://github.com/happyleavesaoc/aoc-mgz/commit/d2bb949929fb720d02ef1074ec45c999fb9dc6b8

Skazu commented 3 years ago

Awesome! Great work! Seems like i've missed some changes in the scenario section. I'll close this PR.