BSP Runner runs BSP files. Pass a mod path or a map file contained within, and it will launch that game/mod (and if passed a map, run that map.)
Launched normally, there is a
Start tab where you can select a game or mod, a map, command line or console command options, and then launch into the game/mod.
If Steam isn't running, it can launch it for you. If the game is already running, it can help relaunch the game or pass you the commands. Never have those pesky errors stop you dead in your tracks again.
Use it as a launcher in Hammer/JACK's compile step.
- For Expert compile mode, Hammer/JACK doesn't have a way to specify a game/mod name to launch anything in. There is only Game Executable in Game Configurations which you can pass
-game modname
to. However, you have access to $moddir
, and BSP Runner is specifically built to use that argument to get get the correct -game modname
value to run hl.exe with. This way you can keep Game Executable pointing to hl.exe in case you need it.
- For Normal compile mode, you can replace hl.exe in Game Executable with BSP Runner (adding
-game modname
for the corresponding profile.) If nothing else, running BSP Runner instead of hl.exe ensures Steam is running and allows you to relaunch an already running game instead of getting an error as aforementioned.
Please read the README on how to install the program.
For features list, LICENSE, CHANGELOG; see the
About tab inside the program.
- Svencoop support out of the box
- Shows you the start location, and you can change it by dragging game/mod folder or bsp file within onto the window
- Filter addon and/or downloaded maps
- A few more start options added
- A few bugs fixed + a few more in 1.1.1