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.
TM Region Color - TMRegionColor.js
Plugin desc : Only the specified region will be displayed in color.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMRegionColor.js
File name : TMRegionColor.js
Help of plugin :
@plugindesc Only the specified region will be displayed in color. @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT @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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- Plugin Commands: setRegionColor 1 #ff0000 # Color Region 1 red resetRegionColor 1 # Reset Region 1's color changeRegion 1 2 # Change Region 1 to Region 2 on the map changeRegionXy 5 3 255 # Change Region 3 at coordinates (5, 3) setStepRegion 1 # Change Region 1 to Region 1 (-1 resets). Note: Region changes made by this plugin are temporary. Navigating the map will return the region to its pre-change state. @param regionAlpha @desc Region color opacity (0 to 255) Default: 128 @default 128 @param useColorReset @desc Whether to initialize region color when moving around the map. Default: 0 (initialize with 1) @default 0