Hey everyone, I ran into a headache trying to port a map from css to insurgency. After loading it into hammer when I try to compile it I get the max_map_brushsides error. I have manually turned thousands of brushes into func detail and the error keeps finding max_map_brushsides everytime no matter what I have been doing. Can someone please offer advice and help me figure out the best way to port this map or fix this error. Thanks!
MAX_MAP_BRUSHSIDE porting map
-
-
From VDC:
QuoteMAX_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, and because 65536 is the largest possible number allowed in 16-bit computer architecture.
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. -
Do faces with a nodraw texture add up to the brushsides?
-
You can try to convert deatiled brushwork into models using the software called propper.
That should cut down on the brush count.
-
Quote from clankill3r
Do faces with a nodraw texture add up to the brushsides?
Nope
QuoteInvisible brushes like triggers and even hint brushes count toward the limit. Faces like NODRAW do not count toward the limit. Faces textured with nodraw are removed during compile so ONLY it's collisions, boundings, and place in the world exist.
-
good news you have the upper limit lifted of 4000

Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!