View Single Post
EvilMike EvilMike's Avatar

JCF Member

Joined: Jun 2001

Posts: 3,478

EvilMike is OFF DA CHARTEvilMike is OFF DA CHARTEvilMike is OFF DA CHARTEvilMike is OFF DA CHART

Nov 13, 2010, 02:53 PM
EvilMike is offline
Reply With Quote
Quote:
Originally Posted by spaceboy View Post
Two ideas I came up with that could improve JJ2WC, let me know if you can make them functional:
  1. Some kind of script that would convert stats from *.txt files (scores, assists and perhaps more stuff that JJ2+ wouldn't show).
The JJ2+ playlog will show most of this info so it should be pretty trivial, you'd just need to write a small program to parse it into whatever format you want. In CTF mode, each game will have a line like this for each player:

Code:
Name: something   Team: Blue   Points: 0   Roasts: 0   Deaths: 0   SDs: 0   Caps: 0   Scores: 0   Drops: 0
It also has stats for each game itself (scores, length, map, etc).

Assists are not shown, but I'm not sure what your definition for those is. You might have to parse the chatlog to find that info, but again, that's not too difficult if you know what you're doing.

Overall, almost all of the info you'd want is in the playlog.txt.