YEP.118 – Vehicle Restrictions – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

This plugin expands region restrictions (and allowed regions) to vehicles. On top of that, you can designate specific regions for vehicles to land in. This way, you can make it so that small boats cannot traverse certain bodies of water, land in only certain spots, etc. that ships can or vice versa! Add a bit more variety to the way vehicles are handled for your game! 


Introduction


Please wait while you are redirected...or Click Here if you do not want to wait.

This plugin requires YEP_RegionRestrictions. Make sure this plugin is located under YEP_RegionRestrictions in the plugin list.

This plugin expands region restrictions (and allowed regions) to vehicles. On top of that, you can designate specific regions for vehicles to land in. This way, you can make it so that small boats cannot traverse certain bodies of watever, land in only certain spots, etc. that ships can or vice versa! Add a bit more variety to the way vehicles are handled for your game!


Notetags


Insert these notetags into the map noteboxes to allow for custom settings for vehicles on that map only.

Map Noteboxes:

<Boat Restrict Region: x>
<Boat Restrict Region: x, x, x>
<Boat Restrict Region: x to y>
<Ship Restrict Region: x>
<Ship Restrict Region: x, x, x>
<Ship Restrict Region: x to y>
<Airship Restrict Region: x>
<Airship Restrict Region: x, x, x>
<Airship Restrict Region: x to y>
– These notetags will caused the vehicles to be unable to move past region(s) marked with x (to y) unless the player character is given the Through ON movement flag. These regions will be combined with the regions flagged by the plugin parameters.

<Boat Allow Region: x>
<Boat Allow Region: x, x, x>
<Boat Allow Region: x to y>
<Ship Allow Region: x>
<Ship Allow Region: x, x, x>
<Ship Allow Region: x to y>
<Airship Allow Region: x>
<Airship Allow Region: x, x, x>
<Airship Allow Region: x to y>
– These notetags will cause the vehicles to be able to move through these region(s) marked with x (to y). These regions will be combined with the regions flagged by the plugin parameters.

<Boat Land Region: x>
<Boat Land Region: x, x, x>
<Boat Land Region: x to y>
<Ship Land Region: x>
<Ship Land Region: x, x, x>
<Ship Land Region: x to y>
<Airship Land Region: x>
<Airship Land Region: x, x, x>
<Airship Land Region: x to y>
– These notetags will enforce vehicles to only able to land on region(s) marked by x (to y). They cannot land anywhere else. These regions will be combined with the regions flagged by the plugin parameters.


Happy RPG Making!