Chris Y Posted November 3, 2004 Posted November 3, 2004 Yeah... what does this mean? Is my map too large or do I have to much empty space? Ive got a pretty large map. It's supposed to be a town and i've given the players quite space.
Mercenary Posted November 3, 2004 Posted November 3, 2004 I would say search but it's disabled and it sucks because there's tons of useful information there. The error means too much of your map is structural. Make all the brushes that should be detail into detail brushes. http://www.nibsworld.com/rtcw/tutorial_detail_and_hint_brushes_part1.shtml If that doesn't work go to your worldspawn and add Key:_blocksize Value: 2048 2048 2048 error resources: http://www.wolfensteinx.com/surface/tutorials/compile_errors.html http://teamhuh.net/raven/Q3sup.htm
Chris Y Posted November 4, 2004 Author Posted November 4, 2004 Thanks for help but that wasn't the problem... I had a veeeeeery deep well. (like 40 000 cordinates) Well it's shorter now. Thanks anyways!
GL_Niels Posted October 26, 2005 Posted October 26, 2005 yes it means your map is too big 10,000 by 10,000 grid units is best size i think max is 11,000 by 11,000 but i keep to 10,000.,
mikeeusa Posted June 21, 2007 Posted June 21, 2007 https://cat2.dynserv.org/cat2/programs.html#Q3MAP2 I've edited the compiler so as to remove those restrictions ^^. Motified Q3map2 Quake 3 Map Compiler: The (gpl'd) Quake 3 map compiler (q3map2) failed to compile my map "castlebunker" after it got to a certain point in hugeness. It failed because it kept erroring out due to hardlimits programmed into the code of q3map2. The errors were: MAX_EDGE_LINES and MAX_VISIBILITY_EXCEEDED. This edit raises the MAX_EDGE_LINES and MAX_ORIGINAL_EDGES to 16 times what they normally(65,535) are to 1,048,560. It also removes the size limit on visibility data (MAX_VISIBILITY_EXCEEDED). Enjoy and tell me how you like.
Zwier Zak Posted March 18, 2010 Posted March 18, 2010 Sorry to bump an old thread but could someone please upload the compiler posted above? I could sure use it right now.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.