Skip to content

Instantly share code, notes, and snippets.

@5310
Created October 31, 2013 08:25
Show Gist options
  • Save 5310/7246043 to your computer and use it in GitHub Desktop.
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…
; 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
@zirconias
Copy link

nice job, thanks,
any updates? any better tool fo this ?

Copy link

ghost commented Sep 2, 2016

Thanks, I will Test it

@goremakkk
Copy link

how i supose to use these remap? can someone explain me?

@saffanalvy
Copy link

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