YesNoOk
avatar

Continuous Music? (Read 325 times)

Started by SaintSix, May 10, 2009, 01:17:58 am
Share this topic:
Continuous Music?
#1  May 10, 2009, 01:17:58 am
  • **
Hi, is it possible to have music that continuessly plays?
eg. when i click on arcade and it goes to the select, the music from the title screen is still playing...
all i want is the select and title screens to have the same but the versus bgm will be different

(sorry for misspellings)... :-\
Nothing Is here
Re: Continuous Music?
#2  May 10, 2009, 08:08:55 am
  • ****
  • Luck can be statistics or superstition.
    • Malaysia
    • http://leagueoflegends.wikia.com/wiki/User:Mineko_Charat_Lucky
Do you mean this in system.def?

;----------------------------
[Music]
 ;Put a filename for a MOD, MP3 or MIDI here, or just leave it
 ;blank if you do not want music. If an invalid filename is
 ;given, then no music will play. To play CD audio, put
 ;the track number followed by ".da". For example, to play
 ;track 3 from a music CD at the title screen, use:
 ;  title.bgm = 3.da
 ;To play mymusic.mp3 from the sound/ directory, put:
 ;  title.bgm = sound/mymusic.mp3
 ;Music will continue to play between screens if the files names
 ;are the same, and both BGMs are specified to loop.
  ;Music to play at title screen.
title.bgm =
title.bgm.loop = 1        ;Set to 0 to prevent looping
  ;Music to play at char select screen.
select.bgm =
select.bgm.loop = 0
  ;Music to play at versus screen.
vs.bgm =
vs.bgm.loop = 1


Somewhat returned as a living fossil after 2-3 years of doing nothing.