aboutsummaryrefslogtreecommitdiff
path: root/games/aestats/pkg-descr
blob: 88f84ea53465b43dd14ea517f09d962616a8e5f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AEstats reads game log files for just about all shooters, converts them into
platform independent log format (meta log format), and generates meaningful
(and very pretty!) stats and ranking pages in HTML form.  Overall features:

  * Split into two executables to make the code more modular (independent
    of specific games/mod).  This also makes updates quicker and less prone
    to new bugs.
  * Modules are command line driven, giving you the maximum control of the
    the executables, without having to deal with klutzy platform dependent
    interfaces.  This makes it possible to control the modules via batch
    files or scripts.  Ideal for automating calls.
  * HTML output is eatable by any browser with frames.  Since plain HTML
    code is generated, any user should be able to view the output.
  * Provides an UnrealScript module (aeonsdmmod.u) that will generate
    extra log info, since Unreal does not provide any frag obituaries by
    default.