Freebies – MV-Ready Ace Icons


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.

For those of you who like the colorful RPG Maker VX Ace Icons (I did) and wish to use them in MV, I’ve converted them over and properly sized them, too.

Continue reading

Tips & Tricks – On Map Encounters

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.

As random encounters tend to have a negative stigma with most players, it’s not a bad idea to learn how to create on-map encounters where the enemy touches the player and forces the player into a battle. Using the Event Chase Player plugin, you can do this in RPG Maker MV, too! Continue reading

YEP.20 – Event Chase Player

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

Portuguese Mirror

Events have a typically bland movement behavior. They either stand in one place, always chase you, always run from you, move randomly, or always just move in specified patterns. This plugin lets your events suddenly switch from their norm to chasing or fleeing from the player.

Continue reading

YEP.19 – Save Event Locations

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

Portuguese Mirror

NPC’s often reset their map locations when a player reenters a map. However, you can change that using this plugin by having the game save their event locations!

Continue reading

Tips & Tricks – Parallax Mapping

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.

Let the Region Restrictions plugin make your parallax mapping life a lot easier by making visible boundaries that you can actually see! Continue reading

YEP.18 – Region Restrictions

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

Portuguese Dropbox
Portuguese Mirror

Don’t like having NPC’s wandering into places they don’t belong? Feel like the player shouldn’t have access to certain parts of the map? The Region Restrictions plugin lets you do just that by simply planting regions onto the map to prevent those nosy events from going to places they shouldn’t.

Continue reading

YEP.17 – Region Events

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

Portuguese Mirror

Apply common events to specified regions! Simply by stepping on a tile marked by that region will trigger a specific common event!

WARNING: Keep in mind that if you apply this in areas with step encounters, it will not cause the encounter countdown value to go down. This is how RPG Maker MV handles it. The same way if you were to lay out your map with touch-events that trigger common events, the encounter countdown value would not go down either. To get around this, within the common event used, place a script call with $gamePlayer.updateEncounterCount().

Continue reading

YEP.16 – Battle A.I. Core

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

Portuguese Mirror

Tired of dumb enemies that turn your otherwise challenging game into an easy-peasy walk in the park? The Battle A.I. Core plugin allows you to manually adjust the settings and patterns of your enemies so that they can deliver MANLY poundings onto your players.

Extension Plugins

Battle A.I. Core TGR Extension by Ramza – What it does: Allows the option of using TGR to determine a target, when using the param option. Enemies using this param will target the actor with the TGR that matches the param check. (highest or lowest)

Continue reading

YEP.15 – Base Troop Events

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

Portuguese Mirror

Spanish Translation

Wanted to place an event in every single battle but copy/pasting it is too inefficient? Now, you can do it using Base Troop Events, where every single battle takes a template of events from the selected troop you want it to!

Continue reading

Tips & Tricks – Tonberry Shop

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.

In Final Fantasy 8, there was the ability to call forth a shop from the main menu. Now, you can do the same with RPG Maker MV through the use of the Main Menu Manager plugin.

Continue reading