happyleavesaoc / aoc-mgz

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

Read chapter information #99

Closed M1ngXU closed 1 year ago

M1ngXU commented 1 year ago

Is there a way to get the game state of a chapter? If yes, how can it be done in fast/full parser? If no, would this be hard to implement?

happyleavesaoc commented 1 year ago

This is done here: https://github.com/happyleavesaoc/aoc-mgz/blob/master/mgz/fast/__init__.py#L311

M1ngXU commented 1 year ago

Ok thanks for the quick response (I'll close the issue)