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.
Scroll Force Center - ScrollForceCenter.js
Plugin desc : ScrollForceCenterPlugin
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/ScrollForceCenter.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/ScrollForceCenter.js
File name : ScrollForceCenter.js
Help of plugin :
* @plugindesc ScrollForceCenterPlugin * @target MZ * @base PluginCommonBase * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/ScrollForceCenter.js * @author triacontane * * @param adjustX * @desc The specified number of tiles are displayed with the center shifted in the X direction. * @default 0 * @type number * @min -500 * @max 500 * * @param adjustY * @desc The specified number of tiles are displayed with the center shifted in the Y direction. * @default 0 * @type number * @min -500 * @max 500 * * @command DISABLE_RESERVE * @text DISABLE RESERVE * @desc Forced center-scrolling is prohibited and normal scrolling is used. * * @command ENABLE_RESERVE * @text ENABLE RESERVE * @desc Again, forced center scrolling will be allowed. * * @help In the map screen the player will always be centered on the screen, * regardless of the map size. * If the outside of the map goes into the screen, * it will be displayed in pitch black. * * The base plugin "PluginCommonBase.js" is required to use this plugin. * The "PluginCommonBase.js" is here. * (MZ install path)dlc/BasicResources/plugins/official/PluginCommonBase.js * * This plugin is released under the MIT License.