Prevent stickys from attaching.

LeChris

L1: Registered
Sep 9, 2012
32
0
How to make them avoid target because it's really horrible.

I just want to do that so when sticky hits door it jumps away.

1.jpeg


2.jpeg


WHOOOPS: forgot that im remaking doors will do update later.
 
Last edited:

xzzy

aa
Jan 30, 2010
815
531
Stickies won't stick to these brush entities (at least, there's probably more):

func_brush
func_lod
func_clip_vphysics

So basically what you do is set up a brush entity that covers the door that the stickies will bounce off. Then when the round starts, kill the brush so that players can run through it.

func_clip_vphysics is unique in that stickies bounce off it, but it's not solid to players.