WASD Plugin for RPGMaker MV
A downloadable Plugin Pack
WASD Plugin for RPGMaker MV is a powerful plugin designed for RPG Maker MV, enabling player movement using the WASD keys and activation of events with the E key, in addition to the standard arrow keys and Enter/Space for activation.
This allows for a more intuitive and modern control scheme, enhancing the gameplay experience for players.
################ DE_WASD ################
Features
- WASD Movement: Navigate the game world using the WASD keys.
- E Key Activation: Interact with events and objects using the E key.
- Parallel Functionality: Maintains compatibility with the standard arrow keys and Enter/Space for movement and interaction.
- No Configuration Needed: Simple plug-and-play installation with no additional setup required.
- Optimized Performance: Lightweight and efficient code to ensure smooth gameplay without lag.
Installation Instructions
- Download the Plugin: Download the
DE_WASDMovement.js
file. - Add to Project: Place the
DE_WASDMovement.js
file in your project'sjs/plugins
directory. - Enable the Plugin: Open RPG Maker MV, go to the Plugin Manager, and add
DE_WASDMovement
to your list of plugins. - Play and Enjoy: The new control scheme will be active immediately. No further configuration is required.
Usage
Simply install the plugin as described above. The new controls will be active alongside the standard controls, allowing players to use either control scheme seamlessly.
Terms of Use
- Free for All Projects: This plugin is free for use in both commercial and non-commercial projects.
- Credit Required: Please credit Design's Edge when using this plugin in your projects.
Support and Feedback
If you encounter any issues or have feedback, feel free to reach out. We are always looking to improve and enhance our plugins based on user experience.
Changelog
Version 1.1
- Improved performance and fixed functionality issues
- Added comments for better readability
Version 1.0
- Initial release
Status | Released |
Category | Assets |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | designsedge |
Tags | custom-controls, plugin, RPG Maker, RPG Maker MV, wasd |
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Whenever I'm using an event that's autorun (and I think parallel too, but I'm not sure), holding down enter or e at certain moments causes that event to restart from the top, rather than moving on (and skips any self-switches that would stop the autorun event).
For example, if I have an event where the screen fades out, the player says 'I'm Awake!' then moves forwards, then says 'To adventure!', if I hold down enter starting in the middle of the movement and before the 'to adventure' line, the scene resets. Likewise, if I hold down enter just before 'I'm Awake' I can get it to restart too.
Aside from this, the plugin works very well, but this issue is game-breaking, especially if there's movement routes or transport calls involved.