Combine gate

Combine gate

Re: Combine gate Posted by Doglike-spike on Sat Jun 4th 2005 at 5:52pm
Doglike-spike
14 posts
Posted 2005-06-04 5:52pm
14 posts 21 snarkmarks Registered: Mar 14th 2005 Location: denmark
How can i make the door combine_gate_citizen.mdl. as seen in d3_c17_05 to work?

http://photobucket.com/albums/y278/Doglike-spike/?action=view&current=hl2gate.jpg
Re: Combine gate Posted by DrGlass on Sat Jun 4th 2005 at 6:39pm
DrGlass
1825 posts
Posted 2005-06-04 6:39pm
DrGlass
member
1825 posts 632 snarkmarks Registered: Dec 12th 2004 Occupation: 2D/3D digital artist Location: USA
Find the combine gate model in the [root] directory and make it a prop_dynamic with a name door1.

then create a trigger (button or something) and set its output

ontrigger --[target]--> door1 ----> set animation ----> open<br style="color: orange;">

To see the names of all the animations click the model flag when you have your prop properties selected.
Re: Combine gate Posted by Doglike-spike on Sat Jun 4th 2005 at 7:36pm
Doglike-spike
14 posts
Posted 2005-06-04 7:36pm
14 posts 21 snarkmarks Registered: Mar 14th 2005 Location: denmark
Thanks this worked quite well.