ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.55k stars 594 forks source link

[HL] [GS] AllocBlock limit #3750

Closed DartSerafim closed 3 months ago

DartSerafim commented 3 months ago

The current AllocBlock max value is 64. I suppose it was based on the total memory reserved for a map. Unfortunately, this limit is too low. Considering other map limits as max faces, max planes or max textures it is possible to reach AllocBlock limit having only around 20% of max faces.

kisak-valve commented 3 months ago

Hello @DartSerafim, this is the same issue as #2920. Closing as a duplicate.