In this tutorial I'll try to show you how to make Portal 2 maps.
Things you'll need:
- Portal 2 (duh)
- Alien Swarm SDK
- GCFScape (or any tool that can extract VPKs)
- Patience
First of all you'd like to extract your portal 2 materials/models to your alien swarm directory.
To do that, just open the pak01_dir.vpk file which is located in your portal 2 directory (steamapps\common\portal 2\portal2) and extract the materials and models folders to your alien swarm directory (steamapps\common\alien swarm\swarm).
After the extraction is complete you will need to "fix" the models so that hammer can load the properly.
To do that just save the following text in a batch file (.bat), place it in your swarm/models directory and run it.
After this step is done you're ready to create Portal 2 maps.Code:FOR /R %%a IN ("*.dx80.vtx") DO del "%%a" FOR /R %%a IN ("*.dx90.vtx") DO del "%%a" FOR /R %%a IN ("*.sw.vtx") DO del "%%a" FOR /R %%a IN ("*.vtx") DO copy "%%a" "%%~dpa%%~na.dx80.vtx" FOR /R %%a IN ("*.vtx") DO copy "%%a" "%%~dpa%%~na.dx90.vtx" FOR /R %%a IN ("*.vtx") DO copy "%%a" "%%~dpa%%~na.sw.vtx" FOR /R %%a IN ("*.dx80.dx90.sw.vtx") DO del "%%a" FOR /R %%a IN ("*.dx80.dx90.vtx") DO del "%%a" FOR /R %%a IN ("*.dx80.sw.vtx") DO del "%%a" FOR /R %%a IN ("*.dx90.sw.vtx") DO del "%%a"
Just launch Hammer through the Alien Swarm SDK and create a map.
Also, remember to follow these instructions, otherwise the map won't compile.
After you've compiled the map just copy it to your portal2/maps directory and launch it through the in-game console.
You can find a FGD with several entities here (Cheers to DeanWinchester).
Here are some interesting entities:
You can find a coop map I made here and it's source here.Code:prop_tractor_beam prop_wall_projector env_portal_laser prop_floor_button info_coop_spawn
I hope this helps.
Credits:
- Whoever made that model renaming script
- The guy who made BSPSource
- Valve
PS: You can find interesting stuff by decompiling existing p2 maps (you will need to fix the endings of the VMFs in order to load them in Hammer).

Register
Events
Popular
More
Post #1








x 53
x 9
x 2
x 2
x 1
Funny x 31

Dumb x 1
Agree x 59

Artistic x 1
Optimistic x 1