Save-Point
WASD Movement - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: WASD Movement (/thread-4990.html)



WASD Movement - Helladen - 02-26-2014

Introduction
This script will add WASD key support for movement. You also will be able to use arrow keys like you would normally, but this allows people to use the one they prefer the most.

Script
Dropbox

Commercial
This script can be used in any type of project, credit isn't required either since it was very quick to do, but it still would be nice.


RE: WASD Movement - DerVVulfman - 02-26-2014

This is nice if the RPGMaker VXAce's Input system is that modular. Having a simple method like that to change is refreshing. However, I foresee a potential issue with this script snippet where menu systems and multiple actor parties come to play.

While it may not be readily apparent, this would pose a problem if you have more than one party member. As you cycle through party members in the menu with the [Q] and [W] keys, the [W] key would thus be affected. I am unsure if the 'Next Actor' key would be disabled or (more likely) you would attempt to cycle to the next available actor when pressing the [W] key, but a conflict will arise.

Thankfully, this script adds to the 'self.dir4' method, thus NOT disabling gamepad control.


RE: WASD Movement - Helladen - 02-27-2014

Self.dir4 is a method for processing movement. It will not affect menus or changing actors.