Group: Local Mod
Posts: 1,348
Type: Scripter
RM Skill: Skilled
Rev Points: 5
Law’s Menu Music
Version 2.0 The Law G14 10/11/09
Introduction
I saw a script like this before for vx by Sojabird and since I noticed that a lot of people seemed to like it, I made one for xp. Basically what it does is play a different music then the map music when you enter the menu. Hope you guys like it
Features
- Plays music in menu
- Plug n’ Play
- Can choose if you would like the BGM to be just the Map BGM except faded out a little (In Version 2.0)
"When you first come, no one knows you. When help them out, they all know you. When you leave, they all love you. When you come back, they've already forgotten you." -- copy into your sig if you think this quote speaks true!
If you are one of the very few teenagers that know what real rap is and don't blindly listen to the hate statements (rap is crap), then put this in your sig. I say this in the name of Common, Mos Def, Lupe Fiasco, 2Pac, Nas, Talib Kweli, Eminem, and many others. -Exiled One
Group: Revolutionary
Posts: 130
Type: Artist
RM Skill: Intermediate
Is there possibly a way to do this for other screens Law?
Such as shop screens and MCgamer's Scene_Item_Mixer script?
This post has been edited by Zeffa: Oct 12 2009, 03:43 AM
__________________________
Illustrator/GraphicDesigner, if you want somert... Like an illustration or a logo? Just ask! (Nothing too crazy though) ;) For the love, the art, the game, the metal and the sex... And thanks for the freebies. Out Now! Awaiting reviews and feedback.
Current Project: Exodus: Escape Fort Bullwark Engine: RMXP Completion: Chapter One, 100% Release Date: Out now, Winter 2009 Download Link:Via MediaFire
Group: Local Mod
Posts: 1,348
Type: Scripter
RM Skill: Skilled
Rev Points: 5
QUOTE
O_O Whoa. You told me about this about two hours ago and it's already finished?! Wow... I like the function. Simple, yet interesting.
Thanks for the comments Chibichan Glad you think it's interesting
QUOTE
Is there possibly a way to do this for other screens Law?
Such as shop screens and MCgamer's Scene_Item_Mixer script?
Yup, it's definitly possible, would you like me to make another script for the shop screen and then post it here?
Also, orginally, I didn't have the instructions for the script but I just added them so that you know how to change what song plays when you enter the menu
"When you first come, no one knows you. When help them out, they all know you. When you leave, they all love you. When you come back, they've already forgotten you." -- copy into your sig if you think this quote speaks true!
If you are one of the very few teenagers that know what real rap is and don't blindly listen to the hate statements (rap is crap), then put this in your sig. I say this in the name of Common, Mos Def, Lupe Fiasco, 2Pac, Nas, Talib Kweli, Eminem, and many others. -Exiled One
Group: Revolutionary
Posts: 130
Type: Artist
RM Skill: Intermediate
This is all great dude yeah, I'd really like a song added for the shop menu, but if this is too much trouble don't worry about it.
Heh heh It'd be sweet to get some funky music playin as you try your luck at mixing and such too. Yah Yah!
__________________________
Illustrator/GraphicDesigner, if you want somert... Like an illustration or a logo? Just ask! (Nothing too crazy though) ;) For the love, the art, the game, the metal and the sex... And thanks for the freebies. Out Now! Awaiting reviews and feedback.
Current Project: Exodus: Escape Fort Bullwark Engine: RMXP Completion: Chapter One, 100% Release Date: Out now, Winter 2009 Download Link:Via MediaFire
#------------------------------------------------------------------------------ #============================================================================== #============================================================================== #=========================*Law's Shop Music*=================================== #=========================Author: The Law G14================================== #============================Version 1.0======================================= #============================================================================== #------------------------------------------------------------------------------ #=============================================================================== # ** Scene_Shop #------------------------------------------------------------------------------- # This class performs shop screen processing. #===============================================================================
class Scene_Shop #----------------------------------------------------------------------------- # * Update #----------------------------------------------------------------------------- alias law_shop_update update def update law_shop_update $game_system.bgm_memorize # Update windows @help_window.update @command_window.update @gold_window.update @dummy_window.update @buy_window.update @sell_window.update @number_window.update @status_window.update Audio.bgm_play("Audio/BGM/001-Battle01", 100, 100) # If command window is active: call update_command if @command_window.active update_command return end # If buy window is active: call update_buy if @buy_window.active update_buy return end # If sell window is active: call update_sell if @sell_window.active update_sell return end # If quantity input window is active: call update_number if @number_window.active update_number return end end #----------------------------------------------------------------------------- # * Update Command #----------------------------------------------------------------------------- alias law_shop_update_command update_command def update_command law_shop_update_command # If B button was pressed if Input.trigger?(Input::B) # Play cancel SE $game_system.se_play($data_system.cancel_se) # Switch to map screen $game_system.bgm_restore $scene = Scene_Map.new return end end end
@BlackMask: lol, glad you like the script
This post has been edited by The Law G14: Oct 12 2009, 03:14 PM
"When you first come, no one knows you. When help them out, they all know you. When you leave, they all love you. When you come back, they've already forgotten you." -- copy into your sig if you think this quote speaks true!
If you are one of the very few teenagers that know what real rap is and don't blindly listen to the hate statements (rap is crap), then put this in your sig. I say this in the name of Common, Mos Def, Lupe Fiasco, 2Pac, Nas, Talib Kweli, Eminem, and many others. -Exiled One
Group: Revolutionary
Posts: 130
Type: Artist
RM Skill: Intermediate
Heh heh
Thanks very much Law, I'd completely forgot about this. Been busy with the old RPG and what not.
__________________________
Illustrator/GraphicDesigner, if you want somert... Like an illustration or a logo? Just ask! (Nothing too crazy though) ;) For the love, the art, the game, the metal and the sex... And thanks for the freebies. Out Now! Awaiting reviews and feedback.
Current Project: Exodus: Escape Fort Bullwark Engine: RMXP Completion: Chapter One, 100% Release Date: Out now, Winter 2009 Download Link:Via MediaFire
Hey, is there any way that we could make the music fade off into the distance when we click menu or shop, and then go back to normal when we click out?
"When you first come, no one knows you. When help them out, they all know you. When you leave, they all love you. When you come back, they've already forgotten you." -- copy into your sig if you think this quote speaks true!
If you are one of the very few teenagers that know what real rap is and don't blindly listen to the hate statements (rap is crap), then put this in your sig. I say this in the name of Common, Mos Def, Lupe Fiasco, 2Pac, Nas, Talib Kweli, Eminem, and many others. -Exiled One
"When you first come, no one knows you. When help them out, they all know you. When you leave, they all love you. When you come back, they've already forgotten you." -- copy into your sig if you think this quote speaks true!
If you are one of the very few teenagers that know what real rap is and don't blindly listen to the hate statements (rap is crap), then put this in your sig. I say this in the name of Common, Mos Def, Lupe Fiasco, 2Pac, Nas, Talib Kweli, Eminem, and many others. -Exiled One
Group: Local Mod
Posts: 1,348
Type: Scripter
RM Skill: Skilled
Rev Points: 5
Ah, I see what you mean, now. I'm not too sure how I would do this since I'm not too familiar with the Audio Class but I'll try to look into it and give you a response when I manage to come up with something.
"When you first come, no one knows you. When help them out, they all know you. When you leave, they all love you. When you come back, they've already forgotten you." -- copy into your sig if you think this quote speaks true!
If you are one of the very few teenagers that know what real rap is and don't blindly listen to the hate statements (rap is crap), then put this in your sig. I say this in the name of Common, Mos Def, Lupe Fiasco, 2Pac, Nas, Talib Kweli, Eminem, and many others. -Exiled One
Group: Member
Posts: 67
Type: Developer
RM Skill: Intermediate
I have a strange problem. Whenever I try to use "skill" or "equip," it automatically selects the first character on the right -- in other words, I can't change armor or use spells for the other three characters in my party. It shows the cursor for a second as if it's going to let me pick a character, but then it acts as if I've pressed "enter" and selects Aluxes.
I tested this in a fresh project file with no other scripts installed, and I have the same problem. Does anyone else have this issue? I'm using the legal English version, 1.0.4.0. (Did I install the script wrong? I'm new to RMXP. I put this below all of the default scripts, but above Main.)
This post has been edited by Nanaki: Dec 22 2010, 05:19 AM
Group: Member
Posts: 2
Type: None
RM Skill: Undisclosed
QUOTE (Nanaki @ Dec 22 2010, 05:16 AM)
I have a strange problem. Whenever I try to use "skill" or "equip," it automatically selects the first character on the right -- in other words, I can't change armor or use spells for the other three characters in my party. It shows the cursor for a second as if it's going to let me pick a character, but then it acts as if I've pressed "enter" and selects Aluxes.
I tested this in a fresh project file with no other scripts installed, and I have the same problem. Does anyone else have this issue? I'm using the legal English version, 1.0.4.0. (Did I install the script wrong? I'm new to RMXP. I put this below all of the default scripts, but above Main.)