Open illwieckz opened 9 years ago
That should be totally possible.
Unfortunately I don't have time to spend on this ATM, so feel fee to put in a pull request which implements this and I'm make time to review it :)
Yes, I will work on it right after finishing the Teeworlds support. :smile: About Teeworlds, can you answer to this question : https://github.com/multiplay/qstat/pull/4#issuecomment-63639152 ? :wink:
Thanks a lot.
Hi, for XQF we used some ugly hacks to browse Savage master support, but I think the better place to do it is in QStat itself.
QStat already knows how to query Savage servers, but not Savage Masters.
The Savage Master query is an HTTP query on this url: http://masterserver.savage.s2games.com/gamelist_full.dat
The answer is a binary file with this format:
There is a working proof of concept (shell script) here: https://github.com/XQF/xqf/blob/1f3790133a5416e6d2a09e27366608d1fd3f785f/src/qstat_savage.sh