Status Menu Core (YEP)
Jump to navigation
Jump to search
Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.
Download
System
This is a plugin created for RPG Maker MV.
For help on how to install plugins, click here.
For help on how to update plugins, click here.
Got errors with your RPG Maker MV plugin? Click here.
Extension Plugins
The following plugins are Extension Plugins that require this plugin as its Parent Plugin.
Place the following plugins below this plugin located in the Plugin Manager if you plan on using them.
Yanfly Engine Plugins
This plugin is a part of the Yanfly Engine Plugins library.
Introduction
This plugin replaces the Status menu with a whole new layout. Including the function to display more information regarding the actor. You can change the order commands appear in game with the Command Order parameter. To add more commands, insert extension plugins under this plugin in the Plugin Manager. Then, it will appear automatically in the Command Order where you placed the 'Custom' string or elsewhere if you've placed the extension plugin's keyword elsewhere.
Instructions
You can add and remove commands from the Command Window by changing the 'Command Order' parameter. Here is a list of commands you may use: General - Displays the current current stats and EXP for the actor. Parameters - Displays a parameter gauge of the actor relative to other stats. Elements - Displays the listed elements and their elemental rates. States - Displays the listed states and their status infliction rates. Attributes - Displays the listed attributes and their rates. Custom - If you have any custom status window items to display, they will appear here. Cancel - Adds a cancel command for leaving the Status Menu.
Adding Icons to Elements and Attributes
You can use icons for elements and attributes by using text codes. In the RPG Maker MV editor's database, types tab, for the elements, name them as such: \i[64]Fire This will enable you to give the element an icon. You can also change the text color and such using any of the available text codes. The same is applied for Attributes except you modify it within this plugin's parameters. If you wish to display 'HP Regen Rate' with an icon, name it: \i[72]HP Regen Rate The icons will be drawn for the said attributes in addition to any other text code modifications used.
Changelog
Version 1.04: - Added a function to split the icon and text for Attribute names so that icons will be centered properly if icons are used for the Attribute names. Version 1.03: - Updated for RPG Maker MV version 1.5.0. Version 1.02: - Compatibility update made for other plugins. Version 1.01a: - Converted Window_StatusInfo to Window_Selectable for those who would like to use it as such. Version 1.00: - Finished Plugin!