Today Ækashics unveils a celestial set, keeping up with this elemental themed releases!
YEP.134 – Help File Access – 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
It’s not surprising for streamlined games nowadays to have their own help manuals included with the game or accessible within the game. RPG Maker MV doesn’t provide anything like that by default, unfortunately. However, using this plugin, you can create ways to access the helpfile from within your game through either the F1 key or an in-game menu. Continue reading
YEP.133 – Utility 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:
English Mirror
Support Team Yanfly on Patreon.
Sometimes, we’d like a little bit more control over the kinds of things that occur during certain aspects of our RPG Maker projects. What could have been easily done through common events is made more difficult because there are no proper triggers to activate those common events. This plugin enables certain triggers to occur from loading a game, winning a battle, escaping a battle, and more. Continue reading
Comic – Let’s Make a Town
Ralph wants to learn about how to make a good town. Yanfly and FlyingDream decide it’s time to take him into town to learn more!
You can read the comic here: Continue reading
YEP.132 – Battle BGM Control – 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
Download Luc’s battle themes!
Support Team Yanfly on Patreon.
This plugin lets you assign certain BGM’s to certain troops so that they will play from the map transition into the battle. Furthermore, when a major enemy’s HP is reduced to certain values, the battle BGM can change as well. This will help add extra feeling to the battle and make battle BGM’s less monotonous for longer battles.
This is a collaboration plugin by Chickie and Yanfly to ensure compatibility with the Yanfly Engine Plugins library. Continue reading
Librarium Weeklies – Wind Elemental Creatures
Ækashics releases the much awaited base release of Wind Creatures!
Support Ækashics for more content like this!
Librarium Monster suggestion box!
YEP.131 – Extended Damage Over Time – 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.
RPG Maker MV does not provide the ability to utilize custom formulas for any damage or healing over time state effects. This plugin, through aid of Yanfly’s Buffs & States Core, will allow usage for formulas to create custom damage or healing over time values, animations to go with them, variance control, and elemental rate aspects.
This is a collaboration plugin by Tigress and Yanfly to ensure compatibility with the Yanfly Engine Plugins library. Continue reading
Plugin Updates 2017.04.03
A couple of plugins have been updated! There’s a few more that probably need attention, but this past few weeks have been rather time constraining for me. ><
The Extra Parameter Formula plugin gets a documentation update.
The Turn Order Display plugin gets a bug fixed that caused enemies to endlessly have turns if dynamic actions were enabled.
Plugin Updates as of Launch Date to 2017.04.03~
To download all available plugins, click here.
- Extra Parameter Formula v1.03a
- Turn Order Display v1.02
Librarium Extra – RPG Slimes!
Ækashics Librarium kicks off April with the release of the cute RPG themed slimes which made their debut in the comic !
Librarium Animated – Light Titan Alfadriel
Ækashics wraps up April with the animated release of an old face, Light Titan Alfadriel!
Librarium Weeklies – Beach/Shore Creatures!
A tropical expansion to the sea creatures set!
Plugin Updates 2017.03.26
Some plugins have been updated! Mostly for the newer plugins and some unforeseen bugs that have gotten through!
The Extended Message Pack gets a documentation update. There were some errors in the help file. They’re corrected now. 🙂
The Battle Engine Core gets a bug fixed where the enemy name windows disappear if you change scenes mid-way through battle and return to it.
The Battle System – STB plugin gets a bug fix that caused escaping to crash the game if not using STB.
Turn Order Display gets three fixes: Fixed some bugs that caused crashes when returning to the battle scene. Fixed a bug that altered the order flow during a Surprise Attack or a Preemptive Attack for battle advantage. Made turn order display not cover up certain windows.
Improved Battlebacks gets a bug fixed that wasn’t returning the proper sequence checks with action sequences.
The Area of Effect plugin receives a plugin update to provide checks against certain selection condition types used with YEP_X_SelectionControl. Unique conditions will disable AoE types to prevent clashing which include enemy/actor switching, certain rows, and toggling between single/multiple. There’s simply too many mechanic conflicts here that I’ll have to post pone looking at them for a later date.
Plugin Updates as of Launch Date to 2017.03.26~
To download all available plugins, click here.
- Extended Message Pack 1 v1.10a
- Battle Engine Core v1.44
- Battle System – STB v1.01
- Turn Order Display v1.01
- Improved Battlebacks v1.01
- Area of Effect v1.01
YEP.130 – Battle System – Standard Turn Battle – 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
The Standard Turn Battle system functions off of the Default Turn Battle system’s structure. Action orders are determined by the battlers’ AGI values and they go from highest to lowest. However, actions are not selected at the start of the turn. Instead, the turn progresses and the actions are picked as each battler’s turn appears, then proceeds to be executed immediately.
Each battler is only allowed one action per battle turn, meaning a single battler cannot have twice the number of turns as another battler even if the battler’s AGI value is double that of the other. This is to prevent any balancing issues that come from tick-based battle systems as they tend to be far more difficult to balance compared to turn-based battle systems.
SUPPORT FOR STB HAS BEEN DISCONTINUED BY YANFLY. Reasons are explained in this post. You can continue using it, but do not expect everything to work with it.
RPG Maker MV 1.4.0 Update!
The RPG Maker MV 1.4.0 update is out! You can download it and read about the new features here.
The following below will be code changes made to the RPG Maker MV source for anyone who is interested: Continue reading
YEP.129 – Turn Order Display – 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
For Turn-Based Battle Systems like DTB (Default Turn Battle), letting the player see the turn order visually can add a whole lot more depth to the battle system. This plugin will add a display of icons showing the turn order of the player’s party and the enemy party within a corner of the screen (modifiable).
NOTE! This plugin does NOT work with tick-based Battle Systems like ATB or CTB! It is specifically made to work only with turn-based battle systems.