Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> Play BGM on Loading Menu
diamondandplatin...
post Sep 1 2012, 06:11 AM
Post #1


Level 5
Group Icon

Group: Member
Posts: 72
Type: Writer
RM Skill: Skilled
Rev Points: 45




Play BGM on Loading Menu
Version: 1.0
Author: DiamondandPlatinum3
Date: August 13, 2012


Planned Future Versions
  • None



Description
This script allows you to play BGM on the Loading menu. When you select 'Continue' from the title screen and are taken to the file selection screen, new BGM will play instead of the same title screen music.
Similar to Pokemon Gold, Silver, Crystal.



Features
  • Plays an alternative BGM on Load menu.


Screenshots

Cannot Screenshot Audio, I'm afraid ohmy.gif



Instructions
  • Paste the script under your materials section in your script editor but above main.
  • Just take a look at the editable region and modify things appropriately.



Script
code
CODE
# Play BGM on loading menu
# Code snippet by DiamondandPlatinum3

class Scene_Load < Scene_File
  #======================================
  #       Editable Region
  #======================================
  BGM_MUSIC_FOR_LOAD_SCREEN  = "Scene6"
  BGM_VOLUME                 = 100
  BGM_PITCH                  = 100
  #======================================
  
  
  
  
  alias play_music_onloadscreen first_savefile_index
  def first_savefile_index
    RPG::BGM.new(BGM_MUSIC_FOR_LOAD_SCREEN, BGM_VOLUME, BGM_PITCH).play
    play_music_onloadscreen
  end
end




Credit
  • DP3 / DiamondandPlatinum3




Thanks
  • Pacman ~ No special reason, just wanted to put him on the thanks list.




Support
Post in this thread or PM me.



Known Compatibility Issues
I am unaware of any scripts it doesn't work with; if you find any, post in this thread.



Demo
A demo is unnecessary for a script such as this.



Author's Notes
This weeks scripting has been brought to you by the letter C, as in
'Chocolate milk is delicious'.



Terms of Use
If you can find a use for it, this script is free to use in non-commercial games. If you want to use this script in a commercial game, please understand that I expect a free copy (that's means you PM me and let me know that you plan on using it for a commercial game).

This post has been edited by diamondandplatinum3: Sep 1 2012, 06:38 AM


__________________________
Go to the top of the page
 
+Quote Post
   
X-M-O
post Sep 1 2012, 11:25 AM
Post #2


Level 82
Group Icon

Group: Director
Posts: 6,347
Type: None
RM Skill: Undisclosed




Yes, chocolate milk is delicious! wink.gif

This is a really nice script, and getting more RGSS3 scripts is especially great so thank you very much for doing this (plus the other 3 RGSS3 submissions you've added) and submitting it here! happy.gif


__________________________
Go to the top of the page
 
+Quote Post
   
diamondandplatin...
post Sep 4 2012, 01:46 PM
Post #3


Level 5
Group Icon

Group: Member
Posts: 72
Type: Writer
RM Skill: Skilled
Rev Points: 45




No Problem happy.gif


__________________________
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 25th May 2013 - 05:44 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker