Observation Room: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with 'Observation rooms can be made easily with an [http://developer.valvesoftware.com/wiki/Instance instance]. The instance can be found in the instances/labs/ folder. For more inf…')
 
No edit summary
Line 1: Line 1:
Observation rooms can be made easily with an [http://developer.valvesoftware.com/wiki/Instance instance]. The instance can be found in the
[[File:Portal2 obervation room.jpg|thumb|400px|right]]
Observation rooms are one of the primary light sources for a map. They can be made easily with an [http://developer.valvesoftware.com/wiki/Instance instance]. The instances can be found in the instances/labs/ folder. They exist in different sizes.


instances/labs/
For more information on making instances, go to [http://developer.valvesoftware.com/wiki/Func_instance func_instance].
 
folder.
 
For more information on making instances, go to [http://developer.valvesoftware.com/wiki/Func_instance func_instance]


''Please note I am not used to writing these, what I wrote is really just a placeholder. Feel free to rewrite it in a more organized way.''
''Please note I am not used to writing these, what I wrote is really just a placeholder. Feel free to rewrite it in a more organized way.''

Revision as of 03:45, 18 June 2011

Portal2 obervation room.jpg

Observation rooms are one of the primary light sources for a map. They can be made easily with an instance. The instances can be found in the instances/labs/ folder. They exist in different sizes.

For more information on making instances, go to func_instance.

Please note I am not used to writing these, what I wrote is really just a placeholder. Feel free to rewrite it in a more organized way.