Difference between revisions of "Victory Sequence UI (Olivia)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview = <html><img src='link'></html>
+
|preview = <html><img src='https://img.itch.zone/aW1hZ2UvMzAyMjY3LzE0NzkwODEuanBn/original/CeBszc.jpg'></html>
 
|link1 = <html><iframe src="https://itch.io/embed/302267" height="167" width="552" frameborder="0"></iframe></html>
 
|link1 = <html><iframe src="https://itch.io/embed/302267" height="167" width="552" frameborder="0"></iframe></html>
  
Line 6: Line 6:
  
 
{{Fallen Angel Olivia}}
 
{{Fallen Angel Olivia}}
 +
 +
{{OctoPack Battler}}
  
 
== Introduction ==
 
== Introduction ==
 +
 +
<html><img src='https://img.itch.zone/aW1nLzE0NzkwNjcucG5n/original/SxeVmB.png' width='630'></html>
 +
 +
This is a RPG Maker MV plugin that makes the battle system's victory sequence
 +
only a single screen. It puts together all of the reward information gained
 +
from battle onto a compact screen to display everything at once before the
 +
player goes back to the map scene.
 +
 +
This plugin best works in a game with a higher resolution. I recommend a
 +
16:9 screen ratio of roughly 1280x720 size. If you want to change your game
 +
screen's resolution, please use Yanfly's [[Core Engine (YEP)|Core Engine]] plugin.
 +
 +
For the best camera panning effect, I suggest you use Yanfly's Battle Engine
 +
Core and Action Sequence Packs 1 through 3 together in your game alongside
 +
this plugin. You can find them here:
 +
 +
* [[Battle Engine Core (YEP)|Battle Engine Core]]
 +
* [[Action Sequence Pack 1 (YEP)|Action Sequence Pack 1]]
 +
* [[Action Sequence Pack 2 (YEP)|Action Sequence Pack 2]]
 +
* [[Action Sequence Pack 3 (YEP)|Action Sequence Pack 3]]
 +
 +
There are many plugin parameters to set up.
 +
 +
{{Plugin Parameters MV}}
 +
 +
Audio: Lets you adjust the settings for the sound effect played when a level
 +
up occurs and the BGM that plays during the victory sequence.
 +
 +
<html><img src='https://img.itch.zone/aW1nLzE0NzkwNzAuZ2lm/original/kkvrYO.gif'></html>
 +
 +
Transition: There is a brief moment of wait after the battle ends before
 +
fading into the victory sequence. These plugin parameters let you control
 +
all of that.
 +
 +
<html><img src='https://img.itch.zone/aW1nLzE0NzkwNzUucG5n/original/ShfFzH.png' width='630'></html>
 +
 +
Background: These plugin parameters adjust the many entities placed on the
 +
victory sequence UI. Each one should be named after the section they are
 +
responsible for managing.
 +
 +
<html><img src='https://img.itch.zone/aW1nLzE0NzkwNzcuanBn/original/5b9iw7.jpg'></html>
 +
 +
Rewards: These plugin parameters handle the displayed rewards found such as
 +
money, EXP, and JP if you are using Yanfly's Job Points plugin.
 +
 +
<html><img src='https://img.itch.zone/aW1nLzE0NzkwNzguanBn/original/6YxPLy.jpg'></html>
 +
 +
Status Windows: The status windows are in the lower left corner of the screen
 +
and they display the actor's progress at the start of the victory sequence to
 +
what they become after it. The plugin parameters manage those aspects.
 +
 +
<html><img src='https://img.itch.zone/aW1nLzE0NzkwNzkuanBn/original/MxCoav.jpg'></html>
 +
 +
Continue Button: The continue button at the bottom right corner of the screen
 +
appears after the status windows finish loading. They tell the player how to
 +
exit the battle from the victory sequence.
 +
 +
{{Plugin Commands MV}}
 +
 +
If you want to turn on or off the victory sequence or the music, use these
 +
plugin commands:
 +
 +
<pre>
 +
EnableVictoryAftermath
 +
DisableVictoryAftermath
 +
This turns on or off the victory sequence. This one matches Yanfly's plugin
 +
command so you don't have to change your game's plugin command call if you
 +
are switching over.
 +
 +
EnableVictoryMusic
 +
DisableVictoryMusic
 +
This turns on or off the victory BGM and ME. This one matches Yanfly's
 +
plugin command so you don't have to change your game's plugin command call
 +
if you are switching over.
 +
</pre>
  
 
== Changelog ==
 
== Changelog ==
  
* Version 1.00
+
* Sep 5 2018: Bug fix when escaping, shows text
** Plugin released!
+
* Sep 10 2018: Bug fix where a drop item would show grayed out
 +
* Sep 25 2018: Victory UI now advances forward with mouse clicks, too. Gauge filling up is now smoother for smaller values.
  
 
<!-- This is a comment, remove the arrows surrounding this for the categories you want to show -->
 
