A downloadable Plugin

Download NowName your own price

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.

Download

Download NowName your own price

Click download now to get access to the following files:

Xynuggin-NoMouseMovement.rar 889 bytes

Comments

Log in with itch.io to leave a comment.

Wow this is awesome!