Jump to content

"Entity Count" and "awaken"


Recommended Posts

  • Developer

The differences is that entity count is the number of entities in the simulation both in C++ and Lua). Awake is the number that are currently being updated each frame in C++ (Physics and rendering).

 

I don't have any good values for standard ranges for you at the moment, but you should see the awake count rise and fall back down as players move to and away from dense areas.

Link to comment
Share on other sites

I don't have any good values for standard ranges for you at the moment [...]

Based on some testing I did some 18 months ago the proximity range to wake entities was 64 (16 tiles) and the farness range to put entities to sleep was 72 (18 tiles). These figures may certainly be outdated.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...