Brush problem, ARG >=( Created 19 years ago2004-10-03 17:10:41 UTC by moo22 moo22

Created 19 years ago2004-10-03 17:10:41 UTC by moo22 moo22

Posted 19 years ago2004-10-03 17:10:41 UTC Post #63917
ok heres my problem

** Executing...
** Command: Change Directory
** Parameters: "C:Program FilesValveSteamSteamAppsking_moocoun
ter-strike"

** Executing...
** Command: C:PROGRA~1VALVEH~1toolshlcsg.exe
** Parameters: "c:program filesvalve hammer editormapsmike"

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: C:PROGRA~1VALVEH~1toolshlcsg.exe "c:program filesvalve hammer editormapsmike"
Entering c:program filesvalve hammer editormapsmike.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:
20%...40%...50%...Error: Entity 0, Brush 28: outside world(+/-4096): (1019,10000,-10000)(1024,384,195)
Error: brush outside world
Description: The map has a problem which must be fixed
Howto Fix: Check the file ZHLTProblems.html for a detailed explanation of this problem

Error: Entity 0, Brush 28: outside world(+/-4096): (1019,10000,-10000)(1024,384,195)
Error: Entity 0, Brush 28: outside world(+/-4096): (1003,10016,-10036)(1040,400,231)
Error: Entity 0, Brush 28: outside world(+/-4096): (1003,10016,-10036)(1040,400,231)
Error: Entity 0, Brush 28: outside world(+/-4096): (987,10032,-10032)(1056,416,227)
Error: Entity 0, Brush 28: outside world(+/-4096): (987,10032,-10032)(1056,416,227)
Error: Entity 0, Brush 28: outside world(+/-4096): (1003,10016,-10018)(1040,400,213)
Error: Entity 0, Brush 28: outside world(+/-4096): (1003,10016,-10018)(1040,400,213)
70%...90%... (0.09 seconds)

--- END hlcsg ---

** Executing...
** Command: C:PROGRA~1VALVEH~1toolshlbsp.exe
** Parameters: "c:program filesvalve hammer editormapsmike"

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: C:PROGRA~1VALVEH~1toolshlbsp.exe "c:program filesvalve hammer editormapsmike"
>> There was a problem compiling the map.
>> Check the file c:program filesvalve hammer editormapsmike.log for the cause.

--- END hlbsp ---

** Executing...
** Command: C:PROGRA~1VALVEH~1toolshlvis.exe
** Parameters: "c:program filesvalve hammer editormapsmike"

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: C:PROGRA~1VALVEH~1toolshlvis.exe "c:program filesvalve hammer editormapsmike"
>> There was a problem compiling the map.
>> Check the file c:program filesvalve hammer editormapsmike.log for the cause.

--- END hlvis ---

** Executing...
** Command: C:PROGRA~1VALVEH~1toolshlrad.exe
** Parameters: "c:program filesvalve hammer editormapsmike"

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: C:PROGRA~1VALVEH~1toolshlrad.exe "c:program filesvalve hammer editormapsmike"
>> There was a problem compiling the map.
>> Check the file c:program filesvalve hammer editormapsmike.log for the cause.

--- END hlrad ---

** Executing...
** Command: Copy File
** Parameters: "c:program filesvalve hammer editormapsmike.bsp" "C:Program FilesValveSteamSteamAppsking_moocoun
ter-strikecstrikemapsmike.bsp"

The command failed. Windows reported the error:
"The system cannot find the file specified."

now if i delete that brush it will compile but when it loads cs it craps out =/ please help me, thanks
Posted 19 years ago2004-10-03 17:12:12 UTC Post #63918
Tommy. Tommy? Tommy!
http://www.slackiller.com/tommy14/errors.htm

Tommy sez:
brush 'outside world'
Example:
Entity 10, Brush 0: outside world(+/-4096): (9000, -64, 216)(9000,23,283)

There are a few cases that create the 'outside world' error. The first is an damaged brush, almost always created by a vertex manipulation gone wrong. The coordinates listed in the error are very important in diagnosing the error. If any of the coordinates are -9000 or 9000, then the brush is damaged, and most likely needs replacing completely. The second most common case is actually having a brush near or outside the edge of the allowable region for the world. The brushes are expanded slightly for some of the calculations during a compile, so brushes near the edge within 64 units will cause the error too. The cordon tool creates brushes automatically to box in the cordon region, and their brushes can sometimes be quite large, and also extend outside the world. This can be verified by opening up the .map created by an export with cordon enabled, and looking to see what brushes it made.
Posted 19 years ago2004-10-03 17:13:03 UTC Post #63919
rush 'outside world'
Example:
Entity 10, Brush 0: outside world(+/-4096): (9000, -64, 216)(9000,23,283)

There are a few cases that create the 'outside world' error. The first is an damaged brush, almost always created by a vertex manipulation gone wrong. The coordinates listed in the error are very important in diagnosing the error. If any of the coordinates are -9000 or 9000, then the brush is damaged, and most likely needs replacing completely. The second most common case is actually having a brush near or outside the edge of the allowable region for the world. The brushes are expanded slightly for some of the calculations during a compile, so brushes near the edge within 64 units will cause the error too. The cordon tool creates brushes automatically to box in the cordon region, and their brushes can sometimes be quite large, and also extend outside the world. This can be verified by opening up the .map created by an export with cordon enabled, and looking to see what brushes it made.
as quoted from http://www.slackiller.com/tommy14/errors.htm
Posted 19 years ago2004-10-03 17:17:50 UTC Post #63925
Ministeve: dick
Posted 19 years ago2004-10-03 17:18:55 UTC Post #63926
ack! we couldnt've been more than a few seconds apart.
Posted 19 years ago2004-10-03 17:21:12 UTC Post #63927
lol thanks guys
Posted 19 years ago2004-10-04 02:04:35 UTC Post #63963
it was a minute.
Posted 19 years ago2004-10-04 11:38:24 UTC Post #64011
may have been a few seconds 17:12:59 vs 17:13:01
Posted 19 years ago2004-10-04 12:37:08 UTC Post #64016
:
Habboi HabboiSticky White Love Glue
Posted 19 years ago2004-10-04 15:17:11 UTC Post #64063
its entirley possible that when zl posted it was a few econds before the end of 22:12, and when i posted it was a few seconds after 22:13
You must be logged in to post a response.