This article's documentation is for anything that uses the Source engine. Click here for more information.

Too many unique verts

From Valve Developer Community
Revision as of 15:49, 20 March 2025 by SirYodaJedi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

There are more than 65535 brush and/or displacement vertices in the map. This is usually caused by having too many brush faces at too low of a luxel scale (since brushes get subdivided every 31 luxels), but can also be caused by having too much brush and/or displacement geometry in general.

Fixes

  • Find faces with low luxel scales, and set higher values to reduce subdivision.
  • Convert complicated brushwork to models, using a tool such as Propper++.