Portalnum greater than numareaportals: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= Portalnum > numareaportals =
{{wrongtitle|title=Portalnum > numareaportals}}
You may get this '''Engine Error''' if your BSP compile process has failed to correctly compile '''areaportals'''.
You may get this Engine Error if your BSP compile process has failed to correctly compile your map's [[func_areaportal|area portals]], usually due to a [[leak]]. Fix the leak to resolve the error.
 
== 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.

Revision as of 09:56, 7 July 2007

Template:Wrongtitle You may get this Engine Error if your BSP compile process has failed to correctly compile your map's area portals, usually due to a leak. Fix the leak to resolve the error.