Main Menu
  • Welcome to The RPG Maker Resource Kit.

Change system sounds with events? [RESOLVED]

Started by Zylos, March 04, 2008, 01:57:35 PM

0 Members and 1 Guest are viewing this topic.

Zylos

Simple question: How do I change system sounds with events?

For example, if I wanted to change the shop SE to a specific sound after talking to a character, how would I go about doing that?




modern algebra

Ya kind of can't as far as I know. I think you'd even have to rework the scripts a little bit to do it through scripts.

GasparXR

Quote from: modern algebra on March 04, 2008, 07:05:50 PM
Ya kind of can't as far as I know. I think you'd even have to rework the scripts a little bit to do it through events.

Fixed :P

modern algebra

#3
No, I meant call scripts, as in, you'd need to change some stuff in the script editor before you could use call scripts to change things :P

What I meant was you'd have to make a game class to store all the variables for sound effects, aand you'd have to then overwrite the Sound module and make it play from your new game class instead of the data class. All in all, it's a fairly easy project.

EDIT::

Since I had some time, I decided to write the necessary script to allow for in-game modification of the System Sound Effects. Here it is:

http://rmrk.net/index.php/topic,25124.0.html

Tell me if you have any problems with it.