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 Layer Ex - MapLayerEx.js
Plugin desc : Introduces the ability to partially edit tile layers.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/502233918.html
File name : MapLayerEx.js
Help of plugin :
* @target MZ MV * @orderAfter RegionCollisionEx * @orderAfter TF_LayeredMap * @plugindesc Introduces the ability to partially edit tile layers. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/502233918.html * @help Ver.1.1.1 * 【Region IDs】 * Set the overlapping of multiple tiles using regions. * The part containing 0 is not used. * 1st: All layers are forcibly changed to lower tiles. * 2nd: Only layer 4 is forcibly changed to the upper layer tile. * 3rd: Layers 3 and 4 are forcibly changed to upper layer tiles. * 4th: All layers other than layer 1 are forcibly changed to upper layer tiles. * 5th: All layers are forcibly changed to upper layer tiles. * * 【Tile IDs】 * *For RegionCollisionEx.js only * Set the overlapping of multiple tiles using tiles from expansion tileset. * Please enter 5 numbers in note from expansion tileset separated by commas. * The part containing 0 is not used. * It is recommended to set the traffic flag to ☆. * <LayerMarkers:256,257,258,259,260> //Set Tile ID 256 to 260 * 1st: All layers are forcibly changed to lower tiles. * 2nd: Only layer 4 is forcibly changed to the upper layer tile. * 3rd: Layers 3 and 4 are forcibly changed to upper layer tiles. * 4th: All layers other than layer 1 are forcibly changed to upper layer tiles. * 5th: All layers are forcibly changed to upper layer tiles. * * @param regionIds * @text Region IDs * @desc These are regions that do not affect traffic. * @type [] * @default ["0","0","0","0","0"] * * @param passableRegionIds * @text Passable Region IDs * @desc These are passable regions. * @type [] * @default ["0","0","0","0","0"] *