Undertale

Undertale

697 ratings
💀How to fix controls in Undertale[2023]💀
By Clover🍀
You run Undertale for the first time and you can't believe...... the controls look like from the Stone Age! 🤦‍♀️🤦‍♀️

Don't worry! in this guide, you will learn how to change and customize the controls 😊
7
6
31
5
8
2
2
3
3
4
2
2
3
2
   
Award
Favorite
Favorited
Unfavorite
▶️ Introduction
Since 2015 Undertale creator has never implemented such an important option (I will not even mention the volume of the music), so I decided to make a guide on how to correctly and quickly change the controls.
1️⃣ Download Autohotkey
Download and install -> https://www.autohotkey.com/
2️⃣ Create a script
Right-click on the desktop and select New -> AutoHotkey Script

(you can change the name of the script, for example: "Controls")
3️⃣ Edit the script (New version - 2023)
Now right click on your script and select "Edit Script"

First delete ALL current text in the script and paste all the text below, you can change the keys on the left to the ones you like but the keys on the right are the default keys and you shouldn't change them.

AutoHotkey 1.1 (Old version)
#IfWinActive UNDERTALE

w::Up
a::Left
s::Down
d::Right
f::enter
tab::c


AutoHotkey 2.0 or higher (New version)
#HotIf WinActive("UNDERTALE")
w::Up
a::Left
s::Down
d::Right
space::z
lshift::x
tab::c
4️⃣ Save your script and run it!
Click File -> Save

Close the text editor and run your script by double-clicking on it and then run Undertale
☑️ Congratulations, you made it!
If you can, leave a thumbs up or steam reward on my profile, thank you! ❤️



161 Comments
doggerblobber 28 Dec, 2024 @ 12:34pm 
What do I do when the game changes to floweytale?
Clover🍀  [author] 26 Dec, 2024 @ 12:21pm 
@y tho? :cleanseal:
y tho? 26 Dec, 2024 @ 8:03am 
THANK YOUUUUU :D
Clover🍀  [author] 14 Nov, 2024 @ 9:27am 
666 ratings :lunar2020thinkingtiger:
Mikemario11 8 Nov, 2024 @ 12:50pm 
@Amiral try and click more info on the software and click Run anyway:flowey:
Clover🍀  [author] 7 Nov, 2024 @ 11:36am 
@Amiral.DJ In your antivirus settings there should be an option called "whitelist" or "exclude folder/file", then you need to select the script and the problem should disappear
DonPollo69 7 Nov, 2024 @ 8:28am 
hey, my pc doesn't let me open it because it says it contains a virus or something. Any tips ?
Clover🍀  [author] 2 Nov, 2024 @ 6:01am 
@marja csgoskins I'm glad I could help you :)
mari 1 Nov, 2024 @ 6:46pm 
Thank you!
Clover🍀  [author] 1 Nov, 2024 @ 10:53am 
@nico101174 Maybe use script version 1.1?