Digital Paint Discussion Board
Development => Mapping => Map Graveyard => Topic started by: MON1TOR on June 30, 2015, 06:41:34 AM
-
----
-
MAX_PATCHES is caused when there are too many large surface areas, so much so that they cannot all be lit.
Usually when I run into the MAX_PATCHES error, what I do is scale up textures from the Surfaces panel. Do this for textures that don't matter / surfaces which you cannot see. For example, the sky, below the ground, outside of walls that they do not see, Etc. Set the size to 100x100, usually works wonders for me.
You can use the "Apply to face" button to scale up texture faces of brushes which players won't see.
-
MAX_PATCHES is caused when there are too many large surface areas, so much so that they cannot all be lit.
Usually when I run into the MAX_PATCHES error, what I do is scale up textures from the Surfaces panel. Do this for textures that don't matter / surfaces which you cannot see. For example, the sky, below the ground, outside of walls that they do not see, Etc. Set the size to 100x100, usually works wonders for me.
You can use the "Apply to face" button to scale up texture faces of brushes which players won't see.
Mhm. Thanks, goin' to try it out!
-
You can also go into bsp/pball/bats and create a new one named maxpatch help or whatever you want. It's basically final compile.bat, but chop tells it to subdivide the surfaces into larger patches. The default is 64, so don't go too large.
The better option is to break up large faces into smaller ones where you can.
call ..\compilers\qbsp %1
call ..\compilers\vis %1
call ..\compilers\rad -chop 256 -extra %1
call ..\compilers\runmap %1
-
Make sure the map is not leaked. If it is leaked, it will be indicated by ****leaked**** in the black box.
-
Make sure the map is not leaked. If it is leaked, it will be indicated by ****leaked**** in the black box.
No leak, I attach the map file..
-
Ace, ur solution worx. Thx.
-
Once the maps are finished make sure to make an extra thread for all of them. That'll make the feedback easier
-
Once the maps are finished make sure to make an extra thread for all of them. That'll make the feedback easier
Yup.