Page 1 of 1

How the server load tiled?

Posted: Wed Oct 02, 2013 10:46 am
by zaquanishak
Hi,
From the example 13.7 server-load-tiled, i see that u define tiled component in both the client and server. So i want to know what do u mean by the server load tiled if both is loading the same way. I thought the server will load the tile and stream it to the client. So how should i use this component and when is the best scenario to use it?

Regards,

Re: How the server load tiled?

Posted: Sat Oct 05, 2013 2:37 pm
by coolbloke1324
The server does not stream map data to the client. The server can load the data (as per the example) so that you can do what you want with it on the server-side like setting up objects that exist there which can be streamed to the client (IgeEntity instances etc).

Basically it's just there to allow access to the tiled data from the server-side, not for anything else.