Posted by dr0id on January 10, 1998 at 09:56:51:
In Reply to: elevator sounds posted by Jeff Walters on January 10, 1998 at 08:10:39:
> In the MP level I'm working on - I need to replace the elevator noises with wind noises........making elevators is a sinch, but I'm not sure how to chnage the sounds. Anyone?
HI,
Make a new .snd.(with wordpad)
with this content:
startmove startmove.wav 0x0 0.5 2.5
stopmove stopmove.wav 0x0 0.5 2.5
moving moving.wav 0x0001 0.5 2.5
U have to replace the .wav:S with the wav:s you want to use.
Save the file as whatever.snd
Then in JED add the value "soundclass" (NO "") to the elevetor.
And put in your .snd filename.
Hope this helps,
Sorry for my bad spelling and grammar.
//dr0id