Please Help! .err question!

Please Help! .err question!

Hammer Mapping — Page [1]
puffdaddy
2007 Jun 22 • 1
7 ₧
I just made my first map today, nothing special, just ground and a crate to see if it worked and im doing it right. When I compile, an err file is created. It reads:

hlvis: Error: Portal file 'startingproject.prt' does not exist, cannot vis the map

startingproject, is of course the name of my map.

Please Help! What do I do?



=EDIT=

Here is my log as well.

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 startingproject
Entering startingproject.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 [ on ] [ 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: \program files\valve\steam\steamapps\bigred566\condition zero\czero\maps\sflo1.wad
- Warning: Larger than expected texture (306812 bytes): 'TIGLA1'
- Contains 2 used textures, 100.00 percent of map (54 textures in wad)

Texture usage is at 0.11 mb (of 4.00 mb MAX)
0.06 seconds elapsed

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



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 startingproject

Current hlbsp 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 ]
nofill [ off ] [ off ]
null tex. stripping [ on ] [ on ]
notjunc [ off ] [ off ]
subdivide size [ 240 ] [ 240 ] (Min 64) (Max 512)
max node size [ 1024 ] [ 1024 ] (Min 64) (Max 4096)


Warning: No entities exist in hull 0, no filling performed for this hull
Warning: No entities exist in hull 1, no filling performed for this hull
Warning: No entities exist in hull 2, no filling performed for this hull
Warning: No entities exist in hull 3, no filling performed for this hull
0.08 seconds elapsed

----- 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 startingproject
Error: Portal file 'startingproject.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 startingproject
>> There was a problem compiling the map.
>> Check the file startingproject.log for the cause.

----- END hlrad -----



 
 
 
2007 Jun 22 at 12:55 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
This part:

Warning: No entities exist in hull 0, no filling performed for this hull
Warning: No entities exist in hull 1, no filling performed for this hull
Warning: No entities exist in hull 2, no filling performed for this hull
Warning: No entities exist in hull 3, no filling performed for this hull
0.08 seconds elapsed

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


BSP says you have no entities in your map (lights, player_starts). Add some?
 
 
 
2007 Jun 22 at 16:31 PDT
Page [1]