Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/creaktive/gibcounter

QuakeWorld server ranking & stats
https://github.com/creaktive/gibcounter

quakeworld stats

Last synced: 2 days ago
JSON representation

QuakeWorld server ranking & stats

Awesome Lists containing this project

README

        

GibCounter QuakeForge player rating
===================================

Copyright (C) 2003 Stanislaw Y. Pusep

Tiny Perl application that parses QuakeForge QuakeWorld fraglog files,
generates human-readable global & per-player statistics and write'em out in
HTML format. Supports graphical percentage bars, frag-per-death ratios and
colored "fun nicknames". Appearence of any element of generated stats can be
easily changed through CSS include file.

Easiest way to enable fraglogging is to run your
QuakeForge QuakeWorld server as follows:

qw-server +set fraglogfile 1

You can also edit .cfg files to enable this option.

*NOTE*: All stats coming from unpersonified players like "unnamed" or
"user-#" are redirected to /dev/null to avoid useless information bloat!

*WARNING*: this option works on QuakeForge QW builds _ONLY_, original iD QW
server doesn't supports such a feature so consider upgrading your server ;)

TODOs:
------

* Make a converter from qw-server output to frag_#.log "\\\" format.

References:
-----------

* Coded by Stas (aka Stanislaw Y. Pusep);
URL: http://sysdlabs.hypermart.net/
E-mail: [email protected]

* Relies on /fraglogfile option introduced by QuakeForge QuakeWorld:
http://www.quakeforge.net/

* Licensed under GNU GPL (see COPYING file from this package)

* Game-related consultant: Baila (aka Marcos Felipe Tonelli de Carvalho)