Help - Search - Members - Calendar
Full Version: how to change move keys with A W S D?
RPG RPG Revolution Forums > Game Engines > RPG Maker XP Discussion
shlomi132
Hello.
my 1 Move Key is Death and i want to Walk with the Keys A W S D how can i Change to this Key i Walk?
Thanks for Help!
brewmeister
QUOTE (shlomi132 @ Mar 26 2012, 02:16 PM) *
Hello.
my 1 Move Key is Death and i want to Walk with the Keys A W S D how can i Change to this Key i Walk?
Thanks for Help!


If you have a standard keyboard, you should be able to turn off the "NumLock", and use the 2,4,6 & 8 keys.

Other options:

Buy a new keyboard, or have yours fixed.

Change the scripts to use the new inputs (complicated.... kinda)
Ramza1337
Is w a useable key without a script? If not, you can just make a parallel process event, and use s, z, x, c, instead. Cond branch, s pushed, move player up, cond branch x pushed, move down, and so on. Also important: be sure to change the keys with f1 when you are test playing.
brewmeister
The usable keys without extending the Input script are:

QW
ASD
ZXC

Arrow keys, plus the additional keys you see when you hit F1 in game.

You could map W,A,S,D to UP,LEFT,DOWN,RIGHT in a script, but not in the keyboard control menu (F1)

However, W is currently used in the default scripts for "Page Down" in several of the menu scenes.
So, you'd have to map W to something else first. (Z?)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.