Portal 2 Puzzle Maker/Button: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (moved entity costs to Item Properties sections for consistency)
Line 6: Line 6:


== Weighted Button ==
== Weighted Button ==
[[Portal 2 Puzzle Maker/Common Issues#Item Entity Costs|Entity Cost]]: '''3'''
[[Image:Super_button_p2_blue.jpg|thumb|right|100px|The ordinary button]]
[[Image:Super_button_p2_blue.jpg|thumb|right|100px|The ordinary button]]
Flat, round buttons. Activated when the player stands on it, or when any type of cube or sphere is placed on it.
Flat, round buttons. Activated when the player stands on it, or when any type of cube or sphere is placed on it.


=== Item Properties ===
=== Item Properties ===
 
[[Portal 2 Puzzle Maker/Common Issues#Item Entity Costs|Entity Cost]]: '''3'''
* Button Type
* Button Type
** Turns this button into the selected type (Weighted, Cube, Sphere)
** Turns this button into the selected type (Weighted, Cube, Sphere)


== Cube Button ==
== Cube Button ==
[[Portal 2 Puzzle Maker/Common Issues#Item Entity Costs|Entity Cost]]: '''3'''
[[File:prop_floor_cube_button.jpg|right|thumb|100px|The cube-specific floor button.]]
[[File:prop_floor_cube_button.jpg|right|thumb|100px|The cube-specific floor button.]]
Variety of the standard button. Can only be activated by placing a type of cube on it.
Variety of the standard button. Can only be activated by placing a type of cube on it.


=== Item Properties ===
=== Item Properties ===
 
[[Portal 2 Puzzle Maker/Common Issues#Item Entity Costs|Entity Cost]]: '''3'''
* Button Type
* Button Type
** Turns this button into the selected type (Weighted, Cube, Sphere)
** Turns this button into the selected type (Weighted, Cube, Sphere)


== Sphere Button ==
== Sphere Button ==
[[Portal 2 Puzzle Maker/Common Issues#Item Entity Costs|Entity Cost]]: '''3'''
[[File:prop_floor_ball_button.jpg|right|thumb|100px|The sphere-specific floor button.]]
[[File:prop_floor_ball_button.jpg|right|thumb|100px|The sphere-specific floor button.]]
Variety of the standard button. Can only be activated by placing a sphere in it.
Variety of the standard button. Can only be activated by placing a sphere in it.


=== Item Properties ===
=== Item Properties ===
 
[[Portal 2 Puzzle Maker/Common Issues#Item Entity Costs|Entity Cost]]: '''3'''
* Button Type
* Button Type
** Turns this button into the selected type (Weighted, Cube, Sphere)
** Turns this button into the selected type (Weighted, Cube, Sphere)


== Pedestal Button ==
== Pedestal Button ==
[[Portal 2 Puzzle Maker/Common Issues#Item Entity Costs|Entity Cost]]: '''6'''
[[Image:prop_button.png|thumb|right|70px|The pedestal button]]Tall, player-height button, activated by pressing the USE key (E by default). This button can be rotated to face any of the cardinal directions.
[[Image:prop_button.png|thumb|right|70px|The pedestal button]]Tall, player-height button, activated by pressing the USE key (E by default). This button can be rotated to face any of the cardinal directions.


=== Item Properties ===
=== Item Properties ===
 
[[Portal 2 Puzzle Maker/Common Issues#Item Entity Costs|Entity Cost]]: '''6'''
* Timing
* Timing
** 3 to 30 seconds: The connected item(s) will be enabled upon pressing the button, and disabled after the specified amount of time.
** 3 to 30 seconds: The connected item(s) will be enabled upon pressing the button, and disabled after the specified amount of time.

Revision as of 15:46, 5 June 2012

Stub

This article or section is a stub. You can help by expanding it.

[[::Category:Portal 2 Puzzle Maker|Portal 2 Puzzle Maker | ← :Category:Portal 2 Puzzle Maker|Portal 2 Puzzle Maker ]]
This article contains content specific to the Portal 2 Puzzle Maker. For the Authoring Tools equivalent, see Button (Portal 2).

Buttons are a testing element in Portal puzzles. They can be connected to other testing elements to activate them. The Portal 2 Puzzle Maker includes 4 types of buttons.

Weighted Button

The ordinary button

Flat, round buttons. Activated when the player stands on it, or when any type of cube or sphere is placed on it.

Item Properties

Entity Cost: 3

  • Button Type
    • Turns this button into the selected type (Weighted, Cube, Sphere)

Cube Button

The cube-specific floor button.

Variety of the standard button. Can only be activated by placing a type of cube on it.

Item Properties

Entity Cost: 3

  • Button Type
    • Turns this button into the selected type (Weighted, Cube, Sphere)

Sphere Button

The sphere-specific floor button.

Variety of the standard button. Can only be activated by placing a sphere in it.

Item Properties

Entity Cost: 3

  • Button Type
    • Turns this button into the selected type (Weighted, Cube, Sphere)

Pedestal Button

The pedestal button

Tall, player-height button, activated by pressing the USE key (E by default). This button can be rotated to face any of the cardinal directions.

Item Properties

Entity Cost: 6

  • Timing
    • 3 to 30 seconds: The connected item(s) will be enabled upon pressing the button, and disabled after the specified amount of time.
    • Infinity: The connected item(s) will be permanently enabled.

Note: Having multiple buttons connected to the same item require all buttons to be activated in order for the connected Item to activate.