Vis Decompression Overrun: Difference between revisions
Jump to navigation
Jump to search
Note:World geometry refers to brushwork that is not bound to any entity, including func_detail.
No edit summary |
(Added displacement cause) |
||
Line 5: | Line 5: | ||
This error can also occur through the placement of a large amount of world geometry in the [[3D Skybox]]. | This error can also occur through the placement of a large amount of world geometry in the [[3D Skybox]]. | ||
Another known cause of this error is extremely complex or "squished" displacements. This is an error that likes to sneak past the compile log. Try looking for a displacement that has points crossing/intersecting each other. | |||
[[Category: Compile Errors]] | [[Category: Compile Errors]] |
Revision as of 20:22, 30 November 2008

This compiling error is a tell-tale sign that there are far too many visleaves in the target map. A visleaf, or simply leaf, is generally a world brush. This means that there is very detailed world brushwork, an enormously large map, or a mixture of the two. To attempt to remedy this problem, review the map to see if it is possible to break up the level or cut back on some leaf-usage through the use of detail geometry.
This error can also occur through the placement of a large amount of world geometry in the 3D Skybox.
Another known cause of this error is extremely complex or "squished" displacements. This is an error that likes to sneak past the compile log. Try looking for a displacement that has points crossing/intersecting each other.