Page 1 of 1

Simulate a Chunk System with the server AOI ?

Posted: 08 Dec 2017, 16:12
by genar
Hey there !

My game uses an chunk system. Its pretty much a 2D array, where i calculate in what tile the player is. Im using this mostly for pre-loading the chunks around it.
I already heard about the are of interest. Is possible to configurate it to match with my current chunk system (Size,Range) ? And also what would happen when an other player enters my AOI square ?

Re: Simulate a Chunk System with the server AOI ?

Posted: 09 Dec 2017, 22:02
by Lapo
Yes, it should work.
The area of interest works with both 2D and 3D maps. You can start learning about the AOI here:
http://docs2x.smartfoxserver.com/Advanc ... /mmo-rooms

Hope it helps