Chaos Project

RPG Maker => RPG Maker Scripts => RMXP Script Database => Topic started by: Jaiden on February 05, 2019, 12:15:26 pm

Title: [XP] Audio Extras
Post by: Jaiden on February 05, 2019, 12:15:26 pm
Audio Extras
Authors: Jaiden
Version: 1.2
Type: Game System Utility
Key Term: Misc Add-on


Introduction

This script contains a few extra audio functions, and thanks to RPG Maker XP Ace, includes a feature that was only available via RGSS3.

Note that you must have RPG Maker XP Ace installed in order to use the "Pause/Resume BGM" feature of this script.
You can get it here: https://forum.chaos-project.com/index.php/topic,12899.0.html

Otherwise, only the master volume and map volume change features will be available.



Features

Screenshots

Not relevant to the script.

Demo

None at this time.

Script
Hosted on Github (https://github.com/JaidenAlemni/rmxp-scripts/blob/main/Credit%20Required/AudioExtras.rb)


Instructions

Install this script above main as you would any other script.

If you create an options menu that controls the master volume, make sure this script is ABOVE that menu.

See the script for directions on how to use this script. Note that the pause and resume function will not work with MIDI (it can be used, but the MIDI will always start from the beginning).

Compatibility

This script makes modifications to the Game_System class, including re-writing the "bgm/bgs/se_play" methods. Use with caution with any other audio scripts.

As noted above, this script has a feature that will only be accessible if used with RPG Maker XP Ace. This is highly recommended.


Credits and Thanks


Author's Notes
I created this script for my game, Legends of Astravia, but I figured anyone else using XPA would love to have access to these functions.

I may create an options menu that goes along with this at a later time! Let me know if you run into any bugs.
Title: Re: [XPAce] Audio Add-Ons
Post by: Blizzard on February 06, 2019, 05:00:01 am
Hm, not sure where to put this in the database. It's an XP script, but requires XPA. :/
Title: Re: [XP] Audio Extras (+XPAce Exclusive Feature)
Post by: Jaiden on February 06, 2019, 10:42:21 am
Updated it so it can be used in vanilla XP without the save BGM function. Should be OK to put it in the XP DB now.