The Ultimate DooMer
(former) /newstuff Chronicler

Posts: 4434
Registered: 03-02 |
DooMBoy said:
So, how do I get the thunder sound to work? Is there a script I have to type up or an ambient sound I have to put in the area affected by the lightning? If so, what's the sound's number?
If you have the thunder sample in your wad, you will need a SNDINFO lump. Make a text file and put in the following:
SOUND_01 thunder (or whatever the name of the sound is in your wad)
$AMBIENT 1 SOUND_01 POINT RANDOM 30.0 60.0 1.0
(This makes the sound play every 30-60 seconds, and the volume plays at full, but decreases the further you get away from the sound thing. See http://zdoom.notgod.com/reference/sndinfo.html for more details)
Once you have this, you will need to place an 'ambient sound 01' thing on the map. (if you're using WA, it's easy to find the sound things on the 'new thing' menu)
btw, I don't know if you know about SNDINFO or not, so that's why I've mentioned it. If you already have a SNDINFO lump, then there could be something wrong with it, or it might just be a case of putting the sound thing in.
Last edited by The Ultimate DooMer on 09-25-02 at 22:45
|