happyleavesaoc / aoc-mgz

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

Some questions about structure. #105

Closed cute-cirno closed 1 month ago

cute-cirno commented 1 month ago

Dear Author,

I am very interested in your project. While using the commit from the PR and loading the latest version of the recordings, I found that the tile_format seems to be outdated. I modified it from 'bxb6x' to 'bxb7x', which appears to align the structure correctly. However, I am unsure if the first byte in 7x is necessary. Could you please clarify this?

Thank you. image

happyleavesaoc commented 1 month ago

Hello, DE version 62.0 adds an extra byte in index 1. This is accounted for in mgz-1.8.26, @ https://github.com/happyleavesaoc/aoc-mgz/commit/deea5c428c2b8c205843c49776b0d78ff51e3261