Page 1 of 1

Handling pathfinding on server

Posted: 18 May 2009, 09:08
by Teemu
Hi!

Is it possible to catch mouse click and pass it on some server extension which would calculate path and pass it to clients?

Posted: 18 May 2009, 13:36
by Bax
No, this is not possible. In order to do this you will have to purchase a source code license and make your own customizations to the code. Also, you will have to implement a "server-side map loader", which parses the map data and is able to search for paths.