Well, I'm open to adding such a feature, if we can figure out exactly what we want to track and display.
In the meantime, I ran a quick and dirty analysis of the master log file (which has an entry for almost every time someone fires up the game) and made the following table, representing data collected from Dec. 2009 through the present. I'm not positive about the time zone; I think it is US EDT, but it might possibly be GMT, though the pattern seems to fit players firing up the game after school and in the evening, so it's probably EDT.
Hope this helps!
Connections | Hour starting at: (00 == midnight, Eastern US time)
770 00 (represents midnight - 1:00AM)
733 01
813 02
725 03
730 04
570 05
374 06
428 07
512 08
676 09
865 10
1154 11
1606 12
1709 13
1875 14
1409 15
1545 16
1727 17
1652 18
1491 19
1749 20
1416 21
1177 22
994 23
PS What time zone are you in?
PPS Here is the command I used to generate this table, posted here mainly for my future reference:
- Code:
cat bitfighter_master.log |grep Client\ connected\ with |cut -d\] -f1|cut -d\ -f3 |cut -d: -f1 |sort |uniq -c