Strange Map Compile Problem

Status
Not open for further replies.
New Member
💻 Oldtimer
Joined
Sep 8, 2002
Messages
2,278
Best answers
0
Location
Earth
wewt, gotta new r0x0ring comp, I can compile uber fast now (instead of 1 week, it takes 20min :p )

Anyways, I went to compile my map and...

C:\ZHLT>hlcsg.exe -hullfile hulls_esf.txt -nowadtextures "C:\SIERRA\Half-Life\MA
PPING\ESF_NeoTournament_v1" -wadautodetect -estimate -h
Program too big to fit in memory

C:\ZHLT>hlbsp.exe -estimate "C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1"
hlbsp v2.5.3 rel Custom Build 1.6.1 (Jul 15 2002)
Zoner's Half-Life Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to ([email protected])
----- BEGIN hlbsp -----
Command line: C:\ZHLT\HLBSP.EXE -estimate C:\SIERRA\Half-Life\MAPPING\ESF_NeoTou
rnament_v1
Error: Can't open C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1.p0

----- END hlbsp -----




C:\ZHLT>hlvis.exe -estimate -full "C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournamen
t_v1"
hlvis v2.5.3 rel Custom Build 1.6 (Jun 3 2002)
Zoner's Half-Life Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to ([email protected])
----- BEGIN hlvis -----
Command line: C:\ZHLT\HLVIS.EXE -estimate -full C:\SIERRA\Half-Life\MAPPING\ESF_
NeoTournament_v1
>> There was a problem compiling the map.
>> Check the file C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1.log for the c
ause.

----- END hlvis -----

C:\ZHLT>hlrad.exe -lights "C:\ZHLT\lights.rad" -extra -smooth -estimate "C:\SIE
RRA\Half-Life\MAPPING\ESF_NeoTournament_v1"

C:\ZHLT>COPY "C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1.bsp" "C:\SIERRA\H
alf-Life\ESF\maps"
Too many parameters
 
ESF Head Team Mapper
👑 Administrator
🌠 Staff
✔️ HL Verified
🚂 Steam Linked
🍂 Regular
Joined
Dec 25, 2001
Messages
3,619
Best answers
0
Location
Germany
thats quite weird... "Program too big to fit in memory" .. no idea how to fix that :(
 

Bolteh2

B
Guest
ehm, imho i think it has sumthing to do with too many wads

if not, try using as few programs during hammer or try running with batch compiler
 
New Member
💻 Oldtimer
Joined
Sep 8, 2002
Messages
2,278
Best answers
0
Location
Earth
I do use batch compiler, I've compiled a map using more wads before (and it worked), and I run NO other progs while compiling.

[EDIT]
hlbsp v2.5.3 rel Custom Build 1.6.1 (Jul 15 2002)
Zoner's Half-Life Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to ([email protected])
----- BEGIN hlbsp -----
Command line: C:\ZHLT\HLBSP.EXE -estimate C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1
Error: Can't open C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1.p0


----- END hlbsp -----



hlvis v2.5.3 rel Custom Build 1.6 (Jun 3 2002)
Zoner's Half-Life Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to ([email protected])
----- BEGIN hlvis -----
Command line: C:\ZHLT\HLVIS.EXE -estimate -full C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1
>> There was a problem compiling the map.
>> Check the file C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1.log for the cause.

----- END hlvis -----



hlbsp v2.5.3 rel Custom Build 1.6.1 (Jul 15 2002)
Zoner's Half-Life Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to ([email protected])
----- BEGIN hlbsp -----
Command line: C:\ZHLT\HLBSP.EXE -estimate C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1
>> There was a problem compiling the map.
>> Check the file C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1.log for the cause.

----- END hlbsp -----



hlvis v2.5.3 rel Custom Build 1.6 (Jun 3 2002)
Zoner's Half-Life Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to ([email protected])
----- BEGIN hlvis -----
Command line: C:\ZHLT\HLVIS.EXE -estimate -full C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1
>> There was a problem compiling the map.
>> Check the file C:\SIERRA\Half-Life\MAPPING\ESF_NeoTournament_v1.log for the cause.

----- END hlvis -----
[/EDIT]
 
New Member
Joined
Apr 19, 2003
Messages
402
Best answers
0
Try and reinstall your compile files again
 
New Member
💻 Oldtimer
Joined
Sep 8, 2002
Messages
2,278
Best answers
0
Location
Earth
Ooh, okay, that's not a bad idea. Since I copied the ZHLT stuff from my old hard drive without any installing.


By the way, this is how my batch file is setup.

Code:
hlcsg.exe -hullfile hulls_esf.txt -nowadtextures "C:\Sierra\Half-Life\MAPPING\ESF_NeoTournament_v1" -wadautodetect -estimate -high %1
hlbsp.exe -estimate -high %1 "C:\Sierra\Half-Life\MAPPING\ESF_NeoTournament_v1"
hlvis.exe -estimate -high -full %1 "C:\Sierra\Half-Life\MAPPING\ESF_NeoTournament_v1"
hlrad.exe -lights "C:\ZHLT\lights.rad" -high -extra -smooth -estimate %1 "C:\Sierra\Half-Life\MAPPING\ESF_NeoTournament_v1"
 
ESF Head Team Mapper
👑 Administrator
🌠 Staff
✔️ HL Verified
🚂 Steam Linked
🍂 Regular
Joined
Dec 25, 2001
Messages
3,619
Best answers
0
Location
Germany
perhaps you need any special dll files .. i use a custom build by xp cagey of merls zhlt custom build ... it requires a special dll to work...
 
New Member
💻 Oldtimer
Joined
Sep 8, 2002
Messages
2,278
Best answers
0
Location
Earth
Well, I got it to compile correctly now, I am now dealing with a NORMAL problem. ^_^
 
New Member
💻 Oldtimer
Joined
Sep 8, 2002
Messages
2,278
Best answers
0
Location
Earth
Umm no. I wish people would stop asking that. Also, this isn't the proper thread.
<center>
*CLOSED*
</center>
 
Status
Not open for further replies.

Users who are viewing this thread

Top Bottom