An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

NRP Passage Ignore Tile - NRP_PassageIgnoreTile.js

Plugin desc : v1.021 Ignore the traffic judgment of a specific tile.

License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation

Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)

Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_PassageIgnoreTile.js

Desc page : http://newrpg.seesaa.net/article/480883215.html

Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_PassageIgnoreTile.js

File name : NRP_PassageIgnoreTile.js

Help of plugin :

Ignore the traffic judgment of a specific tile.
 * 
 * Normally, in RPG Maker MV/MZ,
 * when multiple tiles are placed on top of each other,
 * the traffic judgment of the upper layer takes priority.
 * The only exception is the ☆ tile.
 * As for the ☆ tiles, even if they are placed on the upper layer,
 * the traffic judgment is ignored,
 * and the judgment of the lower layer is left behind.
 * 
 * This plugin allows you to make the same kind of traffic judgment
 * as for ☆ tiles, but only for specific tiles.
 * ※The tiles are specified in the terrain tag.
 * 
 * [Usage]
 * Set the target terrain tag in the plugin parameters.
 * Set the corresponding terrain tag in the tileset and you are good to go.
 * 
 * [Notes Settings]
 * It is also possible to specify the method in the notes of the tilesets.
 * The following is a sample configuration.
 * 
 * <PassageIgnoreTerrain:1,2,5>
 * Target tiles with terrain tags 1, 2, and 5.
 * 
 * [Notice]
 * The following functions are overwritten.
 * Please be aware of conflicts.
 * It will be more stable
 * if you place it on the top side as much as possible.
 * 
 * ・Game_Map.prototype.checkPassage
 * 
 * In line with this,
 * if you want to use it together with NRP_PassageAutoTileTop.js
 * Please place this plugin first.
 * 
 * [Terms]
 * There are no restrictions.
 * Modification, redistribution freedom, commercial availability,
 * and rights indication are also optional.
 * The author is not responsible,
 * but will deal with defects to the extent possible.
 * 
 * @param PassageIgnoreTerrain
 * @type string
 * @desc Specify the terrain tag (1~7) to ignore the passage judgment. Multiple tags can be specified. (e.g.:1,3)

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.