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.
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 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.
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.
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.
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!
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.
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.
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.
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.
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 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.
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.
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.
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).
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~
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!
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!
Ækashics is creating unique battlers 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.
A plugin update today that fixes a bug with Enemy Levels. This fixes an issue with one of the types where the enemy levels are set to the average level of the party members. Before, they weren’t calculating correctly. This should fix that issue.