Posted January 10, 2023
This script will allow you to play the game with controls seen on modern city builders, like WASD to move the camera around. Note that is was created as a personal preference binding for my own use. But i though sharing this with you.
New bindings
=============
* [WASD] -> moves camera up, left, down, right respectively. This is NOT the same as using the keyboard arrows. Instead, it's the same as moving the mouse to the edge of the screen. In other words, WASD will not add that horrible delay that you see when using the arrow keys.
* [Q] -> rotates camera clockwise
* [E] -> rotates camera counter-clockwise
* [keyboard pause button] -> pauses the game. Of course, the original "P" still works. Some modern games use space for pause, but Pharaoh uses it for overlay switch, so i didn't rebind this one.
* [-] -> reduces the game speed
* [+] -> increases the game speed
* [/] -> sets the game speed to minimum (10%)
* [*] -> sets the game speed to "normal" (70%)
Additionally, you can move the camera with middle mouse button + "mouse move", but keep in mind that this one is clumsy. It's nowhere near of being finished.
How to use?
============
Just install AutoHotKey (https://www.autohotkey.com) and then open the following script:
https://tinyurl.com/2p9uxdte
Have fun!
New bindings
=============
* [WASD] -> moves camera up, left, down, right respectively. This is NOT the same as using the keyboard arrows. Instead, it's the same as moving the mouse to the edge of the screen. In other words, WASD will not add that horrible delay that you see when using the arrow keys.
* [Q] -> rotates camera clockwise
* [E] -> rotates camera counter-clockwise
* [keyboard pause button] -> pauses the game. Of course, the original "P" still works. Some modern games use space for pause, but Pharaoh uses it for overlay switch, so i didn't rebind this one.
* [-] -> reduces the game speed
* [+] -> increases the game speed
* [/] -> sets the game speed to minimum (10%)
* [*] -> sets the game speed to "normal" (70%)
Additionally, you can move the camera with middle mouse button + "mouse move", but keep in mind that this one is clumsy. It's nowhere near of being finished.
How to use?
============
Just install AutoHotKey (https://www.autohotkey.com) and then open the following script:
https://tinyurl.com/2p9uxdte
Have fun!
Post edited January 10, 2023 by urunion