02-26-2014, 05:58 PM
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.
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.