gametechmods

Robot Arena => General Support => Topic started by: TriTon on November 01, 2009, 01:25:48 AM

Title: Adding music to arenas
Post by: TriTon on November 01, 2009, 01:25:48 AM
Does anyone know how to make different music play on arena introductions?
Title: Adding music to arenas
Post by: Pwnator on November 01, 2009, 01:30:10 AM
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
Title: Adding music to arenas
Post by: TriTon on November 01, 2009, 01:55:18 AM
Ok, but how do find the music i want?
Title: Adding music to arenas
Post by: JoeBlo on November 01, 2009, 01:02:14 AM
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