Hammer++/Docs/Installation for Other Games
Hammer++ is a powerful mapping tool that solves many issues that the
Valve Hammer Editor introduces, and adds some much needed features that useful to every mapper, however there is no version of Hammer++ that directly supports the
Portal 2 engine branch or
Left 4 Dead engine branch out-of-the-box. Thankfully, there is a way to configure a Hammer++ configuration, using the
Counter-Strike: Global Offensive branch, to use
Portal 2 or
Left 4 Dead 2 assets and entities.
This method and accompanying pictures were taken from this steam guide by the user Erin-Rose-Webs.
Installing Hammer++ for Portal 2

The first is downloading the files needed. Go to the Hammer++ website and navigate to the download section. Download the CS:GO version.

There is also an optional program called Link Shell Extension that can make a process in the future easier, however it is not needed. If you wish to download it, go to this page and download the latest build.
Next, make sure you have CS:GO downloaded on your computer. It is not needed to launch the CS:GO SDK, nor is it needed to ever launch the game, you just need the files on your computer. The next step is actually installing Hammer++ into the CS:GO files. Extract the bin
folder in the archive into the Counter Strike: Global Offensive folder in your steamapps/common
folder. Now, go into the bin
folder and launch Hammer++. Now, we will create a new configuration pointed at the Portal 2 assets. Now, this is where things can get complicated. You will now launch the hammerplusplus.exe
executable. You will get a popup that says that there are no configurations. Make sure to click no, otherwise you will get redirected to another article on this wiki. After clicking no, you will see a screen that is similar to the one seen below, but just completely blank:
Then, copy the information that is seen above into the respective boxes. If your game is in a separate folder than your normal steam directory, you will have to replace $SteamUserDir
with the full file directory. Now click "Ok" to close and save this information. You will get two popups that say how this information will not update until Hammer++ restarts, but they are not important so just click "Ok" on both. With this completed, you are halfway done with configuring Hammer++.
Now, for compiling the map, we need to define the build programs. Go to Tools>Options>Build programs and copy the information below:
After you do this, press "Apply" then press "Ok" to save your changes. Then, close Hammer++. Now, we will have to bring over Portal 2's lighting data into CS:GO. Because Portal 2 had different texlights compared to CS:GO, we need to define portal 2's lights in the CS:GO directory l. Open Portal 2's lights.rad
located in Portal 2/portal2
with any text editor and copy all of its contents. Then, go to CS:GO's lights file and paste Portal 2's contents at the bottom of the file. It should look similar to this (comments not needed):
You have now completed the setup of Hammer++! However if you load a new map you will find that many of your custom models and textures are missing. This is because the program is searching through the CS:GO directory for the necessary files and then it doesn't find them it presents you with a missing model/texture. To fix this, we will need to create symbolic links.
Adding custom content
This is where things can get complicating. You can copy-paste all your custom files, but that can bloat your hard drive more than it needs to. Instead, it can be more space effective to create symbolic links. This is where the Link Shell Extension can help, but it is possible to use command prompt.
First, navigate to Portal 2\portal2\Gameinfo.txt
and add all the Portal_dlcx folders as well as all your custom folders following the format seen below:
We do this because CS:GO's engine, and in turn Hammer++'s engine, do not search automatically for the dlcs folders, so we have to manually list them.
Link Shell Extension
Go to your base Portal 2 directory and Ctrl+Left click all your custom folders and dlcs folders and right click. Select "Choose link source" to start creating links. Then, go to your CS:GO directory and right click an empty space. Hover over "Drop link as" and select "Symbolic Links".
Command Prompt Method
Press the Windows key on your keyboard and type "cmd". Right click "Command Prompt" and click "Run as Administrator". A User Account Control prompt should pop up, press "Ok".

Now, type something similar to this:
mklink /j "C:\Program Files (x86)\Steam\steamapps\common\Counter-Stike Global Offensive\portal2_dlc1" "C:\Program Files (x86)\Steam\steamapps\common\Portal 2\portal2_dlc1"
You will now repeat this process for every custom folder you use, including the dlc folders.
Final Result
After you make links to all the folders, your CS:GO folder should look similar to this, just with all your custom folders instead:
Now to fix the Hammer models, open the Counter-Stike Global Offensive\platform
folder and delete the materials
and Models
folder and replace them with Symbolic Links to their respective folders in the Portal 2\platform
folder. It should look similar to this:
After you do this, open Hammer++ again. Now, you should be set! To get a list of all new features, try checking out the Hammer++ website and its page on this wiki. For general Hammer assistance, check out this article.
External Links
Original guide: Installing Hammer++ For Portal 2 Hammer++ Website: Hammer++