scruffy416, on 20 March 2013 - 07:38 PM, said:
Installed. Nice work, thanks for this!
Any chance you could add a field for Avg Time/Match on the Map Stats screen? And Avg XP/Match on Gamemode Stats?
Hey, sorry for the delay, I didn't notice this reply until now.
So yes, as of v1.8.3 those fields are now added.
I've also added some colouring to some of the cells (ratios, efficiency, accurancy) to indicate good or bad based on some values in the script. I'm not sure what would actually be good values to indicate the good or bad numbers, but I put in ones that work for me. Feel free to change them as desired.
Also fixed up some issues that could occur with times that are larger than a day, and normalized time displays to remove the 'day' portion and just show hours, 1 day 07:25:36 would now be 67:25:26. I may change it to be 01:07:25:26 at some point depending.
Probably the next thing I'm going to do is add ability to sort all the tables as desired by any heading.
Anyhow, let me know if there is anything else desired or if there is anything that needs fixing.
Note: the average time calculations could be off slightly, but I don't thiunk they would be off more than a minute. I should really change the time calc code to use JS date objects.