IamFlea / bartender

A window addon to game called Age of Empires II (HD). The addon displays additional information of the game, such as buildings, currently researched technologies, or training units.
44 stars 8 forks source link

I can make it run like this now, what should I do to further extract the information? help plz #13

Closed learner501 closed 12 months ago

learner501 commented 1 year ago

run_image

IamFlea commented 1 year ago

Hello. I haven't opened this project for long time. I think I should archive it. I believe there has been several game updates for AoE2 (2013 version). You need to get the right memory offset for:

https://github.com/IamFlea/bartender/blob/a9865ade2235e925708e202b94abe0861acc7400/aoc_game.py#L68 https://github.com/IamFlea/bartender/blob/a9865ade2235e925708e202b94abe0861acc7400/aoc_game.py#L103

You need to find these offsets and addresses in the memory. Also it is possible that other offsets have changed in last five years.