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.
Vehicle Passable - VehiclePassable.js
Plugin desc : Vehicle Passage Detection Extension Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/VehiclePassable.js
File name : VehiclePassable.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Vehicle Passage Detection Extension 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-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- This plugin extends vehicle passability. You can flexibly configure passability by setting region and terrain tags. Priority is region > terrain tag. You can also set terrain tags and regions where boarding and disembarking is permitted. For example, you can allow small and Ship to board and disembark only at piers, or allow Airship to take off and land only at specific landing sites. *In reality, this only checks when disembarking. This plugin does not have plugin commands. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param 小型船通行リージョン @text Boat Traffic Region @desc Regions that can be passed by Boat. Please specify them separated by commas (,). Example: "1,2,3" @default 1,2,3 @param 小型船通行地形タグ @text Small vessel traffic terrain tag @desc Terrain tags that allow Boat to pass through. Separate them with commas (,). Example: "1,2,3" @default 1,2,3 @param 小型船不可リージョン @text Regions where Boat are not permitted @desc Regions that are impassable to Boat. Separate them with commas (,). Example: "1,2,3" @default 4,5,6 @param 小型船不可地形タグ @text Boat unsuitable terrain tag @desc Terrain tags that are impassable to Boat. Please specify them separated by commas (,). Example: "1,2,3" @default 4,5,6 @param 小型船乗降地形タグ @text Boat embarkation and disembarkation terrain tag @desc This is a terrain tag that allows Boat to board and disembark. If left blank, you can board and disembark anywhere. @param 小型船乗降リージョン @text Boat embarkation region @desc The region where you can board and disembark by Boat. If left blank, you can board and disembark anywhere. @param 大型船通行リージョン @text Ship traffic region @desc Regions that Ship can pass through. Please specify them separated by commas (,). Example: "1,2,3" @default 1,2,3 @param 大型船通行地形タグ @text Ship traffic terrain tag @desc Terrain tags that allow Ship to pass through. Separate them with commas (,). Example: "1,2,3" @default 1,2,3 @param 大型船不可リージョン @text Regions where Ship are not permitted @desc Regions that are impassable to Ship. Separate them with commas (,). Example: "1,2,3" @default 4,5,6 @param 大型船不可地形タグ @text Terrain tag for Ship @desc Terrain tags that are impassable to Ship. Please specify them separated by commas (,). Example: "1,2,3" @default 4,5,6 @param 大型船乗降地形タグ @text Ship embarkation and disembarkation terrain tag @desc This is the terrain tag where you can board and disembark on Ship. If left blank, you can board and disembark anywhere. @param 大型船乗降リージョン @text Ship embarkation and disembarkation region @desc Region where Ship can board and disembark. If left blank, you can board and disembark anywhere. @param 飛行船不可リージョン @text Airship-free regions @desc Regions that are not passable by Airship. Separate them with commas (,). Example: "1,2,3" @default 4,5,6 @param 飛行船不可地形タグ @text Airship-prohibited terrain tag @desc Terrain tags that are impassable by Airship. Separate them with commas (,). Example: "1,2,3" @default 4,5,6 @param 飛行船乗降地形タグ @text Airship boarding and disembarking terrain tag @desc This is the terrain tag where you can board and disembark with the airship. If left blank, you can board and disembark anywhere. @param 飛行船乗降リージョン @text Airship embarkation region @desc The region where you can board and disembark by airship. If left blank, you can board and disembark anywhere.