In the game, there are 2,207 trees (according to the internet anyways). Each tree occupies 64 x 64 units, centered at an x,y,z location and identified by an integer.
The protobuf sent by Dota2 only updates tree events when they are destroyed.
As a result, we will have to pre-seed all the trees into the game at start I think.
Thoughts?
In the game, there are 2,207 trees (according to the internet anyways). Each tree occupies 64 x 64 units, centered at an x,y,z location and identified by an integer.
The protobuf sent by Dota2 only updates tree events when they are destroyed.
As a result, we will have to pre-seed all the trees into the game at start I think.
Thoughts?