Warhammer 40K Dawn Of War DE – How To Change Cam Control?
Warhammer 40K Dawn Of War Definitive Edition is a classic real-time strategy game with ranging over 100 maps and nine factions. The enhanced graphics, smooth camera movements on the battlefield and texture upscaling has made this game super enjoyable. However, we cannot rebind controls but have to choose from the existing keybind layouts. If you want to change the keybind manually here’s how you can do it and mainly for your camera movements using W/A/S/D.
How To Change Camera Control Or Rebind In Warhammer 40K Dawn Of War Definitive Edition?
There are multiple steps that you need to perform as it cannot be solved ingame. First and foremost, you are required to install Autohotkey.
- Once it’s Downloaded and Installed, start a New Script.
- Create and Edit the Script as listed without missing anything including the colons and spaces.
w::Up
s::Down
a::Left
d::Right
- Save the script.
- Run the file as an admin then start the game.
Now when you play the game, the camera can be moved using W/A/S/D. However, the pre-existing W/A/S/D key which was assigned for any other purpose will be omitted. This will also remove the keys in chat. It is recommended to be used in Single Player Campaign Mode as you are using third-party tool.
If the script doesn’t work add another line as shown below:
#HotIf WinActive(“ahk_exe W40k.exe”)
w::Up
s::Down
a::Left
d::Right