Screen (Portal 2)

From Valve Developer Community
Revision as of 03:17, 17 June 2011 by D95 (talk | contribs) (Created page with 'Monitor Monitors are easy to make and they make the map more living. Monitors are made by making a func_monitor and a point_camera. Step 1 make a block and press ctrl + t and c…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Monitor Monitors are easy to make and they make the map more living. Monitors are made by making a func_monitor and a point_camera.

Step 1 make a block and press ctrl + t and change the block into a func_monitor and call it monitor.

Step 2 Make a point_camera and set its name to monitor_camera.

Step 3 Go to the func_monitor’s properties and set camera name to: monitor_camera.

Step 4 connect the camera and the monitor to a trigger and set the trigger’s output to:

On trigger monitor enable ontrigger Monitor_camera Set on

Step 5 compile and test the map.


this page is just a placeholder, please edit this so people can get more info