trampoline type brush?

Pendaz

L2: Junior Member
May 28, 2008
60
0
How would i go about making a brush that when a player falls onto it they are propelled upwards?

I've googled and searched these forums but can't find anything close to what i'm looking for


Thanks in advance


-Pendaz
 

J4CK8

L11: Posh Member
Mar 4, 2009
820
243
Probably best with a push entity, if they exsist in tf2. Either trigger or func_push so that when a player comes close to it they fly upwards again. Not sure if it works in tf2 though, and there are probably other options as well.
 

Terr

Cranky Coder
aa
Jul 31, 2009
1,590
410
AFAIK no, you can make a trigger_push, but that doesn't care about the speed they had coming in.
 

Pendaz

L2: Junior Member
May 28, 2008
60
0
i'm playing around with trigger_push right now...


can't seem to get it to work though, i've tied it to a brush, is this right?
 

Penguin

Clinically Diagnosed with Small Mapper's Syndrome
aa
May 21, 2009
2,039
1,484
Is the brush trigger textured?
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
Try the actually trigger texture, toolstrigger, and make sure you check the Client box on the Flags tab. Also, upward pushes won't effect the player unless they aren't touching the ground.