Template:VisuMZ Message Sounds Text Codes

From Yanfly.moe Wiki
Revision as of 01:57, 13 December 2020 by Yanfly (talk | contribs) (Created page with "<noinclude>VisuMZ Message Sounds Text Codes</noinclude> The following are text codes that have been added through this plugin. These text codes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

---

--------------------------   -----------------------------------------------
Text Code                    Effect (Message Window Only)
--------------------------   -----------------------------------------------
<Letter Sound On>            Turns on the Message Letter Sounds.
<Letter Sound Off>           Turns off the Message letter Sounds.

\LetterSoundName<filename>   Changes SFX played to 'filename'. Do not use or
                             insert the file extension. Case sensitive.
\LetterSoundVolume[x]        Changes SFX volume to x value.
\LetterSoundPitch[x]         Changes SFX pitch to x value.
\LetterSoundPan[x]           Changes SFX pan to x value.
\LetterSoundVolumeVar[x]     Changes SFX volume variance to x value.
\LetterSoundPitchVar[x]      Changes SFX pitch variance to x value.
\LetterSoundPanVar[x]        Changes SFX pan variance to x value.

---

For those who want to use shorter text codes:

---

-------------   ------------------------------------------------------------
Text Code       Effect (Message Window Only)
-------------   ------------------------------------------------------------

\LSON           Turns on the Message Letter Sounds.
\LSOFF          Turns off the Message letter Sounds.

\LSN<filename>  Changes SFX played to 'filename'. Do not use or insert the
                file extension. Case sensitive.
\LSV[x]         Changes SFX volume to x value.
\LSPI[x]        Changes SFX pitch to x value.
\LSPA[x]        Changes SFX pan to x value.
\LSVV[x]        Changes SFX volume variance to x value.
\LSPIV[x]       Changes SFX pitch variance to x value.
\LSPAV[x]       Changes SFX pan variance to x value.

---