Pumping Station: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added new section)
m (Unicodifying, replaced: [[Image: → [[File: (2))
 
(15 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{cleanup}}
{{lang|Pumping Station}}
{{screenshot}}
== Pump ==
{{orphan}}
[[File:Pumpstation_prefab_2.jpg|thumb|right|300px|Here's a movie: http://www.youtube.com/watch?v=MWi5028qsK8]]


==Pump==
Gel pumps are very distinctive scenery and are found in the underground sections of Portal 2. <br>
Gel pumps are very distinctive scenery and are found in the underground sections of Portal 2. <br>
Their purpose is to pump gel from the underground reservoirs to the other parts of the facility.
Their purpose is to pump gel from the underground reservoirs to the other parts of the facility. They are easy to make, and can add atmosphere and character to a map when used correctly. The prefab contains the set of pipes, along with corresponding sounds, and is incredibly useful if you want to implement a pump in a map of your own.
 
Gel pumps are easy to make, and can add atmosphere and character to a map when used correctly.
 
You can find a prefab here:  [[http://forums.steampowered.com/forums/showthread.php?t=1920931]] <br>
It contains the set of pipes, along with corresponding sounds, and is incredibly useful if you want to implement a pump in a map of your own.
 


=== Construction ===
=== Construction ===
[[File:Pumpstation_prefab.jpg|thumb|right|300px]]


Gel pumps can be made using the following props:  
Gel pumps can be made using the following props:  


Place this where you want it:models/props_underground/pump_station.mdl (this is the pump)
* '''models/props_underground/pump_station.mdl''' (this is the pump)
 
* '''models/props_underground/paint_distillery_tank.mdl''' (this is the tank on the side of the pump)
Place this prop on the side of the pump: models/props_underground/paint_distillery_tank.mdl (this is the tank on the side of the pump)
 
Place a bent pipe on the otherside of the pump and a straight pipe on the top of the pump and you will get something like this: http://steamcommunity.com/id/commander_D/screenshot/540644195468243489/?tab=all.


Place a bent pipe on the other side of the pump and a straight pipe on the top of the pump and you will get something like the image on the right. The pipes are props and most of them are called 'tube_paint'. There are many different pipes with different [[LOD]] settings. Place them in your map and rotate them and move them so they are connected to whatever you want it to lead to. One good example of a pump station is the last pump station in the underground area.


Here's a movie: http://www.youtube.com/watch?v=MWi5028qsK8
If you have pipes with an "Gel Flow" arrow on it, you can set its color using the Color property of the prop_static.


Pipes are props and most of them are called paint_tube etc...
You may also want to add an ''ambient_generic'' for effect. The sound to use is ''World.DariosTotallyAccurateGelPumpLp'', and make sure the '''is NOT looped''' flag is unchecked.


There are many different pipes with different lod settings.
== Lever for the Gel Pump ==


Place them in your map and rotate them and move them so they are connected to whatever you want it to lead to.
{{todo|Add information about creating the lever to turn the pump on.}}


==Control Room==
[[Category:Prefabs]]
[[Category:Portal_2_Level_Design]]

Latest revision as of 00:22, 7 January 2024

English (en)Русский (ru)中文 (zh)Translate (Translate)

Pump

Gel pumps are very distinctive scenery and are found in the underground sections of Portal 2.
Their purpose is to pump gel from the underground reservoirs to the other parts of the facility. They are easy to make, and can add atmosphere and character to a map when used correctly. The prefab contains the set of pipes, along with corresponding sounds, and is incredibly useful if you want to implement a pump in a map of your own.

Construction

Pumpstation prefab.jpg

Gel pumps can be made using the following props:

  • models/props_underground/pump_station.mdl (this is the pump)
  • models/props_underground/paint_distillery_tank.mdl (this is the tank on the side of the pump)

Place a bent pipe on the other side of the pump and a straight pipe on the top of the pump and you will get something like the image on the right. The pipes are props and most of them are called 'tube_paint'. There are many different pipes with different LOD settings. Place them in your map and rotate them and move them so they are connected to whatever you want it to lead to. One good example of a pump station is the last pump station in the underground area.

If you have pipes with an "Gel Flow" arrow on it, you can set its color using the Color property of the prop_static.

You may also want to add an ambient_generic for effect. The sound to use is World.DariosTotallyAccurateGelPumpLp, and make sure the is NOT looped flag is unchecked.

Lever for the Gel Pump

Todo: Add information about creating the lever to turn the pump on.