Welcome to PGMV! 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 : Plugin that change policy of 'map touch'
License : MIT License
Author : triacontane
Website : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/ChangeMapTouchPolicy.js
File name : ChangeMapTouchPolicy.js
Help of plugin :
* @plugindesc Plugin that change policy of 'map touch' * @author triacontane * * @param initPolicyLevel * @desc Initial value of policy level * @option 1 : invalid * @value 1 * @option 2 : simple * @value 2 * @option 3 : normal * @value 3 * @option 4 : excessive * @value 4 * * @param invalidForceDash * @desc マップタッチ移動時の強制ダッシュを無効にしてShiftキーを押している間のみダッシュします。スマホ版は除く。 * @default false * @type boolean * * @help Plugin that change policy of 'map touch' * There are four stages * * 1 : 'map touch' become invalid * 2 : 'map touch' become simple(move one step) * 3 : 'map touch' become normal(default policy) * 4 : 'map touch' become excessive(auto track to pointer) * * Plugin Command * CHANGE_MTP [policy level] : change policy of 'map touch' * ex:CHANGE_MTP 3 * * This plugin is released under the MIT License.