MAX MAP BRUSHSIDES: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
MAX_MAP_BRUSHSIDES occurs when your map exceeds the vbsp compiler's maximum defined brush amount. | MAX_MAP_BRUSHSIDES occurs when your map exceeds the vbsp compiler's maximum defined brush amount. | ||
The current limit is 65536, this is due to the bsp v.19 format using integers to allocate number of brushsides. There is no fix for this without altering the BSP format and possibly breaking compatibility. |
Revision as of 17:50, 17 August 2005
MAX_MAP_BRUSHSIDES occurs when your map exceeds the vbsp compiler's maximum defined brush amount.
The current limit is 65536, this is due to the bsp v.19 format using integers to allocate number of brushsides. There is no fix for this without altering the BSP format and possibly breaking compatibility.