Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/creaktive/gibcounter
- Owner: creaktive
- License: gpl-2.0
- Created: 2012-11-29T15:08:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T14:07:40.000Z (over 3 years ago)
- Last Synced: 2023-03-11T05:35:05.087Z (over 1 year ago)
- Topics: quakeworld, stats
- Language: Perl
- Homepage: https://creaktive.github.io/GibCounter/
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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)