anton.stetz Posted October 17, 2013 Share Posted October 17, 2013 Hi. I am looking for able to update my application (client side) via the Internet. e.g. for DLC, news, adv etc. Tell me where to look. Thank you. Link to comment
steve3d Posted October 17, 2013 Share Posted October 17, 2013 most of this are based on http request. so depends on your platform, you can use various sdk to perform http operations. and to the http response, you can use xml or json to return the query results, then depend on the results to perform some operations. it's easy to create this kind of function, but you might need to write some http functions plugin for unigine, because unigine don't have any http functions. if you want to use unigine's network plugin to do that, then you might need to write a raknet server program, that will be harder because raknet are mainly targeting udp networking. Link to comment
unclebob Posted November 8, 2013 Share Posted November 8, 2013 Hi Anton, I guess unigine's network plugin is more suitable for games and fast player communication, not for updates/dlcs/etc. Steve's right, it'll be better to use http protocol for that. There is no builtin http request or http response functionality, however, there are no problems to write a plugin which will allow you do such things Link to comment
anton.stetz Posted November 8, 2013 Author Share Posted November 8, 2013 Thanks Andry. Already looking into some parsers. Link to comment
Recommended Posts