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.
Scroll Force Center - ScrollForceCenter.js
Plugin desc : Forced center 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/ScrollForceCenter.js
File name : ScrollForceCenter.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Forced center 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 ----- The player will always be centered on the map screen, regardless of map size. If the outside of the map is visible, it will be displayed in black. Plugin Command Details Execute from the "Plugin Command" event command. (Separate parameters with a space.) SFC_DISABLE_RESERVE - Disables forced center scrolling and uses normal scrolling. SFC_ENABLE_RESERVE - Enables forced center scrolling again. The above settings will not take effect immediately; they will take effect the next time you move to another location. You can also disable/enable forced center scrolling on a map-by-map basis by entering the following in the map settings Note field. This setting takes precedence over plugin commands. <SFC_Disable> - Disables forced center scrolling on the target map. <SFC_Enable> - Enables forced center scrolling on the target 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 adjustX @text X-correction @desc The image will be displayed with the center shifted by the specified amount. @type number @default 0 @min -500 @max 500 @param adjustY @text Y correction @desc The image will be displayed with the center shifted by the specified amount. @type number @default 0 @min -500 @max 500