Prop tractor beam: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (moved Funnel (Portal 2) to Excursion Funnel over redirect: page should use official title)
(added see also and external links)
Line 9: Line 9:


To control the flow of an excursion funnel, change the ''LinearForce'' keyvalue of the prop_tractor_beam. You can do this via the input ''SetLinearForce''. LinearForce determines how much force is applied to objects in the funnel. A negative value will reverse the flow. Two good values are 250 and -250 for forward and backward flow, respectively.
To control the flow of an excursion funnel, change the ''LinearForce'' keyvalue of the prop_tractor_beam. You can do this via the input ''SetLinearForce''. LinearForce determines how much force is applied to objects in the funnel. A negative value will reverse the flow. Two good values are 250 and -250 for forward and backward flow, respectively.
== See Also ==
[[Portal 2 Level Creation]]
[[prop_tractor_beam]]
== External Links ==
[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 13:20, 27 April 2011

Stub

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

Excursion funnels are a game mechanic in Portal 2 which can be thought of as tractor beams. When a physics prop or the player enters an excursion funnel, they are held inside the funnel and slowly pushed through the funnel until they reach the end (excursion funnels are eventually cut off, typically by a brush or a static prop) at which point they remain still until the funnel is disabled. The player can leave the funnel at any time by moving towards the edge until dropping out of the beam. The player can also remove physics props from the funnel by grabbing them with the Use key.

Like light bridges, excursion funnels can be extended by placing a portal at one end and the other portal somewhere else in the map.

Creating an Excursion Funnel

Creating an excursion funnel is a fairly straightforward process. Each funnel consists of a point entity called prop_tractor_beam. Valve typically puts a player clip brush in front of the prop_tractor_beam model as well as a light to give a soft blue glow to the area around the model (brightness level of approximately 50 120 250 50 is appropriate).

To control the flow of an excursion funnel, change the LinearForce keyvalue of the prop_tractor_beam. You can do this via the input SetLinearForce. LinearForce determines how much force is applied to objects in the funnel. A negative value will reverse the flow. Two good values are 250 and -250 for forward and backward flow, respectively.

See Also

Portal 2 Level Creation prop_tractor_beam

External Links

Example map (includes both vmf and bsp)