Music

Discuss stuff related to HaloCE (for modding, go to the HEK General forum).
Post Reply
Glitcherguy





Posts: 205
Joined: Wed Aug 22, 2007 8:54 am
Location: I dunno i'm lost

Music

Post by Glitcherguy »

I've been looking for a tutorial for how to add music to halo.
Music=.sound_looping rigth?
Ok now how do i add them and use them in halo.
Please tell me where to find a tutorial or write one while reading this topic :D
L0d3x




Articulatist 250

Posts: 454
Joined: Sat Aug 18, 2007 3:32 am

Post by L0d3x »

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!
Glitcherguy





Posts: 205
Joined: Wed Aug 22, 2007 8:54 am
Location: I dunno i'm lost

Post by Glitcherguy »

THANKS! :D
Post Reply