This article relates to the game "Portal 2". Click here for more information.

Hard Light: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Setting bug notice hidetested=1 param on page where the bug might not need tested in param specified)
 
(20 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{otherlang2
{{LanguageBar}}
|de=Hard Light:de
{{p2 topicon}}
}}
[[File:1024_hardlightwall.jpg|thumb|right|300px|Hard Light Walls in [[Portal 2]].]]
'''Hard Light Bridges''' and '''Hard Light Walls''' are a puzzle element of Portal 2. They are solid slats of light produced by special emitters, and can be redirected through portals (just like [[Laser (Portal 2)|lasers]] and [[Funnel (Portal 2)|funnels]]). Bridges are horizontal, and players can use them as a floor or ceiling. Walls are vertical, and can be used to block turret fire or catch flying objects, like cubes. Both can be painted with any kind of [[Gel (Portal 2)|gel]], however only Blue Gel and Orange gel will work properly. Painting one side of the bridge or wall will similarly effect the other side.
==Creation==
Hard light surfaces are emitted by a single [[prop_wall_projector]].


==External links==
[[File:1024_hardlightwall.jpg|thumb|right|300px|Hard Light Walls in ''Portal 2''.]]
[http://forums.thinkingwithportals.com/downloads.php?view=detail&df_id=343 Example map] using this tutorial. VMF included.


{{portal2}} '''Hard Light Surfaces''' are a puzzle element of {{Portal2|3}}. They are solid slats of light produced by special emitters, and can be redirected through portals (just like [[Thermal Discouragement Beams]] and [[excursion funnels]]). They can be used as floors or ceilings, block [[LOS]] from turrets, or stop flying objects in mid-air, like cubes.
They can be painted with any kind of [[gel]], however only repulsion and propulsion gel change anything. Portal shots and lasers can pass through hard light bridges or walls, which is why conversion gel and reflection gel don't work. Painting one side of the surface affects both sides.
{{bug|hidetested=1|In single-player, gel on a hard light surface will not save. No official singleplayer puzzles used this feature, so Valve never made code to save it.}}
{{tip|Hard Light Bridges can be detected with a trigger. Set the "Everything" flag and filter it to detect {{Ent|projected_wall_entity}}, the actual entity representing the wall itself.}}
== Creation ==
Hard light surfaces are emitted by a single {{Ent|prop_wall_projector}}. Create a "dirty" wall projector by adding a keyvalue {{Code|skin}} with a value of <code>1</code> (disable "Smart Edit" to do this).
== External links ==
[http://forums.thinking.withportals.com/downloads.php?view=detail&df_id=343 Example map] with a VMF included.
[[Category:Portal 2 Level Design]]
[[Category:Portal 2 Level Design]]
[[Category:Portal 2 Tutorials]]
[[Category:Portal 2 Tutorials]]

Latest revision as of 07:15, 20 May 2025

English (en)Deutsch (de)Français (fr)Русский (ru)中文 (zh)Translate (Translate)

Hard Light Walls in Portal 2.

Portal 2 Hard Light Surfaces are a puzzle element of Portal 2. They are solid slats of light produced by special emitters, and can be redirected through portals (just like Thermal Discouragement Beams and excursion funnels). They can be used as floors or ceilings, block LOS from turrets, or stop flying objects in mid-air, like cubes.

They can be painted with any kind of gel, however only repulsion and propulsion gel change anything. Portal shots and lasers can pass through hard light bridges or walls, which is why conversion gel and reflection gel don't work. Painting one side of the surface affects both sides.

Icon-Bug.pngBug:In single-player, gel on a hard light surface will not save. No official singleplayer puzzles used this feature, so Valve never made code to save it.
Tip.pngTip:Hard Light Bridges can be detected with a trigger. Set the "Everything" flag and filter it to detect projected_wall_entity, the actual entity representing the wall itself.

Creation

Hard light surfaces are emitted by a single prop_wall_projector. Create a "dirty" wall projector by adding a keyvalue skin with a value of 1 (disable "Smart Edit" to do this).

External links

Example map with a VMF included.