You are not logged in.
Pages: 1
Hey guys, I need some help on adding a song to a level from the game. Now I finally figured out how to add characters to levels, etc. And I'm wondering if their are any tutorials there that will help me adding songs to a level in in game. If I finally get a fully mod going I want to be able to add some songs into it from the game. But I don't know where to find the song name for the level and I don't know where to put a song into a room.
Offline
i think they need a list of tutorials and a big big tutorials ![]()
Offline
lol yeah. I finally figured out how to add characters to a level, etc. Now all I need to do is how to add characters to those files that they keep telling me about so I can start making some bigger mods.
Offline
Take a look at this section:
To find a song name for a level, you have to go through the level's scripts and search for SNDDmus. The title of the sounds usually starts with that prefix, such as SNDDmus_chase1.aif
Also, there is a page that has links different tutorials, but it is work in progress. Also, some of the tutorials use hex editing, which was the old way before we had .xml
Last edited by EdT (08/24/09 10:08)
Offline
To find a song name for a level, you have to go through the level's scripts and search for SNDDmus. The title of the sounds usually starts with that prefix, such as SNDDmus_chase1.aif
Ok now what would I need to do if i wanted the song to start playing and make it stop playing to a certain point in the script?
Offline
Notice the music_start/stop/volume commands in particular. Also download the Good vs. Evil scripts from the Depot. My 2.0 version (that's in that .zip) uses those calls a few times, so you might find it instructive.
Check out the Anniversary Edition Seven at !
Offline
Notice the music_start/stop/volume commands in particular. Also download the Good vs. Evil scripts from the Depot. My 2.0 version (that's in that .zip) uses those calls a few times, so you might find it instructive.
Ok i'll check it later
Offline
Pages: 1