Yanfly Engine Plugins

Tips & Tricks – Thornmail

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.

The Thornmail is a unique piece of armor in League of Legends. It inflicts recoil damage to anyone who physically attacks its user. This kind of effect can be recreated in RPG Maker MV along with the bonus damage effect involving the wearer’s DEF value.

You can get the copy and paste code here:  Continue reading

YEP.82 – Counter Control

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

The default counterattack trait in RPG Maker MV doesn’t give many options for the developer. It’s a skill that flatout cancels out the physical skill of the attacker by evading it and then producing a normal attack from the counterattacker. This plugin will give you more control over how counters work in the sense that you can choose to have the counter connect first before allowing the counter skill to proc.

Continue reading

YEP.81 – FPS Synch Option

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

RPG Maker MV is constructed in a way where each update to its engine is done once per frame update. While this is normally fine, as many players view the game through 60 fps, some players experience the game differently as their hardware may run at higher than 60 fps.

When RPG Maker MV version 1.1.0 is implemented, it implemented Galenmereth’s fluid timestep, which forces the game to always play as if it is 60 fps. In practice, this is great for everybody because players that experience more 60 fps will be able to play the game as if it was 60 fps.

However, there comes a problem when a player’s hardware isn’t strong enough to support RPG Maker MV natively at 60 fps (such as the case with older computers, or weaker mobile devices) or if the player is using video recording software that goes below 60 fps. The game will appear laggy and jumping without good response rates from input commands or possibly even make the player miss out on certain visual frame updates.

This plugin places a setting in the Options menu to enable or disable the fluid timestep addition and utilize the former RPG Maker MV engine updating function. This way, players will have the option of using fluid timesteps or opting to not use it instead of forcing it on everybody who may not be able to handle it.

WARNING: This plugin ABSOLUTELY REQUIRES that your project is using at least version 1.1.0 of the source code or you will NOT receive any keyboard or mouse inputs. You can download MV v1.1.0’s update here. If you’ve installed MV v1.1.0 and it still doesn’t work, it’s most likely because your project’s base source code is still in version 1.0.0. To check this, go to your project’s “js” folder and open up the rpg_x.js files. If you do NOT see “1.1.0” at the top, then you do not have the 1.1.0 version of the source code. At this point, create a new project with your installed MV v1.1.0, go to the new project’s “js” folder, copy all of the rpg_x.js files, and then copy them into your main project’s “js” folder. Save your project and then it should work after that. If moving over to version 1.1.0 is not an option for you, then you don’t need this plugin anyway as it is meant to disable Galenmereth’s fluid timestep problem which is only a problem with the version 1.1.0 update.

 

Continue reading

Tips & Tricks – Victory Cry (Persona)

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.

Victory Cry is a passive effect that causes users with the passive to recover HP and MP after successful battles! It’s a sought skill from the Persona series in the form of Cool Breeze and Victory Cry! This video will show you how to recreate that effect in RPG Maker MV!

Copy and Paste versions below:

Continue reading

YEP.80 – Keyboard Config

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 allows players to change their keyboard configuration from the in-game Options menu provided that they’re using a computer to play the game and not from a mobile device. The “Keyboard Config” option will send the player to a different screen where they can assign actions to each of the allowed keys on the keyboard.

Continue reading

YEP.79 – Event Chase Stealth

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

Grants your player the ability to go Stealth Mode for either a limited set amount of time or an unlimited amount of time. While in Stealth Mode, the player will not alert any events set by the Event Chase Player plugin. This plugin also includes region areas that are considered stealth regions.

Continue reading

YEP.78 – Special Param Formula

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

The values for Special Parameters: TGR, GRD, REC, PHA, MCR, TCR, PDR, MDR, FDR, and EXR are lesser used and lesser known, but are only modified by database object traits. This plugin enables you to utilize custom formulas for these Special Parameters to alter them in such a way where MAT can alter the MP Cost of skills and whatnot.

Continue reading

Plugin Updates 126~

A couple of plugin updates tonight! The updates are to synch up the current plugins with the new changes made to MV’s version 1.1.0 update. To my surprise, there weren’t that many plugins that needed updating, although I’m sure a few may have flew under the radar. Whatever the case is, these plugins are updated and should work regardless of whether or not you have updated to version 1.1.0.

Plugin Updates as of Launch Date to 2016.03.03~

To download all available plugins, click here.

View the changelog here.

To download all available plugins, click here.

YEP.77 – Dash Toggle

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

RPG Maker MV lacks the ability to toggle dashing on and off. This plugin will enable you to toggle dashing on and off as well as provide certain traits that will inhibit the party leader from being able to dash (such as an extra heavy weapon).

Continue reading

RPG Maker MV Version 1.1 Update + Changelog!

mv1.1.0

RPG Maker MV Version 1.1 update is out! Grab it if you haven’t already!

The changelog is located within the forum thread itself! 🙂

As for some notable changes, here’s a few screenshots of what’s new:

mv110a

You are now able to access the Plugin Help window from many places. Right click an area like a Notebox and you’ll be able to access it there!

mv110b

The Resource Manager is back!

mv110c

More generator parts!

There’s some changes to the rpg_x.js source code, too. Look here for the changes:  Continue reading

Plugin Updates 125~

A plugin update tonight! Though, it’s more like a standardized compatibility update to make it work with other plugins that are using the Skill Core. This plugin update won’t exactly have a bit effect on your game if you’re using YEP-only plugins, but hey, it doesn’t hurt to have that compatibility for the future~

Plugin Updates as of Launch Date to 2016.03.02~

To download all available plugins, click here.

View the changelog here.

To download all available plugins, click here.

Tips & Tricks – The Bloodthirster

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.

The Bloodthirster is a weapon from League of Legends. It offers Life Steal properties and a unique passive for the user that if Life Steal would overheal the user, the user is granted a shield. In the case of RPG Maker MV, it will be in the form of an Absorption Barrier! Let’s recreate this effect!

Here is the copy and paste version of the code: Continue reading

Plugin Updates 124~

The Battle Engine Core gets a small update today in preparation for the Advanced Counters plugin coming next week! What it does is it shifts around the activation window between Magic Reflect and Counterattack. What does this mean? Magic Reflect will give priority over Counterattack. While normally, this isn’t a conflicting issue as Magic Reflect will only reflect magical attacks and counterattack will only counterattack will only counterattack physical skills, it will matter in Advanced Counters because the physical-only restriction will be lifted! 😀 This update is a preparation for when that time comes!

Plugin Updates as of Launch Date to 2016.03.01~

To download all available plugins, click here.

View the changelog here.

To download all available plugins, click here.