Facepunch / garrysmod-requests

Feature requests for Garry's Mod
86 stars 24 forks source link

Increase entity limit in the compilers (vbsp, vvis, vrad) #2196

Closed Unusuario2 closed 1 year ago

Unusuario2 commented 1 year ago

Details

Increase entity limit in the compilers (vbsp, vvis, vrad) from 20144 (i think it is the actual limit) to 65536 Increasing the limit would serve to allow more internal entities in case it is needed (like my case)

robotboy655 commented 1 year ago

I have increased it to 32k, that's already 4 times the actual entity limit in the game.

Unusuario2 commented 1 year ago

is it possible to increased more?

robotboy655 commented 1 year ago

Why do you need more? How is 32000 not enough?

Unusuario2 commented 1 year ago

because my map has a buch of internal entities, most of them are some kind of prop_detail (more than 25000), func_detail, prop_static, overlays, ect.... It would be better 65536 or 131072, i think 131072 is to much maybe in case you don't believe me: image image

robotboy655 commented 1 year ago

I can try, but you most definitely should be trying better to optimize your map for the engine.