User:Mattshu/sandbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (lol. wow. turns out I was running Alien Swarm SDK with the Alien Swarm game selected instead of Portal 2. No wonder those entities weren't showing up. Re-written and facepalming for stupidity.)
m (blanked)
Line 1: Line 1:
{{wrongtitle|Creating a laser}}
{{wrongtitle|<insert here>}}


{{portal2}} This tutorial will walk you through the basics of adding a laser beam with relays and a catcher to your Portal 2 map.
{{portal2}} This tutorial will walk you through the basics of <insert here> to your Portal 2 map.
 
{{todo|Add pictures}}
 
{{note|This tutorial is currently using [http://www.moddb.com/games/portal-2/tutorials/getting-setup-for-portal-2-mapping an alternate method] to create Portal 2 maps. This might need updated once the official SDK is released.}}
 
= Creating the beam =
 
First you'll need to create the base for the laser. If you're attaching the laser to the wall, you'll need a ''64 x 64 x 32'' space in the wall.
 
Then create an '''env_portal_laser''' entity.
 
= Creating the relay =
 
This also requires a ''64 x 64 x 32'' hole.
 
Create a '''prop_laser_relay''' entity.
 
= Creating the catcher =
 
Once again, create the standard ''64 x 64 x 32'' hole in your wall.
 
Create a '''prop_laser_catcher''' entity.

Revision as of 11:52, 26 April 2011

Template:Wrongtitle

Portal 2 This tutorial will walk you through the basics of <insert here> to your Portal 2 map.