Maliki's Master Volume
ver 1.1a
Features: This Plugin allows devs to utilize a single slider for all 4 sound profiles.
This Master volume could either be set along with the music and sound sliders, or
as a stand-alone setting that will control all sounds simultaneously.
Howto: This plugin is generally plug-and-play and currently only has one parameter.
You can change this param to dictate whether the other music/sound percentage sliders are visible to the player.
UPDATED: Now devs can change the volume with a script call.
Use
AudioManager.setMasterVolume(value); to set.
(Must be a number between 0 and 100.)
Also added a toggle mute script call.
Use
AudioManager.toggleMute(); to mute all sounds immediately.
The volume value will be saved and restored upon making the call again.
(It will mute again if the player changes the sound value before the second call is made.)
Note that the plugin's file name must not be changed.
Plugin Conflicts: There shouldn't be any conflicts with this plugin, however let me know if any are found and I'll try to correct them.
Permissions: This plugin can be used in any project, commercial or otherwise, as long as credit is given.
Download:
本贴来自国际rpgmaker官方论坛作者:Maliki79处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/malikis-master-volume-ver-1-0.76127/