Welcome to PGMZ! 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
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/MasterVolumeOption.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/MasterVolumeOption.js
File name : MasterVolumeOption.js
Help of plugin :
* @plugindesc MasterVolumePlugin * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/MasterVolumeOption.js * @base PluginCommonBase * @orderAfter PluginCommonBase * @author Triacontane * * @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 MasterVolumeOption.js * * Add the master volume to the option screen. * You can adjust the volume of all BGM / BGS / ME / SE at once. * * This plugin is released under the MIT License.