CS map compiling error

CS map compiling error

Hammer Mapping — Page [1]
crapatflash
2009 Jul 21 • 2
When i compile a map it says the prt file is missing. this is the message i get in the log file...

Quote:
hlcsg 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 hlcsg -----
Command line: hlcsg -nowadtextures testmapA
Entering testmapA.map

Current hlcsg Settings
Name | Setting | Default
---------------------|-----------|-------------------------
threads [ 1 ] [ Varies ]
verbose [ off ] [ off ]
log [ on ] [ on ]
developer [ 0 ] [ 0 ]
chart [ off ] [ off ]
estimate [ off ] [ off ]
max texture memory [ 4194304 ] [ 4194304 ]
priority [ Normal ] [ Normal ]

noclip [ off ] [ off ]
null texture stripping[ on ] [ on ]
clipnode economy mode [ on ] [ on ]
onlyents [ off ] [ off ]
wadtextures [ off ] [ on ]
skyclip [ on ] [ on ]
hullfile [ None ] [ None ]
min surface area [ 0.500 ] [ 0.500 ]
brush union threshold [ 0.000 ] [ 0.000 ]

Using mapfile wad configuration
Wadinclude list :
[zhlt.wad]

0 brushes (totalling 0 sides) discarded from clipping hulls
CreateBrush:
(0.00 seconds)
SetModelCenters:
(0.00 seconds)
CSGBrush:
(0.02 seconds)

Using Wadfile: \documents and settings\don\desktop\cstrike.wad
- Contains 2 used textures, 100.00 percent of map (123 textures in wad)

added 1 additional animating textures.
Texture usage is at 0.06 mb (of 4.00 mb MAX)
0.05 seconds elapsed

----- END hlcsg -----

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 testmapA
Error: Portal file 'testmapA.prt' does not exist, cannot vis the map


----- 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 testmapA
>> There was a problem compiling the map.
>> Check the file testmapA.log for the cause.

----- END hlrad -----
 
 
 
2009 Jul 21 at 00:53 PDT
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
Post the contents of your .bat file, you're not running hlbsp.
...and that's the bottom line because Mate de Vita said so.
 
 
 
2009 Jul 21 at 02:40 PDT
crapatflash
2009 Jul 21 • 2
Quote:
@echo off
hlcsg -nowadtextures testmapA
hlvis testmapA
hlrad testmapA
copy testmapA.bsp "C:\Program Files\Steam\steamapps\common\Counter-Strike 1.6\cstrike\maps"
pause
"C:\Program Files\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map testmapA
 
 
 
2009 Jul 21 at 03:31 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
Like MdV said you're not running hlbsp, add this line to your batch file. It goes in after hlcsg I think.

@echo off
hlcsg -nowadtextures testmapA
hlbsp testmapA
hlvis testmapA
hlrad testmapA
copy testmapA.bsp "C:\Program Files\Steam\steamapps\common\Counter-Strike 1.6\cstrike\maps"
pause
"C:\Program Files\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map testmapA


Something a little like that.
 
 
 
2009 Jul 21 at 05:19 PDT — Ed. 2009 Jul 21 at 05:21 PDT
EMO_with_AWP

2008 Mar 23 • 192
crapatflash said:
Quote:
@echo off
hlcsg -nowadtextures testmapA
hlvis testmapA
hlrad testmapA
copy testmapA.bsp "C:\Program Files\Steam\steamapps\common\Counter-Strike 1.6\cstrike\maps"
pause
"C:\Program Files\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map testmapA


why would u remove the hlbsp line?
 
 
 
2009 Jul 21 at 12:02 PDT
Page [1]