Enrichment sphere: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(cleanup)
Line 1: Line 1:
Enrichment spheres can be made easily with an [http://developer.valvesoftware.com/wiki/Instance instance]. The instance can be found as instances/underground/test_dome_interior_01.vmf
'''Enrichment spheres''' are structures part of the [[Underground (Portal 2)|underground]] aesthetic in Portal 2. They can be made by creating a [[func_instance]] and setting the VMF filename to "instances/underground/test_dome_interior_01.vmf". See [[instance]] for more information.
 
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.''

Revision as of 00:08, 30 May 2011

Enrichment spheres are structures part of the underground aesthetic in Portal 2. They can be made by creating a func_instance and setting the VMF filename to "instances/underground/test_dome_interior_01.vmf". See instance for more information.