I'll save you a hell of a search and tell you how to do it right here!
I'll asume you just want to use music from the halo game itself.
1) Obviously you need to extract any sound files you want to use.
2)You'll need to use a script to state when you want the music to start.
It should look like this:
Code: Select all
(sound_looping_start "theDirectoryWhererYourSoundfileIs" none 1)
An example for the directory thing: sound\sinomatixx_music\b30_extraction_music
Note this is a sound_looping file.
To stop playing the music add a script line like this:
Code: Select all
(sound_looping_stop "theDirectoryStuff")
If you were looking for a way to create your own music read the following link:
http://gbxforums.gearboxsoftware.com/sh ... post675716
PS: if you wish to thank me, feel free to send me over a fine pair of socks!