kessno11 Posted April 3, 2005 Posted April 3, 2005 When I get ready to compile my map in Gtk Radinat 1.4.0 I add a few lights just to test the map. When I compile it I get an error that says MAX_VERTS (12) exceeded and then it stops compiling? Has anyone had this problem before?
GL_Niels Posted October 26, 2005 Posted October 26, 2005 i found this: http://www.wolfensteinx.com/surface/tutorials/compile_errors.html (put that site in your favorites!) MAX_SURFACE_VERTS A. This usually happens with large maps, it occurs when you have 256+ vertices on one face, which reminds me of the MAX_POINTS_ON_WINDING which has a limit of 64 vertices touching one brush, so its odd how it can even happen. Anywho you need to rectify the error by not having so many vertices on one brush! so i think you made a brush with way to much vertices
Recommended Posts
Archived
This topic is now archived and is closed to further replies.