HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Music

07-18-2004, 07:27 PM#1
Carlos Vaca V
How you set the music for a map? How can you change the one thet is palyed by defualt by the race you choose?
07-19-2004, 02:13 AM#2
R3N3G4D3
You make a trigger with action "Play music theme" and set it to whatever you want to be played (it allows you to pick from a menu). Also, this does not require jass, so perhaps this should be moved to trigger haven. Also, after the theme finishes playing the music goes back to playing normal map music, unless you start another music theme right after.
07-19-2004, 07:10 PM#3
Carlos Vaca V
I used that trigger but it only plays the theme once and doesnt repeat it as the music from each race.
07-19-2004, 08:24 PM#4
R3N3G4D3
There are 2 solutions:
1 is to look at the length of the music theme (in sound editor) and make the trigger that plays music theme be triggered by a periodic event with period equal to length of the theme. The other solution is to open sound editor, find the theme in there then right-click and "import as music", afterwards instead of "Play Music theme" use "Play Music" trigger, that one loops automatically.