Test Door (Portal 2): Difference between revisions
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". | ||
# 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 | [[Category:Portal 2 Level Design]] | ||
[[Category:Portal 2 Tutorials]] | |||
Revision as of 15:32, 29 April 2011
Use prop_testchamber_door, name it "door1" or something like that.
It's basically like a normal "prop_door_rotating".
- 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.