MAX MAP BRUSHSIDES

From Valve Developer Community
Revision as of 17:48, 25 March 2006 by Ts2do (talk | contribs)
Jump to navigation Jump to search

MAX_MAP_BRUSHSIDES occurs when your map exceeds the VBSP 19 maximum defined brush amount.

The current limit is 65536, this is due to the VBSP 19 format using integers to allocate number of brushsides. There is no fix for this without altering the BSP format and possibly breaking compatibility.

Perhaps in the future valve will release VBSP 20 with more allowable brushsides.