Page 1 of 1

Music/Sound + Scripting Help

Posted: Sun Sep 03, 2006 8:29 pm
by hoho5000
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:

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?

Posted: Mon Sep 04, 2006 6:33 am
by a mammoth
Doing that would be triggering, I don't know how to do that but you might be able to link it to a control in game, like the Zanzibar gate control or containment gate control. I don't think that you would be able to get it to work with a control on the controller.