Portalnum greater than numareaportals: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(I got this error, and documented it. :D)
 
No edit summary
Line 3: Line 3:


== How to fix ==
== How to fix ==
It can be fixed by using the ''Auto vis''' and hiding all non solid geometry, except '''areaportals''', and looking for all holes that is between the two or more seperated areas of the map. The brushnumber returned by the bsp log, will not report where the hole is, however, it may point out which portal is bugged.
It can be fixed by using the '''Auto vis''' and hiding all non solid geometry, except '''areaportals''', and looking for all holes that is between the two or more seperated areas of the map. The brushnumber returned by the bsp log, will not report where the hole is, however, it may point out which portal is bugged.

Revision as of 09:04, 7 July 2007

Portalnum > numareaportals

You may get this Engine Error if your BSP compile process has failed to correctly compile areaportals.

How to fix

It can be fixed by using the Auto vis and hiding all non solid geometry, except areaportals, and looking for all holes that is between the two or more seperated areas of the map. The brushnumber returned by the bsp log, will not report where the hole is, however, it may point out which portal is bugged.