PDA

View Full Version : Quick question(s) about doors


Angry_Ed
02-15-2010, 04:20 PM
while looking for doors to use on my spawn rooms I noticed a "door_slide_large_dynamic.mdl". This appears to be a door that has built-in animations for opening and closing. At the same time none of the door tutorials I've found so far have listed or made use of this model. My question is: is this something that can actually be used in a map, or is it something that was designed for non-gameplay purposes?

The other question I have is whether or not it's easier to utilize this door or if I should just follow existing tutorials in making good doors for my map.

Aly
02-15-2010, 05:03 PM
It can be used in a map.

With the trigger, you just need to send the output:
OnTouch : <name of dynamic door> : SetAnimation : Open
and
OnEndTouchAll : <name of dynamic door> : SetAnimation : Close
at the same time as you open/close the brush door

Angry_Ed
02-15-2010, 05:34 PM
Ah I see now, thank you very much.

Spammish
02-15-2010, 05:48 PM
Or straight from Boojum's ultimate resource library for ease.