vertex error

  • Thread starter Thread starter Hippy
  • Start date Start date
H

Hippy

Guest
hello guys ,

I get an error when are playing my own custom map.And directy I get stuck in the map (screen freezes.
"too many verts for a dynamic vertex buffer"
and my server says this:
"tell the programmer to up the vertex buffer size "
How can I solve this problem ?

Hope you can help me with this. Thx
 
heya hippy. When I got this error it was because of an env_cubemap entity. You have an env_cubemap entity to close to a surface. all env_cubemaps should be a minimum of 16 units away from all surfaces. Pay attention to where it crashes in game and go to that location in editor to root out the cubemap that is offending.

(you technically could get this error when you ran buildcubemaps at the console to generate the cubemaps for your level)

This may happen with entities other than env_cubemap though I haven't experienced it with anything but.

hope that helps.
 
Back
Top