Rhinox Posted July 22, 2011 Posted July 22, 2011 Hi, I'd like to have some kind of LO-server status information on the web-page, about the same amount of info as you can see using in-game server browser (mission name, time running, number of players/slots, etc), but not for all servers only for our own. Is there some utility which could handle this? I could try to code it myself, unfortunatelly I did not find any info concerning LO client-server communication, so I do not know how such a client-query should be be formated to get answer...
ED Team c0ff Posted August 10, 2011 ED Team Posted August 10, 2011 The best approach would be to add necessary Lua-code Scripts/net/server.lua You may use LuaSocket to either do HTTP POST (push approach) or to listen a socket for queries (pull approach). Dmitry S. Baikov @ Eagle Dynamics LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.
Recommended Posts