Can someone explain how to batch compile to me? <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
You mean how to make a batch file for compiling? You can either download a program that will make the batch file for you (like nemesis' batch compiler), or you can make one yourself.
Why have i not heard anything about ZHLT GUI on these forums <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
Comments
A basic compiling batch file looks like this:
hlcsg.exe -parameter 1 -parameter 2 "yourmap.map"
hlbsp.exe -parameter 1 -parameter 2 "yourmap.map"
hlvis.exe -parameter 1 -parameter 2 "yourmap.map"
hlrad.exe -parameter 1 -parameter 2 "yourmap.map"
I believe that is the order- could somebody double check?
Each of the compiling programs has its unique parameters (like -full for vis), except for a few common ones (like -chart).
just checked. version 7 is out, must dash!