Page 1 of 1

Removing sound on spike trap...

Posted: Tue Jul 27, 2004 5:47 am
by 343 Guilty Spark
After trying to make I spike trap for my map, I got mad from all the failures, and used the one from Arena][. The problem I have is that since there are so mant of them close togeather, that when they go off, the crowd cheers are so loud they drown out every other sound. I've tried changing the opened and closed mover sounds, but that didn't work. Can someone PLEASE help me?

Posted: Tue Jul 27, 2004 5:50 am
by jeditobe1
Can you just make only one or two spikes in a given cluster activate the cheer (assuming you want it).

Posted: Tue Jul 27, 2004 5:55 am
by 343 Guilty Spark
Alright, thanks. That should keep the noise level down :)

Posted: Tue Jul 27, 2004 8:35 am
by Shadowstar
The cheer is caused by a scripted event. Technically, you shouldnt even be able to hear a cheer unless you copied the ai scripts too. The vertical spikes in the map are all one mover, so it only has to trigger one mover. There is also an invisible mover that acts to hold karma corpses in position. Without those, the corpse will end up being pushed by the spikes, instead of skewered by them, in most cases. Remember to set all the movers to block karma. Spike traps are a little tricky to do, but once you understand how the mechanics of it works, its relatively easy to replicate.

It's also probably better to use a killinstigator event rather than using mover encroaching damage, as killinstigator leaves you with a nice, clean kill and a nice, unbutchered corpse to get all stuck in the spikes. Encroach damage has a tendency to gib if its set too high, or simply not be lethal enough if set too low. Plus, with a killinstigator, you can set up a custom damagetype, which gives you a custom kill message and configurable effects properties (like making the corpse twitch on the spikes, as if trying to get off, or writhing in pain). I used these effects in Arena][. It's quite noticeable if you jump squarely onto one of the horizontal barbed spikes. If you get it straight on, you'll die, and your corpse will get stuck there, and twitch as if trying to get off in extreme pain... Makes for some nice death fx.

Yeah, I'm a sick bastard.

Posted: Tue Jul 27, 2004 1:01 pm
by jb
Shadowstar wrote:Yeah, I'm a sick bastard.

Ahhh that explains it all :D :D :D

Posted: Wed Jul 28, 2004 4:44 am
by 343 Guilty Spark
Yeah, I saw that scripted event thing, and changed it from cheering to impaling flesh sound. Thanks for the help.