Launching tools directly

From Valve Developer Community
Revision as of 16:00, 17 November 2022 by Boxden777 (talk | contribs)
Jump to navigation Jump to search
English (en)Русский (ru)中文 (zh)Translate (Translate)

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.