<!-- This is a comment, remove the arrows surrounding this for the categories you want to show -->
 
<!-- [[Category: RPG Maker MV Core Plugins]] -->
 
<!-- [[Category: RPG Maker MV Core Plugins]] -->
<!-- [[Category: RPG Maker MV Battle Plugins]] -->
+
[[Category: RPG Maker MV Battle Plugins]]
 
<!-- [[Category: RPG Maker MV Item Plugins]] -->
 
<!-- [[Category: RPG Maker MV Item Plugins]] -->
 
<!-- [[Category: RPG Maker MV Skill Plugins]] -->
 
<!-- [[Category: RPG Maker MV Skill Plugins]] -->
Line 28: Line 106:
 
<!-- [[Category: RPG Maker MV Utility Plugins]] -->
 
<!-- [[Category: RPG Maker MV Utility Plugins]] -->
 
<!-- [[Category: RPG Maker MV Mechanical Plugins]] -->
 
<!-- [[Category: RPG Maker MV Mechanical Plugins]] -->
<!-- [[Category: RPG Maker MV Visual Plugins]] -->
+
[[Category: RPG Maker MV Visual Plugins]]
<!-- [[Category: RPG Maker MV Menu Plugins]] -->
+
[[Category: RPG Maker MV Menu Plugins]]
 
<!-- [[Category: RPG Maker MV Message Plugins]] -->
 
<!-- [[Category: RPG Maker MV Message Plugins]] -->
<!-- [[Category: RPG Maker MV Quality of Life Plugins]] -->
+
[[Category: RPG Maker MV Quality of Life Plugins]]
 
<!-- [[Category: RPG Maker MV Plugin Tips & Tricks]] -->
 
<!-- [[Category: RPG Maker MV Plugin Tips & Tricks]] -->
 
<!-- [[Category: Action Sequences (MV)]] -->
 
<!-- [[Category: Action Sequences (MV)]] -->

Latest revision as of 13:45, 2 July 2019

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

Fallen Angel Olivia

FallenAngelOlivia.png

This is a plugin created by Fallen Angel Olivia.

You can also follow Fallen Angel Olivia on itch.io.

RPG Maker Version

This plugin is made for RPG Maker MV versions 1.6.1 and below. If you update RPG Maker MV past that and this plugin breaks, I am NOT responsible for it.

Terms of Use

You are only allowed to use the plugins made by Atelier Irina if you agree to all of the following:

  1. These plugins may be used in free or commercial games.
  2. 'Fallen Angel Olivia' must be given credit in your games.
  3. You are allowed to edit the code.
  4. Do NOT change the filename, parameters, and information of the plugin.
  5. You are NOT allowed to redistribute these Plugins.
  6. You may NOT take code for your own released Plugins.

OctoPack Battler

This plugin is a part of the OctoPack Battler plugin series!

Introduction

This is a RPG Maker MV plugin that makes the battle system's victory sequence only a single screen. It puts together all of the reward information gained from battle onto a compact screen to display everything at once before the player goes back to the map scene.

This plugin best works in a game with a higher resolution. I recommend a 16:9 screen ratio of roughly 1280x720 size. If you want to change your game screen's resolution, please use Yanfly's Core Engine plugin.

For the best camera panning effect, I suggest you use Yanfly's Battle Engine Core and Action Sequence Packs 1 through 3 together in your game alongside this plugin. You can find them here:

There are many plugin parameters to set up.

Plugin Parameters

There are Plugin Parameters that you may configure for this plugin.

Audio: Lets you adjust the settings for the sound effect played when a level up occurs and the BGM that plays during the victory sequence.

Transition: There is a brief moment of wait after the battle ends before fading into the victory sequence. These plugin parameters let you control all of that.

Background: These plugin parameters adjust the many entities placed on the victory sequence UI. Each one should be named after the section they are responsible for managing.

Rewards: These plugin parameters handle the displayed rewards found such as money, EXP, and JP if you are using Yanfly's Job Points plugin.

Status Windows: The status windows are in the lower left corner of the screen and they display the actor's progress at the start of the victory sequence to what they become after it. The plugin parameters manage those aspects.

Continue Button: The continue button at the bottom right corner of the screen appears after the status windows finish loading. They tell the player how to exit the battle from the victory sequence.

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:

If you want to turn on or off the victory sequence or the music, use these plugin commands:

EnableVictoryAftermath
DisableVictoryAftermath
This turns on or off the victory sequence. This one matches Yanfly's plugin
command so you don't have to change your game's plugin command call if you
are switching over.

EnableVictoryMusic
DisableVictoryMusic
This turns on or off the victory BGM and ME. This one matches Yanfly's
plugin command so you don't have to change your game's plugin command call
if you are switching over.

Changelog

  • Sep 5 2018: Bug fix when escaping, shows text
  • Sep 10 2018: Bug fix where a drop item would show grayed out
  • Sep 25 2018: Victory UI now advances forward with mouse clicks, too. Gauge filling up is now smoother for smaller values.