Street Fighter V

Street Fighter V

View Stats:
Iar Best Mar 31, 2016 @ 6:16am
Key binding/remaping
Dear CapCom! I bought your game two months ago and I still can't play it because you didn't posibility to remap the keys. I 15 years play in games like SF 2-4, MK etc on the NumPad 1-6, and I can 't use buttons that in SF5 by default. With what need to think to do unchachable buttons on the PC - I don't know.
And, by the way, do, please, enter and exit in menus by Enter/Esc buttons - it's not consoles, it PC and there is people do this many years with these buttons, not with B/N.
P. S. Sorry for my English.
< >
Showing 1-7 of 7 comments
Iar Best Apr 20, 2016 @ 12:39pm 
Up.
Iar Best May 13, 2016 @ 11:36am 
And it doesn't exit by Alt+F4. CAPCOM, I AM WAITING MORE THAN 2 MOUNTHS!!! Managers of the game, what are you doing? How possible to make port for PC with so terrible mistakes?
Last edited by Iar Best; May 13, 2016 @ 11:37am
IITWLLII -ES- May 14, 2016 @ 1:38pm 
You are right, a PC version needs proper remapping. Capcom said that they are working on it, until that happens you can use AutoHotkey as a workarround.

I've compiled a script for you (except for ESC / ENTER buttons, to not break any functions),
you can change the first letter of each starting line to any key you want:

Steps:

1. Download + Install AutoHotkey from:
https://autohotkey.com/

make sure you enable *.ahk file extention support

2. Create a new text file, copy the following script inside + save the file


#IfWinActive StreetFighterV ;=================== ;----light punch---- Numpad4::g ;----medium punch---- Numpad5::h ;----hard punch---- Numpad6::j ;----3 punches---- NumpadAdd::k ;=================== ;=================== ;----light kick---- remember that z and y key is swappend on some keyboards, you can replace it here Numpad1::b ;----medium kick---- Numpad2::n ;----hard kick---- Numpad3::m ;----3 kicks---- NumpadEnter::, ;=================== ;=================== ;----throw---- Numpad7:: Send {g down}{b down} KeyWait, Numpad7 Send {g up}{b up} return ;=================== ;----Vskill---- Numpad8:: Send {h down}{n down} KeyWait, Numpad8 Send {h up}{n up} return ;=================== ;----Vtrigger---- Numpad9:: Send {j down}{m down} KeyWait, Numpad 9 Send {j up}{m up} return

3. Change the file extention from *.txt to *.ahk

4. Double click the *.ahk file, run SFV and have fun.
Iar Best May 14, 2016 @ 4:04pm 
Thank you very-very much :)
Abstract May 15, 2016 @ 10:32am 
Thats a pretty nice script.
Mustafari Aug 13, 2016 @ 2:00pm 
News on the full remap feature? I bought the game, got a refund and I'll only purchase it again when (and IF) they do it. I love to play on my keyboard.
Pachi87 Feb 21, 2017 @ 2:34pm 
+1
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Mar 31, 2016 @ 6:16am
Posts: 7