Talk:Hammer Run Map Expert: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(New page: 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 blan...)
 
No edit summary
Line 1: Line 1:
== 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''. —[[User:Yar Kramer|Yar Kramer]] 06:18, 23 February 2009 (UTC)
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''. —[[User:Yar Kramer|Yar Kramer]] 06:18, 23 February 2009 (UTC)
: I'm not sure if it differs from game to game, but the default settings for TF2's Expert Compile (Run Map <nowiki>[Advanced]</nowiki>) are:
::{| {{standard-table}}
! -
! Command
! Parameter
|-
| [[Image:Boxchk.png]]
| <pre><nowiki>$bsp_exe</nowiki></pre>
| <pre><nowiki>-game $gamedir $path\$file</nowiki></pre>
|-
| [[Image:Boxchk.png]]
| <pre><nowiki>$vis_exe</nowiki></pre>
| <pre><nowiki>-game $gamedir $path\$file</nowiki></pre>
|-
| [[Image:Boxchk.png]]
| <pre><nowiki>-$light_exe</nowiki></pre>
| <pre><nowiki>-game $gamedir $path\$file</nowiki></pre>
|-
| [[Image:Boxchk.png]]
| <pre><nowiki>Copy File</nowiki></pre>
| <pre><nowiki>$path\$file.bsp $bspdir\$file.bsp</nowiki></pre>
|-
| [[Image:Boxunchk.png]]
| <pre><nowiki>$game_exe</nowiki></pre>
| <pre><nowiki>-allowdebug -game $gamedir +map $file</nowiki></pre>
|}
: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. --[[User:Brandished|brandished]] 19:45, 23 February 2009 (UTC)

Revision as of 12:45, 23 February 2009

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 settings for TF2's Expert Compile (Run Map [Advanced]) are:
- 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)