This one is a command line tool (and will stay a command line tool, if no-one other than me wants to write a gui for it...) and will calculate the stats from just the demo. This could be useful f.ex. when you would want to find an action filled demo where you were the fraggod number 1.
The application can be downloaded here: http://www.nrgizer.com/apps/DemoStats.jar
and the syntax would be as follows:
Code: Select all
java -jar DemoStats.jar a_quake2_demo.dm2 another_demo_if_you_want.dm2 a_third.dm2 and_so_on.dm2
An example output of this program could look like this:
Code: Select all
nrgizer@sybarite:~/code/demostats> java -jar DemoStats.jar 2006-06-04_11-43-33_rooftops.dm2
Parsing 2006-06-04_11-43-33_rooftops.dm2...
General---------------
Seconds played: 1179
FPM: 1.6315789
DPM: 0.7368421
Frags total: 31
Deaths total: 14
Kills total: 31
Max Velocity: 1291
Jumps total: 223
Crouches total: 86
Rounds played: 30
Distance moved: 159595
Bandages used: 4
Awards-----------------
Impressive: 1
Accuracy: 1
Excellent: 0
Kills per weapon-------
MK23: 2
Akimbo: 0
MP5: 0
M4: 28
M3: 0
Hand Cannon: 0
SSG: 0
Knife: 1
Grenade: 0
Kick: 0
Punch: 0
Drop: 0
Enjoy,
-NRGizeR