YEP.200 – Patch Notes – 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:
Yanfly.moe

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

This plugin grants your players the ability to access Patch Notes from the game itself. Being able to tell your players what you’ve changed from inside the game can make all the difference in the player experience. This plugin lets players access Patch Notes from the title screen, the main menu, or from a Plugin Command ran inside the game.

Continue reading

YEP.199 – Script Call Plugin Commands – 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:
Yanfly.moe

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

Have you ever came across the odd situation where you wanted to use a Plugin Command during a script call or Lunatic Mode code? This plugin will help facilitate the process in doing so by creating a new function for you to use in JavaScript that will transcribe the Plugin Command string and run it during a script call.

Continue reading

YEP.198 – Picture Spritesheets – 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:
Yanfly.moe

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

In RPG Maker 2003, pictures had the ability to load spritesheets and display certain frames from them at the issue of a command. Ever since then, later iterations of RPG Maker lacked the feature. This plugin will bring back that old feature and give you access to use spritesheets as pictures once more with complete frame control.

Continue reading

YEP.197 – Level Up Growth Options – 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:
Yanfly.moe

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

This plugin lets you create items that allow actor growth upon leveling up due to the actor, the equipment worn, class, learned skills, or any states applied to the actor upon leveling up. Growth options include increasing basic parameters, learning new skills, turning switches on/off, full recovery, and for those experienced with JavaScript, any kind of custom effect that can be done using code.

Continue reading

YEP.196 – Event Step Animation Options – 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:
Yanfly.moe

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

When setting events to have a stepping animation, RPG Maker MV would animate them with a “ping-pong” format where it will go from frame 0 to 1 to 2 to 1 back to 0. In some cases, devs would like to animate their sprites in a different format, perhaps 0-1-2-0-1-2 or in reverse: 2-1-0-2-1-0. This plugin will also give events the option to spin in place while stepping.

Continue reading

YEP.195 – Main Menu Actor Events – 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:
Yanfly.moe

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

This plugin lets you create Main Menu commands that play different common events depending on which actor is selected. A variety of combinations can be ran depending on which keyword and actor is picked by the player before running the common event.

Continue reading

YEP.194 – Optimize Script Calls – 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.

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

Script Calls, whether they’re for setting variables, conditional branches, or actual script calls themselves, can run into performance issues when a lot of them are ran in succession. This plugin will optimize script call usage found inside common events and make them dedicated functions instead for better performance.

This is only done for Common Events, as with Map Events and Troop Events, the event list would be generated on the spot and not something that will continue to be stored in cache the moment the player leaves the map or ends the battle. This also doesn’t apply to Move Route script calls to maintain compatibility with Move Route Core.

Continue reading

YEP.193 – Merge Common Events – 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:
Link

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

For those using complex eventing systems utilizing Labels and Common Events, you may have noticed that labels in one Common event won’t jump to any labels located in the parent Common Event. This plugin makes it so that Common Events with the needed tag in their database name will import all child Common Events ran from it and merge it into the current list as if the Common Events have consolidated into one. By doing such a thing, Labels become connected through the parent Common Event and can interact with each other instead of just of just the Common Event instance itself before.

Continue reading

YEP.192 – Key Number Input – 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 Link

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

The Input Number event in RPG Maker requires players to scroll through each digit in order to pick the number(s) they desire. This is a slow and tedious process that could be sped up by using the keyboard to directly insert the wanted numbers instead. If players use keyboard numbers to insert numbers, they will appear instantly in the Input Number window. Players can also opt for the traditional/default scrolling method using arrow keys as well.

Continue reading

YEP.191 – Map Enemy Levels – 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 Link

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

For those using the Enemy Levels plugin, you may have noticed that it only allows you to adjust levels based off the party’s levels. Wouldn’t it be nice if you can set levels based on maps instead? This plugin allows you to do just that. You can set a base level for all the enemies encountered while on this map or a base level range.

Continue reading

YEP.190 – Hide/Show Shop Items – 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:
http://www.rpgmakerweb.com/products/programs/rpg-maker-mv

You can grab the plugin here:

English Dropbox

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

Making nested Conditional Branches of entire shop events to determine if an item will appear or not appear in a shop can be messy in RPG Maker MV. This plugin will let you determine if shop items will appear or not through the usage of switches in a variety of ways, from a single switching being either on or off to a plethora of switches needing to be on or off. Advanced users can also use JavaScript to control whether or not certain items appear, too.

Continue reading

LIBRARIUM STATICS – EXTRA GOBLINS

Today we see the release for Extra Goblins as suggested by Ashlee-Vellacroft over at patreon!

This is a Librarium Bonus release available to patrons pledged at $1 per update cycle and above! $1 pledge tier patrons get access to all previous and current animated & static base releases!

Download it today!

YEP.189 – Conditional Shop Prices – 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

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

Ever wanted to have shop prices for certain items fluctuate as your game progresses? Or maybe even set market values for certain items that change over time. This plugin lets you bind base prices, percentages, increases, exact values, and more! And the best part is, this can be done through variables so you can have extremely dynamic control over your game’s market.

Continue reading

Luna Engine MV (Early Access)

Our good friends, Archeia and Yami have pushed out Early Access for Luna Engine MV!

Luna Engine MV is a tool created for RPG Maker MV (RPGツクールMV) to give you the freedom to manipulate RPG Maker MV’s default GUIs and modify them according to your own vision! Luna Engine can also be useful for seasoned programmers, providing a solid core base you can build up on.

Check it out here!

YEP.188 – Test Play Assist – 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

Support Team Yanfly on Patreon
Join the RPG Maker Portal Discord

Test playing your game can be quite time consuming. Each second you spend on the title screen, each time you accidentally picked Continue instead of New Game, the time it takes to turn on the FPS counter, and more. While each of these take little time on their own, the amount of extra time wasted adds up fast. This plugin will give you access to various features that will aim to help you save more time when it comes to test playing your game. These features will only occur during test play and will not run in finalized versions of the game.

Continue reading