For a quick way to check NWN servers for basic status (at least from the linux command line), the
quakestat program can parse gamespy3 protocol. For example:
quakestat -gs3 www.isleclostridia.net:5121
will produce:
ADDRESS PLAYERS MAP RESPONSE TIME NAME
www.isleclostridia.net:5121 0/32 0/0 Isle Clostridia v211 40 / 0 PW Story Isle Clostridia (CEP)
It also has an option for reading a list of servers from a file. This could be used to produce a list of live server "up" info given a list of known server addresses using it's -xml option or a bit of scripted parsing. Under fedora core it can be installed with "yum install qstat".
Modifié par eeriegeek, 08 décembre 2012 - 06:08 .