Problems on world craft
Titan
Join Date: 2002-06-29 Member: 844Members
hello all
im just busy cr8ing my first ever CS *boo* *hiss* calm down calm down , i know some of u dont like cs *boo* *hiss* but i just thought id try that out first.
i find a really good tutorial <a href="http://countermap.counter-strike.net/Tutorials/tutorial.php?id=50#" target="_blank">CS MAPs</a> this is it if u want the link , i get right to the end of the tutorial and when i click Go, and it starts to compile and then it just stops, i have included some pics in the small document i have added (sorry bout that didnt know how to put them as images sad i know ) anyway i just hope some of u can help me, and always any help WILL be appreciated.
oops ive forgot how to add documents , damn im stupid <!--emo&:p--><img src="http://www.natural-selection.org/iB_html/non-cgi/emoticons/tounge.gif" border="0" valign="absmiddle" alt=':p'><!--endemo-->
im just busy cr8ing my first ever CS *boo* *hiss* calm down calm down , i know some of u dont like cs *boo* *hiss* but i just thought id try that out first.
i find a really good tutorial <a href="http://countermap.counter-strike.net/Tutorials/tutorial.php?id=50#" target="_blank">CS MAPs</a> this is it if u want the link , i get right to the end of the tutorial and when i click Go, and it starts to compile and then it just stops, i have included some pics in the small document i have added (sorry bout that didnt know how to put them as images sad i know ) anyway i just hope some of u can help me, and always any help WILL be appreciated.
oops ive forgot how to add documents , damn im stupid <!--emo&:p--><img src="http://www.natural-selection.org/iB_html/non-cgi/emoticons/tounge.gif" border="0" valign="absmiddle" alt=':p'><!--endemo-->
Comments
hlbsp -estimate imp01.map
hlvis -estimate -fast imp01.map
hlrad -estimate imp01.map
del c:\maps\nstr\*.max
del c:\maps\nstr\*.p0
del c:\maps\nstr\*.p1
del c:\maps\nstr\*.p2
del c:\maps\nstr\*.p3
del c:\maps\nstr\*.lin
del c:\maps\nstr\*.prt
del c:\maps\nstr\*.pts
that is an example of a batch file for compiling. Replace the imp01.map part with ur own exported .map and also change the paths on the "del" lines to whichever folder you are running your compile on. I also put the compile tools (hlbsp, hlcsg, hlrad, hlvis) in the same folder as my batch file so the path for that is just "hlbsp" etc. To create a batch file, you take all those lines above and copy them to notepad, then go to save as, select "all files" instead of "txt files" and save as "compile.bat" WITH the quotation marks-->""
<a href="http://countermap.counter-strike.net/Tutorials/tutorial.php?id=3" target="_blank">GO HERE</a> for the batch compile tutorial. they explain it better than I did.