<|FeaR|>Storm Posted August 19, 2003 Share Posted August 19, 2003 Hi Guys, I'm making my final and last map for jk2 but I lost all my notes and docs I wrote about fixing problems etc.. I just can't seem to find them back.. I get the following line in my compiling.. how do i fix it? line : NumPoints (66) exceed MAX_POINTS_ON_WINDING (64). Sample points: (1536.00 3784.00 576.00) (2016.00 3784.00 576.00) (2496.00 3784.00 576.00) thanks. Storm Link to comment Share on other sites More sharing options...
wedge2211 Posted August 19, 2003 Share Posted August 19, 2003 You could try a forum search, too, if you lost your notes. The forums serve as great notes themselves. MAX_POINTS_ON_WINDING occurs when you have a brush that touches too many other brushes. In Radiant, go to the coords in the error. You should find a brush (usually big) that touches load of other brushes. Cut it in half. Link to comment Share on other sites More sharing options...
<|FeaR|>Storm Posted August 19, 2003 Author Share Posted August 19, 2003 how do I search for them again? Link to comment Share on other sites More sharing options...
wedge2211 Posted August 19, 2003 Share Posted August 19, 2003 Originally posted by <|FeaR|>Storm NumPoints (66) exceed MAX_POINTS_ON_WINDING (64). Sample points: (1536.00 3784.00 576.00) (2016.00 3784.00 576.00) (2496.00 3784.00 576.00) You have three sets of coordinates in that error message: (1536.00, 3784.00, 576.00) (2016.00, 3784.00, 576.00) (2496.00, 3784.00, 576.00) What you want to do is load up Radiant and go to those x, y, and z coordinates. There should be one large brush near (or touching? someone correct me) all 3 that qualifies. Usually a floor or cieling or something like that. Just cut it into two brushes and the error will go away. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.