Created
October 31, 2013 08:25
-
-
Save 5310/7246043 to your computer and use it in GitHub Desktop.
This is the AutoHotkey key remaps I use for playing 2p KoF XIII on the same keyboard as I want. It is possible to do it in-game, but KoF Steam has a nigh-permanent bug that will not save these config. To use, just place in the same folder as the game and run. If you want to customize it, you have no other way than to customize it by hand. LP = J…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; launches KOFXIII | |
Run, .\kofxiii.exe | |
Sleep 1000 | |
; repeatedly checks if KOFXIII has quit | |
SetTimer, close, 1000 | |
; remaps keys | |
#MaxHotkeysPerInterval 1000 | |
; Player One | |
w::Up | |
s::Down | |
a::Left | |
d::Right | |
Enter::Enter | |
LShift::Backspace | |
j::7 | |
i::8 | |
k::9 | |
o::0 | |
u::o | |
h::p | |
l::i | |
p::u | |
7::` | |
8::` | |
9::` | |
0::` | |
; Player Two | |
Up::h | |
Down::n | |
Left::b | |
Right::m | |
numpadenter::e | |
numpad0::q | |
numpad1::a | |
numpad5::s | |
numpad2::d | |
numpad6::f | |
numpad4::c | |
numpad7::z | |
numpad3::v | |
numpad9::x | |
q::` | |
e::` | |
f::` | |
z::` | |
x::` | |
c::` | |
v::` | |
; closes once KOFXIII closes | |
Close: | |
IfWinNotExist, The King of Fighters XIII | |
exitapp | |
Return |
Thanks, I will Test it
how i supose to use these remap? can someone explain me?
First reset P2, for that use H and N buttons to navigate up and down. Press D to configure. I changed them to numpad keys. Remember not to change H and N for P2 cause if you change then navigation won't work. System will ask you to set Left, Right, LP, LK, HP, HK. So set them to numpad keys. After that set P1 as you like.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice job, thanks,
any updates? any better tool fo this ?