Music/Sound + Scripting Help
Posted: Sun Sep 03, 2006 8:29 pm
Ok, so I added some music to a mod I'm doing, and it works, but it's so quiet, that you can barely hear it. I tried increasing the volume in gold wave, but that just made it scratchy. Is there any way to make it louder? I took the music from New Mombassa. This is the script I used:
Also, how would I script it, so that I could change the music when a certain control is pressed?
Code: Select all
(script startup music
(begin
(begin
(sound_looping_start "scenarios\solo\03b_newmombasa\03b_music\03b_01.lsnd")
)
))
Also, how would I script it, so that I could change the music when a certain control is pressed?