Nifflas' Support Forum

Released Games => Knytt Stories => Topic started by: rainulous on January 11, 2012, 01:14:16

Title: Control re-mapping
Post by: rainulous on January 11, 2012, 01:14:16
Is there a way to map the controls to other keys? I us a Dvorak keyboard and WASD is quite awkward with dvorak.
Title: Re: Control re-mapping
Post by: sergiocornaga on January 12, 2012, 01:51:23
I find that AutoHotkey (http://www.autohotkey.com/) is a good solution for pretty much every key remapping issue out there.
Title: Re: Control re-mapping
Post by: egomassive on January 12, 2012, 11:35:28
I'm surprised how few people request custom controls. Anyway, I decided to add it to my Knytt Stories mod (http://nifflas.lpchip.nl/index.php?topic=4175). It is supposed to play like the original, but with addition features that make sense. Keys can be mapped by placing these instructions in the Settings.ini found in your Knytt Stories folder:

Code: [Select]
[Keys]
Up=Up
Down=Down
Left=Left
Right=Right
Walk=A
Jump=S
Umbrella=D
Inv=Q
Holo=W
Nav=E
Edge=H
Map=M
Full=I

The default controls are listed above. The mod will map the keys automatically every time you launch the program. The last 4 lines are specific to my mod. "Full" has not been implemented. Play the Features Demonstration that comes with the mod to learn about the other controls.