Prop tractor beam: Difference between revisions
m (Way too much category spam, keep it simple!) |
(trimmed article) |
||
Line 1: | Line 1: | ||
[[File:1024_excursionfunnel.jpg|thumb|right|300px|An excursion funnel in Portal 2]] | [[File:1024_excursionfunnel.jpg|thumb|right|300px|An excursion funnel in [[Portal 2]].]] | ||
'''Excursion funnels''' are a puzzle element of [[Portal 2]] that work like a tractor beam. Objects (like [[turret (Portal 2)|turrets]] and [[cube|cubes]]) and players that touch a blue funnel slowly drift away from its emitter, unaffected by gravity. Players can move and grab objects out of them, but can not move against them. | |||
Some funnels are connected to a [[button (Portal 2)|button]]. When activated, these funnels reverse direction and turn orange, drawing things towards their emitter instead of pushing things away. | |||
Like [[ | Like [[bridge|bridges]], [[wall|walls]], and [[laser|lasers]], funnels can be extended through [[portal|portals]]. | ||
== | ==Creation== | ||
Each funnel consists of a [[prop_tractor_beam]], with a [[clip texture|player clip]] in front as well as a [[light]] for a soft blue glow (with an approximate ''brightness'' of ''50 120 250 50''). | |||
To | ===Changing Direction=== | ||
To alter the direction of an excursion funnel, invert the ''LinearForce'' [[keyvalue]] of its [[prop_tractor_beam]]. The input ''SetLinearForce'' can be used. | |||
== | ==Example== | ||
[http://forums.thinkingwithportals.com/downloads.php?view=detail&df_id=335 Example map] (includes both vmf and bsp) | [http://forums.thinkingwithportals.com/downloads.php?view=detail&df_id=335 Example map] (includes both vmf and bsp) | ||
[[Category:Portal 2 Level Design Tutorials]] | [[Category:Portal 2 Level Design Tutorials]] |
Revision as of 10:25, 28 April 2011

Excursion funnels are a puzzle element of Portal 2 that work like a tractor beam. Objects (like turrets and cubes) and players that touch a blue funnel slowly drift away from its emitter, unaffected by gravity. Players can move and grab objects out of them, but can not move against them.
Some funnels are connected to a button. When activated, these funnels reverse direction and turn orange, drawing things towards their emitter instead of pushing things away.
Like bridges, walls, and lasers, funnels can be extended through portals.
Creation
Each funnel consists of a prop_tractor_beam, with a player clip in front as well as a light for a soft blue glow (with an approximate brightness of 50 120 250 50).
Changing Direction
To alter the direction of an excursion funnel, invert the LinearForce keyvalue of its prop_tractor_beam. The input SetLinearForce can be used.
Example
Example map (includes both vmf and bsp)