Cube (Portal 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (cleanup)
mNo edit summary
Line 2: Line 2:
'''Cubes''' are portable objects in the Portal series. A cube can be placed on a [[Button (Portal 2)|button]] to activate it.
'''Cubes''' are portable objects in the Portal series. A cube can be placed on a [[Button (Portal 2)|button]] to activate it.


Various kinds of cubes exist in [[Portal 2]]. The standard cube changes color when it triggers a [[Button (Portal 2)|button]]. The edgeless cube acts the same, but is ball-shaped, and may be placed in a special button-receptacle. The pivot cube (also known as a redirection cube) can redirect a [[Discouragement Beam|discouragement beam]]. The companion and underground cubes are themed, but functionally the same as the standard cube. Frakenturrets are also functionally the same, but under certain conditions will jump around.
Various kinds of cubes exist in [[Portal 2]]. The standard weighted storage cube changes color from blue to orange when it triggers a [[Button (Portal 2)|button]]. The edgeless safety cube acts the same, but is ball-shaped, and may be placed in a special button-receptacle. The pivot cube (also known as a redirection cube or reflection cube) can redirect a [[Discouragement Beam|discouragement beam]]. The companion and underground cubes are themed, but functionally the same as the standard cube. Frakenturrets are also functionally the same, but under certain conditions will jump around.


==Cube==
==Cube==
[[prop_weighted_cube]] - The entity
[[prop_weighted_cube]] The entity<br>
models/props/metal_box.mdl - The world model
models/props/metal_box.mdl The world model<br>
portal_weighted_cube - in game command line
portal_weighted_cube — in-game command line<br>


There are also reflector cubes which can redirect [[env_portal_laser]]'s
==Paint==
Cubes can also be painted with either repulsion (blue) or propulsion (orange) gel, changing their physical charecteristics. Blue-painted cubes will bounce off of every surface they come in contact with, and orange-painted cubes slide more easily along surfaces, like ice cubes.
 
While cubes may be painted with any type of gel, only repulsion gel and propulsion gel will work properly.  Conversion gel and reflection gel have the same effect as cleansing gel/water, and water will wash away any repulsion gel or propulsion gel already on it.


==Paint==
Unlike regular cubes, the frankenturret cannot be painted with repulsion or propulsion gel and function like a regular cube; it will only be colored.
Cubes can also be painted with either blue or orange paint, changing their physical charecteristics. Blue painted cubes will bounce everytime they touch the ground. Orange painted cubes slide more easily along surfaces. Water can be used in both cases to 'clean' the cube and remove the paint. White paint does not effect cubes.


==Dropper==
==Dropper==
The turorial for the dropper instance is found [[Dropper_(Portal_2)#List_Of_Instances|here]].
[[Category:Portal 2 Level Design]]
[[Category:Portal 2 Level Design]]
The turorial for the dropper instance is found [[Dropper_(Portal_2)#List_Of_Instances|here]].

Revision as of 22:16, 10 December 2012

Cube types.

Cubes are portable objects in the Portal series. A cube can be placed on a button to activate it.

Various kinds of cubes exist in Portal 2. The standard weighted storage cube changes color from blue to orange when it triggers a button. The edgeless safety cube acts the same, but is ball-shaped, and may be placed in a special button-receptacle. The pivot cube (also known as a redirection cube or reflection cube) can redirect a discouragement beam. The companion and underground cubes are themed, but functionally the same as the standard cube. Frakenturrets are also functionally the same, but under certain conditions will jump around.

Cube

prop_weighted_cube — The entity
models/props/metal_box.mdl — The world model
portal_weighted_cube — in-game command line

Paint

Cubes can also be painted with either repulsion (blue) or propulsion (orange) gel, changing their physical charecteristics. Blue-painted cubes will bounce off of every surface they come in contact with, and orange-painted cubes slide more easily along surfaces, like ice cubes.

While cubes may be painted with any type of gel, only repulsion gel and propulsion gel will work properly. Conversion gel and reflection gel have the same effect as cleansing gel/water, and water will wash away any repulsion gel or propulsion gel already on it.

Unlike regular cubes, the frankenturret cannot be painted with repulsion or propulsion gel and function like a regular cube; it will only be colored.

Dropper

The turorial for the dropper instance is found here.