Difference between revisions of "Category:Comment Tags (MV)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 32: Line 32:
 
   of the BGM being played when the battle starts. This is an optional tag.
 
   of the BGM being played when the battle starts. This is an optional tag.
 
   If not used, it will default to a pan of 0.
 
   If not used, it will default to a pan of 0.
 +
</nowiki>
 +
 +
== [[Event Click Trigger (YEP)|Event Click Trigger]] ==
 +
 +
<nowiki>
 +
To make an event click triggerable from anywhere on the screen, use either
 +
notetags or comment tags to enable them to become clickable. If a notetag is
 +
used, then this will apply to the whole event, no matter what page it is. If
 +
only comment tags are used, it will only apply to that specific event page.
 +
 +
Event Notetag and Comment Tags
 +
 +
  <Click Trigger>
 +
  - This will cause the event to be clickable from afar without needing the
 +
  player to walk all the way up in front of it to trigger it.
 
</nowiki>
 
</nowiki>

Revision as of 15:23, 27 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.


Battle BGM Control

To make a specific battle play a certain BGM upon loading the battle, make a
comment in one of the Troop's event pages. Insert the following comment tags
to have it trigger a specific BGM to play when the battle starts.

Troop Event Comment Tags:

  <Battle BGM Name: filename>
  - Replace 'filename' with the filename of the BGM you wish to play at the
  start of battle without the file extension. The filename is also case
  sensitive. For example, if you wish to play Battle3.m4a, replace
  'filename' with only 'Battle3' and no '.m4a' in the tag. This is the only
  required tag. Once this tag is detected, only the remainder of the event
  page will be scanned. Other pages in the troop will be ignored.

  <Battle BGM Volume: x>
  - Replace 'x' with a number between 0 and 100. This determines the volume
  of the BGM being played when the battle starts. This is an optional tag.
  If not used, it will default to a volume of 90.

  <Battle BGM Pitch: x>
  - Replace 'x' with a number between 0 and 100. This determines the pitch
  of the BGM being played when the battle starts. This is an optional tag.
  If not used, it will default to a pitch of 0.

  <Battle BGM Pan: +x>
  <Battle BGM Pan: -x>
  - Replace 'x' with a number between -100 and 100. This determines the pan
  of the BGM being played when the battle starts. This is an optional tag.
  If not used, it will default to a pan of 0.

Event Click Trigger

To make an event click triggerable from anywhere on the screen, use either
notetags or comment tags to enable them to become clickable. If a notetag is
used, then this will apply to the whole event, no matter what page it is. If
only comment tags are used, it will only apply to that specific event page.

Event Notetag and Comment Tags

  <Click Trigger>
  - This will cause the event to be clickable from afar without needing the
  player to walk all the way up in front of it to trigger it.