Charas-Project

Game Creation => Requests => Tutorials => Topic started by: hippieshopper on July 10, 2008, 04:58:09 AM

Title: Music in the...
Post by: hippieshopper on July 10, 2008, 04:58:09 AM
Is there a way to play different music in the normal menu of the game(in RPGM2k3)?

I am using the normal menu, no custom ones here :D

I am pretty sure you know what I mean, if not, think Legend of Dragoon...
Title: Re: Music in the...
Post by: lonewolf on July 10, 2008, 08:48:45 AM
all in one go or one by one?
as i got a music room where you walk on a box then you can play a
song you have a yes or no switch to play the music 
if that help you


Title: Re: Music in the...
Post by: Moosetroop11 on July 10, 2008, 01:35:49 PM
So when you press esc and enter the menu, you want different music to play?

I've never heard that one before. Okay...

Well, I've got halfway there. If you use key input processing to register the value of the cancel key, you can make a common event pick up on that and play the music you want, and then open main menu. You could probably make the music go back to normal once the menu's exited using a parallel process on every map.

Unfortunately, when I tried it, the menu opened twice for some reason. I didn't try it with the common event so that might fix it. Have a go!
Title: Re: Music in the...
Post by: hippieshopper on July 10, 2008, 06:25:32 PM
I'll try to mess with it, thanks for the idea!
Title: Re: Music in the...
Post by: InsaneJP on July 12, 2008, 04:19:36 PM
EASY MENU MUSIC TUTORIAL BY BRYAH-HERRY

1) Introduction: To understand this tutorial, make sure you first know how to use (and have  pretty much mastered) the following commands:
                      1- Enter Password
                      2- The use of variables
                      3- (Easy) BGM Music Changing (I know it's simple, but just in case)

2) The Programming:
                       (This is what the command box will look like) (Make sure it's a Common    Event set to "Parallel Process", too.)

<>Disable System Menu
<>Enter Password: [0001: Menu Music] (The only boxes checked should be "Cancel" and "Wait until key hit")
<>Memorize BGM
<>Play BGM (Pick One)
<>Call System Menu
<>Play Memorized BGM

3) NOTE:
   1- Do NOT reuse the variable set for the password








This is what i used when i did it.... i found it a while ago
Title: Re: Music in the...
Post by: hippieshopper on July 12, 2008, 09:21:36 PM
Thanks...a lot!!