Aftermath Level Up (YEP)

From Yanfly.moe Wiki
Revision as of 18:45, 26 June 2019 by Yanfly (talk | contribs)
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.



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.


Masterarbeit Writer

Required Plugins

The following plugins are required in order to use this plugin.

Place the following plugins above this plugin located in the Plugin Manager.

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

This plugin requires YEP_VictoryAftermath.
Make sure this plugin is located under YEP_VictoryAftermath in the plugin
list.

This adds a level up section to the Victory Aftermath sequence to show the
individual parameter changes the actor has acquired in addition to skills
that the actor may have learned. This segment will be omitted if there are
no actors to level up or if the game has the segment disabled. When there
are multiple actors leveling up, the Victory Aftermath will cycle through
each of the actors.

Instructions

While this plugin is plug and play (and doesn't require much change), if you
wish to change the order of when the level up process occurs, insert 'level'
in the 'Victory Order' parameter within the Victory Aftermath plugin's
parameters at the location to appear.

Plugin Commands

PluginCommandsMV.png

Plugin Commands are event commands that are used to call upon functions added by a plugin that aren't inherently a part of RPG Maker MV.

Here is a list of Plugin Command(s) that you may use:

You can use these plugin commands to adjust whether or not the Level Up
portion of the Victory Aftermath will occur.

Plugin Command:

  ShowVictoryLevelUp
  This will cause the level up segment of the Victory Aftermath to appear if
  there is an actor that leveled up in the current battle.

  HideVictoryLevelUp
  This will cause the level up segment of the Victory Aftermath to not
  appear at all regardless of any actors leveling up in that battle.

Changelog

Version 1.01:
- Updated for RPG Maker MV version 1.5.0.

Version 1.00:
- Finished Plugin!