07-24-2003, 05:45 AM
Hi,
I have the following problem whe I try to compile what could be my first ever dod map.
Here it is:
----- BEGIN hlcsg -----
Command line: C:\Sierra\HALF-L~1\DoD\compile\hlcsg.exe C:\Sierra\Half-Life\DoD\maps\cementery
Entering C:\Sierra\Half-Life\DoD\maps\cementery.map
Error: Entity 144, Brush 58: SKY brushes not allowed in entity
Error: Brush type not allowed in entity
Description: The map has a problem which must be fixed
Howto Fix: Check the file ZHLTProblems.html for a detailed explanation of this problem
----- END hlcsg -----
Fact is that I found one explanation for this problem in
(http://www.slackiller.com/tommy14/errors.htm#sprites)
Entity xxx, Brush x: SKY brushes not allowed in entity
Just what it says - you made one or more faces SKY in a brush that was tied to an entity. SKY texture cannot be in an entity. Either change the texture, or return the brush "to world". Do not just delete the brush entity - you will end up with an empty brush error. Use the entity and brush number with a goto to find the problem.
How to solve it, returning it to world and then to func-wall. There were a couple of entiti brushes which had the sky brush by mistake, so I changed then,. ok.
But, I accidently erased one of them. In this case, there is the solution to: EMPTY BRUSH
You made a brush and tied it to an entity, but somehow deleted the brush without deleting the entity. An entity and brush number may be given, but it is still hard to find the problem - and sometimes the wrong brush is shown. The best way to find the problem is to use the goto of the map entity report, and goto each entity of that type. When the goto ends in a nowhere, showing no brush, that is probably the problem entity you can delete. But continue the check just in case there are more.
What is the problem? Well, when I press CONTROL+HIFT+G I CANNOT find the entity 144 (which I pressume was erased by me). So I go to:
Map
Entity Report...
Then I have to look for the entity 144, one by one and it is actually, how could I define it?, a pain in the neck!
Is there a quick way to look for this entity in the report by typing the number or something else?
Thanks in advance
I have the following problem whe I try to compile what could be my first ever dod map.
Here it is:
----- BEGIN hlcsg -----
Command line: C:\Sierra\HALF-L~1\DoD\compile\hlcsg.exe C:\Sierra\Half-Life\DoD\maps\cementery
Entering C:\Sierra\Half-Life\DoD\maps\cementery.map
Error: Entity 144, Brush 58: SKY brushes not allowed in entity
Error: Brush type not allowed in entity
Description: The map has a problem which must be fixed
Howto Fix: Check the file ZHLTProblems.html for a detailed explanation of this problem
----- END hlcsg -----
Fact is that I found one explanation for this problem in
(http://www.slackiller.com/tommy14/errors.htm#sprites)
Entity xxx, Brush x: SKY brushes not allowed in entity
Just what it says - you made one or more faces SKY in a brush that was tied to an entity. SKY texture cannot be in an entity. Either change the texture, or return the brush "to world". Do not just delete the brush entity - you will end up with an empty brush error. Use the entity and brush number with a goto to find the problem.
How to solve it, returning it to world and then to func-wall. There were a couple of entiti brushes which had the sky brush by mistake, so I changed then,. ok.
But, I accidently erased one of them. In this case, there is the solution to: EMPTY BRUSH
You made a brush and tied it to an entity, but somehow deleted the brush without deleting the entity. An entity and brush number may be given, but it is still hard to find the problem - and sometimes the wrong brush is shown. The best way to find the problem is to use the goto of the map entity report, and goto each entity of that type. When the goto ends in a nowhere, showing no brush, that is probably the problem entity you can delete. But continue the check just in case there are more.
What is the problem? Well, when I press CONTROL+HIFT+G I CANNOT find the entity 144 (which I pressume was erased by me). So I go to:
Map
Entity Report...
Then I have to look for the entity 144, one by one and it is actually, how could I define it?, a pain in the neck!
Is there a quick way to look for this entity in the report by typing the number or something else?
Thanks in advance