Error: too many entities: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Spelling)
m (grammar/sp)
Line 1: Line 1:
[[Category:Compile Errors]]
[[Category:Compile Errors]]
That means you have too many entities visible/see-able at that time. There are two likely causes for this: your not running VIS, or your map has huge ammounts of entities visible at a time.
That means you have too many entities visible/see-able at that time. There are two likely causes for this: either you aren't running VIS, or your map has huge ammounts of entities visible at a time.


''Solution:'' run VIS -full, block line-of-sight (aka. vis blocking), combine like entities in the same room - but only in the same room.
''Solution:'' run VIS -full, block line-of-sight (aka. vis blocking), combine like entities in the same room - but only in the same room.

Revision as of 12:26, 10 March 2008

That means you have too many entities visible/see-able at that time. There are two likely causes for this: either you aren't running VIS, or your map has huge ammounts of entities visible at a time.

Solution: run VIS -full, block line-of-sight (aka. vis blocking), combine like entities in the same room - but only in the same room.