Test Door (Portal 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Stub)
mNo edit summary
Line 4: Line 4:
It's basically like a normal "prop_door_rotating".
It's basically like a normal "prop_door_rotating".


1. Go to flags and check "door silent", and uncheck "touch opens"
# Go to flags and check "door silent", and uncheck "touch opens"
# Make a brush with the texture "tools/toolstrigger" and tie it to a "trigger_multiple"
# Make outputs for the door to do the things you want.


2. Make a brush with the texture "tools/toolstrigger" and tie it to a "trigger_multiple"
[[Category:Portal 2 Level Design]]
 
[[Category:Portal 2 Tutorials]]
3. Make outputs for the door to do the things you want.

Revision as of 15:32, 29 April 2011

Stub

This article or section is a stub. You can help by expanding it.

Use prop_testchamber_door, name it "door1" or something like that.

It's basically like a normal "prop_door_rotating".

  1. Go to flags and check "door silent", and uncheck "touch opens"
  2. Make a brush with the texture "tools/toolstrigger" and tie it to a "trigger_multiple"
  3. Make outputs for the door to do the things you want.