AQS is devided into four parts.
Firstly there is a quake3arena mod that
adds some events like shots and hits to the logfile output
stuff of q3a and fix some little bugs that Mr. Carmack left for me.
Second part is a perl script that takes the logfile. It Parses it and puts
events to a PostgreSQL database witch it has found.
This database is the third part. It takes the events, does some magic about
them and store them. You may have a look at them if you like to use
a data viewer like PostgreSQL's psql or pgaccess. There are a lot views
waiting for you.
The fourth part is a little Qt application for a easy look at the data.
|