Control re-mapping

  • 2 Replies
  • 2638 Views
*

Offline rainulous

  • 71
  • 10
  • I never picked up the key.
    • View Profile
    • Hartje Music
Control re-mapping
« 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.
Thanks for the stars, everyone!

*

Offline sergiocornaga

  • 1285
  • 131
    • View Profile
    • Sergio's Games
Re: Control re-mapping
« Reply #1 on: January 12, 2012, 01:51:23 »
I find that AutoHotkey is a good solution for pretty much every key remapping issue out there.

*

Offline egomassive

  • 1850
  • 250
    • View Profile
    • egomassive games
Re: Control re-mapping
« Reply #2 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. 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.