Difference between revisions of "Icon Balloons (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview = <youtube>https://www.youtube.com/watch?v=lPpJLic9gh0</youtube>
+
|preview = <youtube>https://www.youtube.com/watch?v=lPpJLic9gh0</youtube>
|link1 = <html><iframe src="https://itch.io/embed/399641" height="167" width="552" frameborder="0"></iframe></html>
+
|link1 = <html><iframe src="https://itch.io/embed/399641" height="167" width="552" frameborder="0"></iframe></html>
|link2 = [http://yanfly.moe/plugins/en/YEP_IconBalloons.js Mirror]
+
|link2 = [http://yanfly.moe/plugins/en/YEP_IconBalloons.js Mirror]
  
 
}}
 
}}
Line 15: Line 15:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
RPG Maker MV provides us with 15 Balloon Animations to use to allow our
 
RPG Maker MV provides us with 15 Balloon Animations to use to allow our
 
events to show emotions with. Sometimes, this just isn't enough. However,
 
events to show emotions with. Sometimes, this just isn't enough. However,
 
this plugin allows you to use icons from your IconSet to extend the number
 
this plugin allows you to use icons from your IconSet to extend the number
 
of balloon types you can use.
 
of balloon types you can use.
 +
</nowiki>
  
============================================================================
+
== Plugin Commands ==
Plugin Commands
 
============================================================================
 
  
 +
<nowiki>
 
Use these plugin commands to get icon balloons playing on the player/events.
 
Use these plugin commands to get icon balloons playing on the player/events.
  
Line 70: Line 66:
 
   used, then the event will wait until the balloon has finished playing.
 
   used, then the event will wait until the balloon has finished playing.
 
   When using this command, x cannot be greater than y.
 
   When using this command, x cannot be greater than y.
 +
</nowiki>
  
============================================================================
+
== Changelog ==
Changelog
 
============================================================================
 
  
 +
<nowiki>
 
Version 1.02:
 
Version 1.02:
 
- Added 'This Event' option to Show Icon balloons thanks to Eldaym!
 
- Added 'This Event' option to Show Icon balloons thanks to Eldaym!

Revision as of 02:08, 22 June 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

Image Balloons

Save this image into your project’s img/system folder.

EmptyBalloons.png

Yanfly Engine Plugins

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


Introduction

RPG Maker MV provides us with 15 Balloon Animations to use to allow our
events to show emotions with. Sometimes, this just isn't enough. However,
this plugin allows you to use icons from your IconSet to extend the number
of balloon types you can use.

Plugin Commands

Use these plugin commands to get icon balloons playing on the player/events.

Plugin Commands

  ---

  ShowIconBalloon x on Player
  ShowIconBalloon x on Player, Wait

  ShowIconBalloon x on Event y
  ShowIconBalloon x on Event y, Wait

  ShowIconBalloon x on Follower y
  ShowIconBalloon x on Follower y, Wait

  ShowIconBalloon x on This Event
  ShowIconBalloon x on This Event, wait
  - This will cause the Icon Balloon using icon index x to appear on the
  player, event y, or follower y. If 'wait' is used, then the event will
  wait until the balloon has finished playing.

  ---

  ShowIconBalloon x to y on Player
  ShowIconBalloon x to y on Player, Wait

  ShowIconBalloon x to y on Event z
  ShowIconBalloon x to y on Event z, Wait

  ShowIconBalloon x to y on Follower z
  ShowIconBalloon x to y on Follower z, Wait

  ShowIconBalloon x to y on This Event
  ShowIconBalloon x to y on This Event, Wait
  - This will cause the Icon Balloon start on icon index x and move through
  to y, the next icon upward each few frames up to icon index y. This icon
  balloon will be played on the player, event z, or follower z. If 'wait' is
  used, then the event will wait until the balloon has finished playing.
  When using this command, x cannot be greater than y.

Changelog

Version 1.02:
- Added 'This Event' option to Show Icon balloons thanks to Eldaym!

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

Version 1.00:
- Finished Plugin!