Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
Doors [Archive] - TF2Maps.net Forums

PDA

View Full Version : Doors


Half-Life_Maniac
12-16-2007, 04:06 AM
I've just been thinking..

The wayI'm currently making my spawn doors (and the same way VALVe and probably everone else does it) is by having a trigger_multiple that triggers an invisible func_door, which finally triggers the visable prop_dynamic door.

Is there a good reason for this setup? Why not skip the func_door entirely and simply have the trigger target the prop door?

Probably a simple, logical answer to this, but seeing as it was on my mind..

Intraman
12-16-2007, 04:10 AM
there is. The dynamic prop doesn't collide with players. ie, you could walk through it.

Half-Life_Maniac
12-16-2007, 04:29 AM
Are you certain of this? I thought it'd have collision just like any other prop.

Still, if that's true, that pretty much answers my question then.

Shmitz
12-16-2007, 05:23 AM
Also, triggering the prop only works for the single model that actually has an animation attached to it. For the non-animating models, they must be parented to a door in order to move.

Half-Life_Maniac
12-16-2007, 05:36 AM
Aha, another good point. I forgot about those un-animated door models. In those cases, it almost seems a waste of time even having the prop. They look just as flat and plain as what a brush-based one would be..

Intraman
12-16-2007, 06:01 AM
Are you certain of this? I thought it'd have collision just like any other prop.

Still, if that's true, that pretty much answers my question then.

Well I'm not sure if that's the reason they do it, but I do know that it happens. Go ahead and just place an animated door prop without being tied to anything. You can walk right through them.

Snipergen
12-16-2007, 06:05 AM
they have no collision, intraman is right :)

spaceweasels
12-16-2007, 09:42 AM
Which also includes no collision with rockets and bullets and grenades. Not a very good spawn room, if the enemy can safely bomb you through the door.