Page 1 of 1
Serverbrowser query support
Posted: Sun Nov 24, 2013 3:52 pm
by learn_more
Query support for the warsow server query protocol.
(Most serverbrowsers / management tools support it, it's very close the the Quake3 version)
https://github.com/learn-more/pysnip/bl ... s/query.py
Re: Serverbrowser query support
Posted: Sun Nov 24, 2013 11:04 pm
by rakiru
This should be in the official pysnip repo in my opinion. This is a feature I've wanted for a long time. Thanks, and nice work.
Re: Serverbrowser query support
Posted: Sun Nov 24, 2013 11:08 pm
by learn_more
small bugfix (nothing major, the \ character was not removed correctly resulting in possible bad output if the mapname or a username has that in it)
Re: Serverbrowser query support
Posted: Fri Jan 17, 2014 4:17 am
by izzy
Very handy. Works great with the Quake 3 protocol.
Examples of some possibilities in action:

Re: Serverbrowser query support
Posted: Fri Jan 17, 2014 10:49 am
by learn_more
yeah i used the warsow implementation as reference, and that is qfusion (heavily modified q2 engine)