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.
Overpass Tile - OverpassTile.js
Plugin desc : Settings for bridges which characters can pass through.
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : Yoji Ojima
Website : https://rpgmakerofficial.com/product/mv/
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins OverpassTile.js
File name : OverpassTile.js
Help of plugin :
* @plugindesc Settings for bridges which characters can pass through. * @author Yoji Ojima * * @param Overpass Region ID * @desc The region ID for "overpass" such as bridges. * @default 255 * * @param Gateway Region ID * @desc The region ID for "gateway" such as bridge ends. * @default 254 * * @help * * This plugin uses region ID to determine a floor level. * In default, set 255 to bridge tiles and 254 to ends of them. * * Note: This plugin does not support the collision judgment modification * between characters who are in different floors.