Difference between revisions of "Template:VisuMZ Voice Acting Control Plugin Commands"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Sound Plugin Commands)
(Sound Plugin Commands)
 
Line 8: Line 8:
  
 
[[File:VisuMZ.130.jpg|600px]]
 
[[File:VisuMZ.130.jpg|600px]]
 +
 +
---
  
 
[[File:VoiceActingControl_Command1.png]]
 
[[File:VoiceActingControl_Command1.png]]
 
---
 
  
 
<pre>
 
<pre>
Line 29: Line 29:
 
   pan:
 
   pan:
 
   - Pan of the sound effect played.
 
   - Pan of the sound effect played.
 +
</pre>
 +
 +
---
 +
 +
[[File:VoiceActControl_LanguageSwitch1.png]]
 +
 +
<pre>
 +
Sound: Play As Voice Line (Language)
 +
- Plays a voice line based on target audio language.
 +
- Uses volume channel and not SE volume channel.
 +
 +
  Language Lines:
 +
  - Determine which line is used based on which voice language the player
 +
    has selected.
 +
 +
  Default Line:
 +
  - Default voice line played when no language-based voice line is found.
 +
 +
  Volume:
 +
  - Volume of the voice line played.
 +
 +
  Pitch:
 +
  - Pitch of the voice line played.
 +
 +
  pan:
 +
  - Pan of the voice line played.
 
</pre>
 
</pre>
  

Latest revision as of 11:50, 17 January 2024

The following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command.

---

Sound Plugin Commands

VisuMZ.130.jpg

---

VoiceActingControl Command1.png

Sound: Play As Voice Line
- Plays target SE as a Voice Line using the Voice Line volume channel.
  This is unaffected by SE volume channel.

  Filename:
  - Filename of the sound effect played.

  Volume:
  - Volume of the sound effect played.

  Pitch:
  - Pitch of the sound effect played.

  pan:
  - Pan of the sound effect played.

---

VoiceActControl LanguageSwitch1.png

Sound: Play As Voice Line (Language)
- Plays a voice line based on target audio language.
- Uses volume channel and not SE volume channel.

  Language Lines:
  - Determine which line is used based on which voice language the player
    has selected.

  Default Line:
  - Default voice line played when no language-based voice line is found.

  Volume:
  - Volume of the voice line played.

  Pitch:
  - Pitch of the voice line played.

  pan:
  - Pan of the voice line played.

---

VoiceActingControl Command2.png

Sound: Stop All Voice Lines
- Stops all currently playing Voice Lines.

---

VoiceActingControl Command3.png

Sound: Stop Target Voice Lines
- Stops target Voice Lines if they are currently playing.

  Specific Filenames:
  - Filenames of sound files that should be stopped as a Voice Line.
  - Case sensitive.

  Filename Text Markers:
  - Text markers used to automatically mark filenames (not folders) as
    a Voice Line.
  - Case sensitive.

  Specific Folders:
  - Anything that contains these folder names will be stopped as a
    Voice Line.
  - These can be main or sub folders.
  - Case sensitive.

  Folder Text Markers:
  - Text markers used to automatically mark folders (not filenames) for
    Voice Line playing.
  - Case sensitive.

---