Super Fancy Pants Adventure

Super Fancy Pants Adventure

评价数不足
Button Remap
由 Bay White 和其他 1 人合作完成
Simple AHK script that allows you to remap keys for SFPA.
   
奖励
收藏
已收藏
取消收藏
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 条留言
William  [作者] 5 月 18 日 下午 10:28 
@Space Hedgehog whats your issue with the script? If you tell which error you get we can fix it.
Space Hedgehog 5 月 15 日 下午 8:48 
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  [作者] 2024 年 12 月 21 日 上午 4:47 
@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 2024 年 12 月 5 日 上午 11:22 
i had to use gpt to fix the syntax errors and the script is now working, anyway thank you
ChikoHikaru 2024 年 12 月 5 日 上午 10:28 
didn't work