じ☆ve冰风 发表于 2026-7-24 17:11:23

Multiple Background Sounds

Multiple Background Sounds v1.00
By Arthran​

Introduction
You can make your map sound windy. You can make your map sound like it's night time. You can make your map sound like it's rainy. But can you make your map sound like it's windy *and* rainy... at night? With this plugin, you can!

Features
Allows you to play multiple background sounds simultaneously.

How to Use
To play multiple background sounds simultaneously, use the "Play BGS" plugin command provided by this plugin. The default "Play BGS..." event command retains its default functionality (it will stop all active BGS before playing). I have also provided a "Stop BGS" plugin command, for a convenient way to stop all BGS.

If you prefer to use script calls instead of plugin commands, these are available to you:
                JavaScript:       
// Play a BGS. volume, pitch, and pan are optional
Arthran.MultiBgs.play("name", volume, pitch, pan);

// Stop all active BGS
Arthran.MultiBgs.stop();


Screenshots
Spoiler: Example Usage


Download
Here

Terms and Credits

[*]Can be used in commercial and non-commercial projects.
[*]Credit is not required, but is appreciated.
[*]You may edit the plugin to suit your needs, so long as you do not claim ownership of the plugin.
[*]Please do not distribute the plugin outside of your game.



本贴来自国际rpgmaker官方论坛作者:Arthran处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/multiple-background-sounds.158414/
页: [1]
查看完整版本: Multiple Background Sounds