Template:VisuMZ Ambience Sounds Notetags

From Yanfly.moe Wiki
Jump to navigation Jump to search


The following are notetags that have been added through this plugin. These notetags will not work with your game if this plugin is OFF or not present.

---

Event-Related Notetags

VisuMZ AmbienceSounds Preview.png

---

<Ambience SFX: name>
<Ambience SFX: name, volume>
<Ambience SFX: name, volume, pitch>
<Ambience SFX: name, volume, pitch, pan>

- Used for: Event Notetags and Event Page Comment Tags
- Adds the ambience sound effect to the event's ambience pool.
  - If there are multiple entries, add multiple sound effects.
  - A random sound effect will be picked each time it's ready to play.
- The variant you use will determine how customized you want the sound
  effect's properties. Otherwise, the information will come from the default
  Plugin Parameter settings.
- Replace 'name' with the filename of the sound effect found in /audio/se/
  to play. Do NOT include the file extension.
- Replace 'volume' with a number representing the volume of the sound.
- Replace 'pitch' with a number representing the pitch of the sound effect.
- Replace 'pan' with a number representing the pan of the sound effect.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Ambience Interval: x>

- Used for: Event Notetags and Event Page Comment Tags
- Determines the interval at which the ambience sound effects play.
- If this notetag is not used, then the interval played will be determined
  by the default Plugin Parameter settings.
- Replace 'x' with a number representing the time in frames between ambience
  sound effects playing. 60 frames is equal to a second.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Ambience Distance: x>
<Ambience Proximity: x>

- Used for: Event Notetags and Event Page Comment Tags
- Determines the maximum proximity distance in tiles away from the event the
  player can hear the ambience sound effects from.
- This will not form a diamond shape. This will form a circular radius.
- There are no difference between the notetags. The one you use is entirely
  up to your own personal preferences.
- If this notetag is not used, then the maximum proximity distance will be
  determined by the default Plugin Parameter settings.
- Replace 'x' with a number representing the maximum proximity distance in
  tiles to hear the event from.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Ambience Interval Variance: x%>

- Used for: Event Notetags and Event Page Comment Tags
- Determines the interval variability. The value of the final interval
  amount will vary by this percentage value.
- If this plugin is not used, then the interval variance will be determined
  by the default Plugin Parameter settings.
- Replace 'x' with a percentage representing the variability amount.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Ambience Volume Variance: x%>

- Used for: Event Notetags and Event Page Comment Tags
- Determines the volume variability. The value of the final volume amount
  will vary by this percentage value.
- If this plugin is not used, then the volume variance will be determined by
  the default Plugin Parameter settings.
- Replace 'x' with a percentage representing the variability amount.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Ambience Pitch Variance: x%>

- Used for: Event Notetags and Event Page Comment Tags
- Determines the pitch variability. The value of the final pitch amount will
  vary by this percentage value.
- If this plugin is not used, then the pitch variance will be determined by
  the default Plugin Parameter settings.
- Replace 'x' with a percentage representing the variability amount.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---