Jump to content

Recommended Posts

Posted

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!

Posted

From VDC:

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, 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. 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...