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.
Grid Scroll Map - GridScrollMap.js
Plugin desc : Map screen-by-screen scrolling plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/GridScrollMap.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/GridScrollMap.js
File name : GridScrollMap.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/GridScrollMap.js @plugindesc Map screen-by-screen scrolling 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 ----- The map screen scrolling will no longer synchronize with the player, but will instead scroll one screenful if the player moves off-screen. (Similar to The Legend of Zelda for the Nintendo or Game Boy). Also, if you move to the edge of the screen using touch and then look off-screen, the screen will automatically scroll one step forward. Caution! After using the ”Scroll Screen” command to move the screen, return it to its original position. Screen loops are not supported. 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, and there are no restrictions on its use (commercial, R18, etc.). This plugin is now yours. @param scrollSpeed @text Scroll Speed @desc The speed at which the screen scrolls. The setting value is 1 to 8, but if you set a low value it will be extremely slow. @type number @default 7 @min 1 @max 8 @param touchMoveScroll @text Touch Move Scroll @desc When you move to the boundary line by touching, you will automatically take one step forward. @type boolean @default true @param scrollSwitch @text Scroll switch @desc The switch with the specified number will be turned ON when scrolling starts. When scrolling ends, it will automatically return to OFF. @type switch @default 0 @param invalidSwitch @text Disable Switch @desc When the specified switch is ON, the plug-in function will be disabled. @type switch @default 0