Error: too many entities: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Spelling)
m (clean up, added orphan, deadend tags)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Compile Errors]]
{{Multiple issues|
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.
{{Dead end|date=January 2024}}
{{Orphan|date=January 2024}}
}}


''Solution:'' run VIS -full, block line-of-sight (aka. vis blocking), combine like entities in the same room - but only in the same room.
== Summary ==
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 amounts of entities visible at a time.
 
''Solution:'' run VIS with the '''-full''' parameter, use line-of-sight blocking (aka. vis blocking), combine entities of the same type (without special, brush-wide properties) in the same area - but only in the same area.
 
[[Category:Compile errors]]

Latest revision as of 10:02, 21 January 2024

Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

Summary

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 amounts of entities visible at a time.

Solution: run VIS with the -full parameter, use line-of-sight blocking (aka. vis blocking), combine entities of the same type (without special, brush-wide properties) in the same area - but only in the same area.