Modern camera drag as in AOM and AOE4 (feature request)

Hi devs, can you add to a modern camera drag as in modern RTSs?, AOM and AOE4 have this and it is amazing to save hand movement, specially good for your older audience :smiley: and to avoid wrist injuries.

Some great guy showed this concept script Script for proper Camera Drag for AoE2 : r/aoe2 that actually works pretty well and is very close to the experience in other RTSs.

Btw I’m not so sure though if this script could be considered cheating, in its github page it is described like this:

*The script demonstrates how to hook into AoE2 memory to read/write directly to camera offsets to enable modern camera drag behaviour with a mouse. Most commonly ā€œScroll Dragā€ or ā€œScroll Camera Dragā€ as opposed to edge pan. At thie time this was published AoE2 had no proper camera drag support.
*
I would love to have this feature natively!

6 Likes

Yeah I support the idea of implementing camera drag for this game.

Just so the demonstration video is more visible attaching the demo here in this forum itself -

Credits: u/asieradzk

2 Likes

You seem too cautious. It’s a QoL that should be in the game and it doesn’t give you a crazy edge. By no means is it cheating.

1 Like

When I tried the official drag scroll in AOE2, it was so difficult to use that I went back to edge pan scroll immediately. The improvements to drag scrolling are very worthwhile.

And let’s make it easier to do angled edge pan scrolls by expanding the corner area.

3 Likes

Oh yeah, I mentioned that because it uses the technique of writing directly into the game’s running memory. It’s amazing engineering, but I’m not sure if some anti-tampering mechanism might detect it and flag it as a cheat code. I don’t even know if AoE2 has a anti-tampering internally to be honest.
Well the point though is that we want this feature!. and if some awesome dude was able to implement it externally then it is totally possible for the devs to do something alike.

1 Like

Good point. The game sometimes would have a popup saying tampering detected, even when there is none. It seems very sloppily implemented and didn’t do anything.

GitHub - asieradzk/AoE2Mouse_Camera_Drag: AutohotkeyScript for Age Of Empires 2: Definitive Edition that allows Camera Dragging Controls Script is no longer working as of latest update.

I forked an AutoHotKey Script which puts this feature in the game https://github.com/Emerald3ME/AoE2DE-Drag-Scroll

wow, thank you for taking this and for the documentation, I didn’t knew how that worked.