Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Master Volume Option - MasterVolumeOption.js
Plugin desc : MasterVolumePlugin
License : MIT License
Author : triacontane (Tsumio altered a portion.)
Website : https://triacontane.blogspot.com/
File name : MasterVolumeOption.js
Help of plugin :
* @plugindesc MasterVolumePlugin * @author triacontane (Tsumio altered a portion.) * * @param ItemName * @type string * @desc It is a setting item name displayed on Options. * @default Master Volume * * @param DefaultValue * @type number * @desc Default value of the master volume. * @default 100 * * @param OffsetValue * @type number * @desc Offset value of the all volume(including other volume). * @default 20 * * @help Add the master volume to the option screen using the master volume API * added in RPG Maker version 1.5.0. * You can adjust the volume of all BGM / BGS / ME / SE at once. * * Of course, it can not be used on main body version 1.5.0 or earlier. * * This plugin is released under the MIT License.