Launching tools directly

From Valve Developer Community
Jump to: navigation, search
English (en)
Edit

Most SDK tools, including Hammer and its compilers, HLMV, and Faceposer do not work properly when run by double clicking on them as an EXE. A quick way to solve this issue is to create a shortcut or a batch file that runs the EXE with the parameter -game ../yourmod. Depending on the game, -nop4 may also be required to prevent crashes.

Furthermore, since the Source 2013 and with the Source SDK Base 2013, the Source SDK launcher no longer works. In order to launch these tools for that branch, double click on the .BAT file on the (game directory)\bin folder instead.