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.
Map Center Shift - MapCenterShift.js
Plugin desc : Map Center Coordinate Shift Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/MapCenterShift.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/MapCenterShift.js
File name : MapCenterShift.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/MapCenterShift.js @plugindesc Map Center Coordinate Shift 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 ----- MapCenterShift.js Allows you to shift the center coordinates that define the player’s position on the map screen. This is useful for displaying character portraits, HUDs, etc. outside of the map. 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 shiftX @text Shift X coordinate @desc Shifts the center coordinate of the map horizontally by the specified number of tiles. @type number @default 0 @min -2000 @max 2000 @param shiftY @text Shift Y coordinate @desc Shifts the center coordinate of the map vertically by the specified number of tiles. @type number @default 0 @min -2000 @max 2000 @param considerEdge @text Consider scrolling to the edge of the map @desc When you reach the edge of the map, the extra tile you shifted will scroll. @type boolean @default true @command VALID_SETTING @text Enable settings @desc Temporarily change whether or not the map center coordinates are shifted. @arg valid @text Enabled Settings @desc If you disable it, the map function of this plugin will be disabled. @type boolean @default true