Portal 2 with Alien Swarm Authoring Tools: Difference between revisions
Jump to navigation
Jump to search
Note:The directories listed below are shortened for brevity. Each directory is assumed to be in your default Steam directory (e.g. C:\Program Files\Steam)
(Brought back some of the English steps by popular demand (two users, but hey, it's still a demand.) Needs finished by someone knowledgeable in this workaround.) |
m (→Tutorial) |
||
Line 24: | Line 24: | ||
##:}</code> | ##:}</code> | ||
##Save and exit. | ##Save and exit. | ||
#Launch the [[Alien Swarm Authoring Tools]] again and select Portal 2 in the "Current Game" drop down box and launch [[Hammer]]. | #Launch the [[Authoring_Tools/SDK_(Alien_Swarm)|Alien Swarm Authoring Tools]] again and select Portal 2 in the "Current Game" drop down box and launch [[Hammer]]. | ||
#:{{note|You should see two "Search Path (GAME)" lines appear in the Messages dialog when Hammer starts:<br />Search Path (GAME): <code>...\steamapps\common\portal 2\portal2</code><br />Search Path (GAME): <code>...\steamapps\common\alien swarm\platform</code>}} | #:{{note|You should see two "Search Path (GAME)" lines appear in the Messages dialog when Hammer starts:<br />Search Path (GAME): <code>...\steamapps\common\portal 2\portal2</code><br />Search Path (GAME): <code>...\steamapps\common\alien swarm\platform</code>}} | ||
#Press F9 to open the ''Run Map'' window, then select Expert. | #Press F9 to open the ''Run Map'' window, then select Expert. |
Revision as of 00:18, 6 March 2012
The Portal 2 Authoring Tools has released, however it is currently in beta. For those who would rather use the Alien Swarm SDK work-around, the instructions are listed below.

Tutorial
- Download, install, and run Alien Swarm SDK.
- Double click Edit Game Configurations
- Under 'Current Game Configuration, click Add
- Under Name in the Edit Configuration window, type Portal 2
- Under Directory, type ...\steamapps\common\portal 2\portal2
- Click OK
- Locate and edit Portal 2's gameinfo.txt file (Default: ...\steamapps\common\portal 2\portal2)
- Scroll to the bottom and look for SearchPaths. Change it to look like:
SearchPaths
- {
- Game |gameinfo_path|.
- "Game" "platform"
}
- Save and exit.
- Scroll to the bottom and look for SearchPaths. Change it to look like:
- Launch the Alien Swarm Authoring Tools again and select Portal 2 in the "Current Game" drop down box and launch Hammer.
Note:You should see two "Search Path (GAME)" lines appear in the Messages dialog when Hammer starts:
Search Path (GAME):...\steamapps\common\portal 2\portal2
Search Path (GAME):...\steamapps\common\alien swarm\platform
- Press F9 to open the Run Map window, then select Expert.
- Change the parameters of $bsp_exe to
-game $gamedir $path\$file
- Change the parameters of $bsp_exe to