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...)
 
m (Nesciuse moved page Talk:Multipage Base Pages Temp Storage/Hammer Run Map Expert to Talk:Hammer Run Map Expert without leaving a redirect: Moving back to proper place)
 
(4 intermediate revisions by 3 users not shown)
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 setting for TF2's Expert Compile (Run Map <nowiki>[Advanced]</nowiki>) is:
::{| {{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)
Thanks, I'd mostly worked it out myself. ... although it would have been slightly more useful to have the settings for ''all'' of those options, but I figured them out on my own. &mdash;[[User:Yar Kramer|Yar Kramer]] 20:37, 23 February 2009 (UTC)

Latest revision as of 17:09, 15 July 2024

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)

Thanks, I'd mostly worked it out myself. ... although it would have been slightly more useful to have the settings for all of those options, but I figured them out on my own. —Yar Kramer 20:37, 23 February 2009 (UTC)