AHK Middle Mouse Camera Drag Script Broken After Latest Update — Need New Memory Offsets

Hey everyone,

I’ve been using an AutoHotkey script that enables middle mouse camera dragging in AoE2DE by reading and writing camera coordinates directly from game memory. It worked perfectly for weeks until the latest update broke it.

The script is available on github.

The issue is that the hardcoded memory offsets shifted after the update. The ones that need updating are:

baseOffset := 0x03F17268 zoomOffset := 0x39E785C

Has anyone found the new memory offsets after the latest patch? I’ve been trying to track them down in Cheat Engine but keep running into issues. Any help would be massively appreciated!

Thanks