Chex Quest HD

Chex Quest HD

Not enough ratings
Rebinding keyboard controls with AutoHotkey
By Yoshimitsu
A short description of how to create custom keyboard controls for Chex Quest using the program AutoHotkey.
Also works for any other game.
   
Award
Favorite
Favorited
Unfavorite
Overview
I'm not a lefty but I've always liked using the numpad instead of WSAD. Since Chex Quest HD doesn't support rebinding controls I have created a simple AHK script which gives me the controls I use in every other FPS.
Default Controls
Chex Quest HD' default controls are:

W = Move Forward
S = Move Backward
A = Move Left
D = Move Right
Spacebar = Jump

E = Interact / Use
Y = Speak
Mousewheel = Change Weapons
Mouse Button 1 = Fire Weapon
Steps
1. Download and Install Autohotkey https://www.autohotkey.com/
2. Create a text file with the following contents:

NumpadEnter::Space
Numpad8::w
Numpad2::s
Numpad4::a
Numpad6::d
Numpad5::e
Numpadadd::y

3. Save the file (mine is called Chex_Quest_HD_Rebinds) in any folder you like or even on the desktop.
4. Manually change the file extension to .ahk in Windows Explorer.
5. Run the file Chex_Quest_HD_Rebinds.ahk before starting the game

This effectively makes the computer think that I'm pressing Spacebar when I'm actually pressing Pad Enter (for example).

6. To restore the keyboard to normal when you're done playing simply right-click the script in your system tray and hit [Exit]. The system tray icon is
Customizing the Script
Of course you can alter the contents of the .ahk file according to your desired bindings. You put the name of the key you want on the left side of the :: and the key it is mimicking on the right side.

For example, say you want to to use IKJL to move forward, back, left, and right. The text of your script should be as follows:

i::w
k::s
j::a
l::d

Autohotkey requires specific names for keys in order to work. the list of exact names is here:
https://www.autohotkey.com/docs/KeyList.htm

Happy Zorching!
7 Comments
Adabiviak 20 Aug, 2020 @ 7:17pm 
Thanks a ton! I can't believe they don't have mappable controls in this thing (and it looks like Autohotkey is made for sending full phrases and the like... couldn't figure out how to map single keys like this). Can't wait to move around properly!
J_A_R_E_D_H 16 Aug, 2020 @ 9:59am 
So the mouse is required in this game? They must think nobody played the game back when it was new! Besides, I'm effective at using the mouse with either hand, but I actually found out that pressing 1 will get me the Bootspoon, and either mouse button will zorch.
J_A_R_E_D_H 16 Aug, 2020 @ 9:52am 
I tried using the arrows. Why did they make the Chex man dexter in this game? I think he was only dexter with the Zorch Propulsor in DOS. Just like the Doom guy, the Chex man should be sinister. The only DOS game I've played that used the numeric keypad was Carmageddon, but that was kind of a newer game for DOS (1997).
Yoshimitsu  [author] 17 Jun, 2020 @ 7:57pm 
Ah, I completely forgot to add that Fire Weapon is Mouse Button 1. Updated the section, thanks
purple people eater 17 Jun, 2020 @ 9:23am 
full control guide? run.fire.weapon prompts.
Clockwork Brain 13 Jun, 2020 @ 6:40am 
ok, but how do I attack? I tried using the use/interact key and it didn't do anything.
Wewikk 5 Jun, 2020 @ 11:37am 
question whats a good rebind for glove pie i use arrow keys to strafe and move mouse buttons the input is right for jump and fire back and forward arrows are right but left and right do this weird force turn strafe thing the config i have is built for vr chat since i do not use vr?