qscore project can parse Quake3:Arena (and compatible) server.log into high scores and statistics.
Options:
--version output version information and exit
--help display this help and exit
Strip & Sort:
--sort=HOW sort player results
HOW=0 do not sort (default)
HOW=1 sort by frags
HOW=2 sort by rounds
HOW=3 sort by average
-r sort reverse
Output:
-o=FILE output into FILE (default: stdout)
--txt output as plain text (default)
--ansi output as text with ANSI colors
--html output as html
--csv output as comma-separated values CSV
What's New in This Release:
· A --sother=NAME option was added to qscore, which strips all except the player with NAME from the output.
· Recognition of UDP timeouts was fixed in qcon.
· qmaster was added.
· It uses the XML output of qstat as a new master server or "proxy".
· The layout of the qscore XML output was changed to reduce file size.