No mouse click movement Plugin RPG Maker MZ
A downloadable Plugin
This plugin disables player movement using the mouse and touch input.
This plugin overrides the default methods for handling mouse and touch inputs that move the player character. Specifically, it overrides the setDestination method in the Game_Temp class and the processMapTouch method in the Scene_Map class.
The setDestination method is called whenever the player clicks on the map to move the character. By replacing this method with an empty function, we effectively disable mouse-based movement.
Similarly, the processMapTouch method is responsible for processing touch input on the map scene. By overriding this method with an empty function, we disable touch-based movement.
Additionally, the plugin logs a message to the console whenever an attempt to use mouse or touch input is detected.
WARNING: DO NOT REDISTRIBUTE OR EDIT THIS PLUGIN UNDER ANY CIRCUMSTANCES. FAILURE TO COMPLY MAY RESULT IN UNEXPECTED CONSEQUENCES.
Status | Released |
Author | KUBATAIGA Dynamics |
Genre | Role Playing |
Tags | Asset Pack, mz, nomousemovement, plugin, RPG Maker, RPG Maker MV, RPG Maker MZ |
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Wow this is awesome!