gametechmods
Robot Arena => General Support => Topic started by: TriTon on November 01, 2009, 01:25:48 AM
-
Does anyone know how to make different music play on arena introductions?
-
It's in Sounds\intro_music. You'll find 'smell_glue.wav'. Find another WAV file and rename it to smell_glue (why did they name it that anyway? o_O). :D
[Edit] I think other arenas use different intros. All I know is 'hopp_club.wav' is used when the match ends. :D
-
Ok, but how do find the music i want?
-
you need a .wav format sound file and add it into the RA2 sounds/intro_music folder
open the .py and find
def Introduction(self):
then find the line like this
self.intro_music = plus.createSound("Sounds/intro_music/thefilenamehere.wav", False, (0,0,0))
:-D