Ah great. Any way to do it without Hammer open?

From: "Tim Baker" <[EMAIL PROTECTED]>
>I just tried it with a BAT file and it seems to work.
> In Hammer do F9 > Edit > New to create a new
> configuration. Then add a new command:
> Command: cmd.exe /c
> Parameters: "C:\Programming\heart of evil source\compile_newer.bat"
>
> ====================================
> set USER=tnbaker
> set MOD=hoe
>
> set SDKBIN="C:\Program
> Files\Steam\SteamApps\%USER%\sourcesdk\bin\orangebox\bin"
> set GAME="C:\Program Files\Steam\SteamApps\SourceMods\%MOD%"
> set SRC="C:\Programming\heart of evil source"
>
> set BSP="C:\Program
> Files\Steam\SteamApps\%USER%\sourcesdk\bin\orangebox\bin\vbsp.exe"
> set VIS="C:\Program
> Files\Steam\SteamApps\%USER%\sourcesdk\bin\orangebox\bin\vvis.exe"
> set RAD="C:\Program
> Files\Steam\SteamApps\%USER%\sourcesdk\bin\orangebox\bin\vrad.exe"
>
> set MAP=YOURMAPNAME
> %BSP% -game %GAME% %SRC%\mapsrc\%MAP%.vmf
> %VIS% -game %GAME% %SRC%\mapsrc\%MAP%.vmf
> %RAD% -game %GAME% %SRC%\mapsrc\%MAP%.vmf
> COPY %SRC%\mapsrc\%MAP%.bsp %GAME%\maps\%MAP%.bsp
>
> set MAP=YOURMAPNAME
> %BSP% -game %GAME% %SRC%\mapsrc\%MAP%.vmf
> %VIS% -game %GAME% %SRC%\mapsrc\%MAP%.vmf
> %RAD% -game %GAME% %SRC%\mapsrc\%MAP%.vmf
> COPY %SRC%\mapsrc\%MAP%.bsp %GAME%\maps\%MAP%.bsp
> =========================================
>
> --------------------------------------------------
> From: "Jonas 'Sortie' Termansen"
>
>> Nope. DOS Batch compiles doesn't work for some mysterious reason, only
>> works
>> when run from inside Hammer. Sadly Hammer eats a lot of memory and
>> generally
>> just slows down the compiles.
>>
>> But I'd love some details on how you're doing it
>>
>> From: "Tim Baker" <[EMAIL PROTECTED]>
>>> You run the batch file from *within* Hammer. I use the Tcl scripting
>>> language
>>> to batch compile Heart of Evil Source maps.  You're saying DOS batch
>>> files don' t work though?
>>>
>>> -- Tim Baker
>
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, 
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
> 


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to