#max trees?

1 messages · Page 1 of 1 (latest)

dawn bramble
#

I remember there being a max trees / entities allowed on the map, but I don't remember what the number is.
Also, is there a good way of keeping track of it in hammer? Or do I have to find them all and print it into console on map load

torn torrent
#

4096 is the limit. Not sure if there is a proper way to check the number though.

grizzled basalt
#

You can see with entitysummary how many you have.
So testing it should be easy:Just increase the tree count until it crashes.
(and then reduce the tree count by a significant amount)

night rock
torn torrent
night rock
#

@torn torrent there is this: #1143514334312542339 message but I think those links refer to source 1 engine mostly

#

According to Toyoka max limit of non-networkable is >8k and max limit of trees is ~6k #helpdesk-old message

#

@fossil kernel can you confirm this?

fossil kernel
#

not sure if that limit has been changed but I think that's accurate

night rock
#

I wish we had an exact number

torn torrent
#

I see, my bad. Good to know.