An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

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://triacontane.blogspot.com/

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/GridScrollMap.js

File name : GridScrollMap.js

Help of plugin :

@url https://triacontane.blogspot.com/
@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-MV-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----

Changes the map scrolling method so that it does not synchronize with the
player, but instead scrolls one screenful when the player moves
off-screen. (Similar to The Legend of Zelda for the FC and GB games.)

Also, if you move to the edge of the screen using touch and then look
off-screen after moving,
it will automatically move one step forward and scroll the screen.

Caution!
After moving the screen using the screen scrolling event command, return
it to its original position.
Screen loops are not supported.
To disable screen-by-screen scrolling, execute the plugin command.
Since the scrolling method changes immediately, it is recommended to
change it immediately before moving to a new location.

Plugin Command Details
Execute from the "Plugin Command" event command.

GRID_SCROLL_INVALID
- Disables screen-by-screen scrolling on the map.
GRID_SCROLL_VALID
- Re-enables screen-by-screen scrolling on the map.

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 ScrollSpeed
@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
@desc When you move to the boundary line by touching, you will automatically take one step forward.
@type boolean
@default true

@param TriggerSwitch
@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

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.