Talk:Hammer Run Map Expert

From Valve Developer Community
Jump to navigation Jump to search

Default settings for Expert Compile?

Does anyone know what the default settings for Expert are, or how I can reset them? I somehow accidentally deleted them while reinstalling the SDK — the Expert menu only shows a blank "Default" option — and I don't want to mess things up even more. —Yar Kramer 06:18, 23 February 2009 (UTC)

I'm not sure if it differs from game to game, but the Default setting for TF2's Expert Compile (Run Map [Advanced]) is:
- Command Parameter
Boxchk.png
$bsp_exe
-game $gamedir $path\$file
Boxchk.png
$vis_exe
-game $gamedir $path\$file
Boxchk.png
-$light_exe
-game $gamedir $path\$file
Boxchk.png
Copy File
$path\$file.bsp $bspdir\$file.bsp
Boxunchk.png
$game_exe
-allowdebug -game $gamedir +map $file
There's also the options:
  • Fast
  • HDR Full Compile
  • HDR Full Compile -final (slow)
  • Only Entites
  • Run Map in Engine Fullscreen
  • Run Map in Engine Windowed
HTH. --brandished 19:45, 23 February 2009 (UTC)