05-17-2003, 07:02 PM
hlbsp v2.5.3 rel Custom Build 1.7 (Dec 9 2002)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlbsp -----
Command line: hlbsp -estimate
Error: Can't open .p0
----- END hlbsp -----
hlvis v2.5.3 rel Custom Build 1.7 (Dec 9 2002)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlvis -----
Command line: hlvis -estimate -full
>> There was a problem compiling the map.
>> Check the file .log for the cause.
----- END hlvis -----
hlrad v2.5.3 rel Custom Build 1.7 (Dec 9 2002)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlrad -----
Command line: hlrad -estimate -extra -smooth 30 -bounce 4
>> There was a problem compiling the map.
>> Check the file .log for the cause.
----- END hlrad -----
I got this error message after double clickin the error message.
@echo off
hlcsg -estimate -wadinclude halflife.wad -wadinclude classic_kleineh_dod.wad -wadinclude dodforum.wad -wadinclude hk_rbl_2.wad -wadinclude raate.wad -wadinclude xerent.wad"%1"
hlbsp -estimate "%1"
hlvis -estimate -full "%1"
hlrad -estimate -extra -smooth 30 -bounce 4 "%1"
copy firstmap.bsp e:\games\hl\dod\maps\firstmap.bsp
copy firstmap.pts e:\games\hl\dod\maps\firstmap.pts
del *.max
del *.p0
del *.p1
del *.p2
del *.p3
del *.lin
del *.wic
del *.prt
del *.pts
That is my batch file, can someone tell me whats going wrong?
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlbsp -----
Command line: hlbsp -estimate
Error: Can't open .p0
----- END hlbsp -----
hlvis v2.5.3 rel Custom Build 1.7 (Dec 9 2002)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlvis -----
Command line: hlvis -estimate -full
>> There was a problem compiling the map.
>> Check the file .log for the cause.
----- END hlvis -----
hlrad v2.5.3 rel Custom Build 1.7 (Dec 9 2002)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlrad -----
Command line: hlrad -estimate -extra -smooth 30 -bounce 4
>> There was a problem compiling the map.
>> Check the file .log for the cause.
----- END hlrad -----
I got this error message after double clickin the error message.
@echo off
hlcsg -estimate -wadinclude halflife.wad -wadinclude classic_kleineh_dod.wad -wadinclude dodforum.wad -wadinclude hk_rbl_2.wad -wadinclude raate.wad -wadinclude xerent.wad"%1"
hlbsp -estimate "%1"
hlvis -estimate -full "%1"
hlrad -estimate -extra -smooth 30 -bounce 4 "%1"
copy firstmap.bsp e:\games\hl\dod\maps\firstmap.bsp
copy firstmap.pts e:\games\hl\dod\maps\firstmap.pts
del *.max
del *.p0
del *.p1
del *.p2
del *.p3
del *.lin
del *.wic
del *.prt
del *.pts
That is my batch file, can someone tell me whats going wrong?