Coop Door (Portal 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with ''''Co-Op doors''' consist of two triggers that both bots step on to open the door and for each trigger a person sign lights up. ==Creation== Use a trigger_multiple (I think)…')
 
Line 2: Line 2:


==Creation==
==Creation==
Use a [[trigger_multiple]] (I think) for these.
To detect the bots, use a [[trigger_multiple]] with the outputs OnStartTouchBlue, OnStartTouchOrange, OnEndTouchBlue and OnEndTouchOrange.
Also use [[signage/coop/teamdoor]] textures for the two man icons.
 
To make the signs that are above the door, use [[signage/coop/teamdoor]] textures on func_brushes with an env_texturetoggle to change from an X to a Check.


== See also ==
== See also ==

Revision as of 14:42, 2 May 2011

Co-Op doors consist of two triggers that both bots step on to open the door and for each trigger a person sign lights up.

Creation

To detect the bots, use a trigger_multiple with the outputs OnStartTouchBlue, OnStartTouchOrange, OnEndTouchBlue and OnEndTouchOrange.

To make the signs that are above the door, use signage/coop/teamdoor textures on func_brushes with an env_texturetoggle to change from an X to a Check.

See also