Jump to content

Home

MAX_MAP_VISIBILITY exceeded


Chris Y

Recommended Posts

Posted

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.

Posted

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

Posted

Thanks for help but that wasn't the problem... I had a veeeeeery deep well. (like 40 000 cordinates) Well it's shorter now. :p

Thanks anyways!

  • 11 months later...
  • 1 year later...
Posted

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.

  • 2 years later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...