当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma マップのBGM/BGSの自動演奏を制御する - DarkPlasma_ControlAutoplay.js
シェア用テキスト:
▼DarkPlasma マップのBGM/BGSの自動演奏を制御する(DarkPlasma様作) - DarkPlasma_ControlAutoplay.js
https://plugin-mz.fungamemake.com/archives/5300
マップに設定したBGM/BGSの自動再生を設定したスイッチがONの間だけ無効にします。
ふりがな:まっぷのBGM/BGSのじどうえんそうをせいぎょする
機能概要: マップに設定したBGM/BGSの自動再生を設定したスイッチがONの間だけ無効にします。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree…
ダウンロードページ:https://raw.githubusercontent.com/elleonard/DarkPlasma-…
ファイル名:DarkPlasma_ControlAutoplay.js
プラグインのヘルプ:
/*: * @plugindesc マップのBGM/BGSの自動演奏を制御する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @param disableAutoplayBgmSwitch * @text BGM自動演奏無効スイッチ * @type switch * @default 0 * * @param disableAutoplayBgsSwitch * @text BGS自動演奏無効スイッチ * @type switch * @default 0 * * @help * version: 1.0.0 * マップに設定したBGM/BGSの自動再生を * 設定したスイッチがONの間だけ無効にします。 * * 設定したスイッチがONの間に対象マップに移動しても * BGM/BGSの自動演奏は開始されません。 */