help with settings for hlcc

New Member
💻 Oldtimer
Joined
May 15, 2002
Messages
2,675
Best answers
0
my zhlt compiler stopped workin piece of shiznits ;/ i get an error

i have no freakin idea why i'm getting this error now, i have no idea what i did. =\ if anyone could help me find a solution to this, please help me

in the meantime, i downloaded HLCC. i can't find anywhere what my settings should be to compile right. here's two images of my configurations for it. i tried compiling it two times, and it tells me theres an error with the map, it won't even load ;/

 
New Member
💻 Oldtimer
Joined
May 15, 2002
Messages
2,675
Best answers
0
BUMP.. can anyone lend a suggestion, anything =(
 
ESF Head Team Mapper
👑 Administrator
🌠 Staff
✔️ HL Verified
🚂 Steam Linked
🍂 Regular
Joined
Dec 25, 2001
Messages
3,619
Best answers
0
Location
Germany
obviously its an error with your compile guy. use batch (.bat) compiling instead ...
 
New Member
💻 Oldtimer
Joined
May 15, 2002
Messages
2,675
Best answers
0
i tried using HLCC and NEMS BATCH COMPILER. both of them would finish compiling. however when i tried opening the map, steam would close and i would end up back onto desktop. if someone can help me with my settings (i tried following threads and tuts) maybe i can use it :\ can anyone help me out
 
ESF Head Team Mapper
👑 Administrator
🌠 Staff
✔️ HL Verified
🚂 Steam Linked
🍂 Regular
Joined
Dec 25, 2001
Messages
3,619
Best answers
0
Location
Germany
mmkay ...
make a bat fila manually and see it if compiles. then, copy&paste the map into your maps folder. if that wont work .. i have no clue :p
the simplest way: put the .map into the folder where you got your compile tools and make a .bat like this
hlcsg.exe -estimate -hullfile D:\Half-Life\hulls.txt -cliptype precise -texdata 8192 -nowadtextures "D:\Half-Life\my_maps\mapname"
hlbsp.exe -estimate -texdata 8192 -maxnodesize 4096 "D:\Half-Life\my_maps\mapname"
hlvis.exe -estimate -texdata 8192 -full -low "D:\Half-Life\my_maps\mapname"
hlrad.exe -estimate -texdata 8192 -extra -low "D:\Half-Life\my_maps\mapname"
pause
 

Users who are viewing this thread

Top Bottom