Solidity for certain objects

Posted Nov 22, 2010
I am trying to make an object that is solid to the player and other objects, but not to a certain cube. Is this possible to do simply? (I have already figured out a complicated way to do it, but I'd rather not if I don't have to.)
Advertisement
Registered users don’t see ads! Register now!
Posted Nov 22, 2010
Replied 11 hours later
Player clip + func_clip_vphysics with a filter_targetname set to only affect things not named x.
Avatar
248 Posts
Posted Nov 23, 2010
Replied 15 hours later
What omnicoder said, but I would use a filter to allow entities that match x.
Posted Nov 23, 2010
Replied 12 hours later

Motanum wrote:
What omnicoder said, but I would use a filter to allow entities that match x.

Ahm...actually, Omni was right. If you used a filter allowing entities named x, it would mean that the wall is only solid to x.

Posted Nov 24, 2010
Replied 9 hours later
Actually,Motanum is right. Although, it isn't omnicoder's fault, I misphrased the question. It was supposed to be the other way around. (And I'm not that much of a noob that I can't figure that out myself anyway. It was just the entity name)
Avatar
248 Posts
Posted Nov 24, 2010
Replied 2 hours later

Motanum wrote:
What omnicoder said, but I would use a filter to allow entities that match x.

Possible I mistyped and I meant to say dissallow. The point is to use a filter name entity and just set it as to how you want it to act

Advertisement
Registered users don’t see ads! Register now!
Posted Nov 24, 2010
Replied 7 hours later

hanging_rope wrote:
Actually,Motanum is right. Although, it isn't omnicoder's fault, I misphrased the question. It was supposed to be the other way around. (And I'm not that much of a noob that I can't figure that out myself anyway. It was just the entity name)

Ah, nevermind then.