Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Change Map Touch Policy - ChangeMapTouchPolicy.js
Plugin desc : Map Touch Specification Change Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/ChangeMapTouchPolicy.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/ChangeMapTouchPolicy.js
File name : ChangeMapTouchPolicy.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/ChangeMapTouchPolicy.js @plugindesc Map Touch Specification Change Plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- ChangeMapTouchPolicy.js You can change the movement behavior when touching the map from four options. Please set the ”Default Specification Level” parameter. 1: Disabled (Touching the map does not move the player) 2: Simple (Touching the map moves the player one square) (Does not move to a specified location. Continue touching to continue moving) 3: Normal (Touching the map moves the player to that location) (This is the original behavior) 4: Excessive (Touching the map once will cause the player to track the pointer) (Touching again will stop movement) If you want to change the specification level later, specify the control character ¥v[n] in the parameter. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder. dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param initPolicyLevel @text Specification level initial value @desc Initial Map Touch specification level @type select @default 3 @option 1: Disabled @value 1 @option 2: Simple @value 2 @option 3: Normal @value 3 @option 4: Excessive @value 4 @param invalidForceDash @text Forced Dash Disabled @desc Disables forced dash when moving by touching the map, and dashes only while holding down the Shift key. Excludes the mobile version. @type boolean @default false