Super Fancy Pants Adventure

Super Fancy Pants Adventure

Not enough ratings
Button Remap
By Bay White and 1 collaborators
Simple AHK script that allows you to remap keys for SFPA.
   
Award
Favorite
Favorited
Unfavorite
Requirements
  • Autohotkey V2
How to Run
After you installed AHK V2, you can paste the script inside a txt file and save it as a autohotkey script file(.ahk)

#Requires AutoHotkey v2.0 #HotIf WinActive("ahk_exe SFPA.exe") a::left s::down d::right w::up o::a p::s ı::d

Then run it with Autohotkey!
Closing Notes
  • Script only works in game. You can alt+tab without worries!
  • You can find the requirements using search engine.

If it worked for you, don't forget to give a thumbs up and award! Stay Fancy!
5 Comments
William  [author] 18 May @ 10:28pm 
@Space Hedgehog whats your issue with the script? If you tell which error you get we can fix it.
Space Hedgehog 15 May @ 8:48pm 
autohotkey sometimes has issues with buttons getting "stuck" or continuing to fire when dealing with remapping and holding down inputs. I'm not entirely sure why, but I think it's because it's a "hotkey" remapping rather than the key registry remapping. I recommend Microsoft Powertoys if you're on windows. The remapping unfortunately can't be made program specific, but unlike many other real remap software that require restarting the computer to save key changes (like Sharpkeys or KeyTweak), the keyboard manager in Powertoys doesn't need any type of reset. This is ideal since you'd want to be able to turn the remap off when you exit SFPA (or other games). Hope this helps someone!
William  [author] 21 Dec, 2024 @ 4:47am 
@ChikoHikaru I think it is because of keyboard layout you're using. There is a special character won't work unless you use specific keyboard layout.

It's just one line fix.
ChikoHikaru 5 Dec, 2024 @ 11:22am 
i had to use gpt to fix the syntax errors and the script is now working, anyway thank you
ChikoHikaru 5 Dec, 2024 @ 10:28am 
didn't work