WOT Statistics
Geredis
May 20 2012
Is there some way to take a second snapshot? I've managed to get everything working but can't find a way to compare myself. SInce, I noticed, dossiers are labeled only by date, I take it you can only compare each 24 hours snippet?
NSaaiman
May 20 2012
Geredis, on May 20 2012 - 23:31, said:
Is there some way to take a second snapshot? I've managed to get everything working but can't find a way to compare myself. SInce, I noticed, dossiers are labeled only by date, I take it you can only compare each 24 hours snippet?
yes comparison happens over 24 hour period. if you would like to make a snapshot (manually). take the file which is labeled with today's date and rename it to yesterdays date. with the next refresh the app will create a new file with today's date and compare between the 2 files
oh one more thing when you have build up history you can compare between bigger time intervals, simply right click on your player id (the tab) and select "Selection"
Edited by NSaaiman, May 20 2012 - 23:40.
MeTheGuarantee
May 20 2012
Hmm.. I get an error after I attempt to save my XML file.... I deleted everything a couple of times and tried reinstalling but still get an error.... Anythoughts
MeTheGuarantee
MeTheGuarantee
NSaaiman
May 20 2012
MeTheGuarantee, on May 20 2012 - 23:52, said:
Hmm.. I get an error after I attempt to save my XML file.... I deleted everything a couple of times and tried reinstalling but still get an error.... Anythoughts
MeTheGuarantee
MeTheGuarantee
from what i can gather from your post. the app can't write out the dossier file to archive it
1.) do you have admin rights. try running app "as administrator"
2.) see if your antivirus is blocking and/or sandboxing the application or the wotdc2j.exe (python exe). I know avast sandboxes the app. just put it in as exclusion or safe apps.
-----
What you also can try is to not install it into the program file folder.....
-----
NSaaiman
May 21 2012
Riceygringo
May 21 2012
+1, this is awesome.
But one suggestion, can you make each section into dropdown boxes? It's quite cluttered with "inyourface" volumes of information.
For example: For each tank, one dropdown box for efficiency related info, one drop down box for hard stats, and one dropdown box for tanks that were killed.
But one suggestion, can you make each section into dropdown boxes? It's quite cluttered with "inyourface" volumes of information.
For example: For each tank, one dropdown box for efficiency related info, one drop down box for hard stats, and one dropdown box for tanks that were killed.
NSaaiman
May 21 2012
Riceygringo, on May 21 2012 - 18:04, said:
But one suggestion, can you make each section into dropdown boxes? It's quite cluttered with "inyourface" volumes of information.
For example: For each tank, one dropdown box for efficiency related info, one drop down box for hard stats, and one dropdown box for tanks that were killed.
For example: For each tank, one dropdown box for efficiency related info, one drop down box for hard stats, and one dropdown box for tanks that were killed.
can be looked at in the future. within the current structure of the apps framework it going to be difficult to accommodate it, i will see what can be done. Need to get it as user friendly as possible :-)
Edited by NSaaiman, May 21 2012 - 18:13.
NSaaiman
May 21 2012
spamymaps
May 21 2012
You should open source this to allow mods 
Also, what is the reasoning behind needing Admin rights for this app? You should be able to access the %APPDATA% folder without it as it's under your user folder.
Edited by spamymaps, May 21 2012 - 22:18.
Also, what is the reasoning behind needing Admin rights for this app? You should be able to access the %APPDATA% folder without it as it's under your user folder.
Edited by spamymaps, May 21 2012 - 22:18.
NSaaiman
May 21 2012
spamymaps, on May 21 2012 - 22:10, said:
You should open source this to allow mods 
I like where you going with this. A little MEF would actually be nice. the C# library handling has been written in such a way that it is totally separate from the actual front end. now if we make the front end work with MEF users could create there own interface with there own stats. need to think about this. ill get back to you
spamymaps, on May 21 2012 - 22:10, said:
Also, what is the reasoning behind needing Admin rights for this app? You should be able to access the %APPDATA% folder without it as it's under your user folder.
the app needs to fire a python script to de pickle the WOT dossier file. meaning it needs to start an external process. thus needing admin rights.
-----------
okay one more reason why the app would need admin rights. im writing to the app users.xml file (and i write the dossier history files to the applications own folder. if you installed to the default location "Program Files". the app will need admin rights to write to this location. I'm going to change this so that the app writes to a different location which doesn't require admin rights.
Edited by NSaaiman, May 22 2012 - 07:07.
Smileinbob
May 22 2012
OP
Quick question for you sir. How are the stats that make up battle efficiency weighted? are all the stats valued equally or do some have more bearing than others?
Edited by Smileinbob, May 22 2012 - 08:15.
Quick question for you sir. How are the stats that make up battle efficiency weighted? are all the stats valued equally or do some have more bearing than others?
Edited by Smileinbob, May 22 2012 - 08:15.
NSaaiman
May 22 2012
Smileinbob, on May 22 2012 - 08:15, said:
OP
Quick question for you sir. How are the stats that make up battle efficiency weighted? are all the stats valued equally or do some have more bearing than others?
Quick question for you sir. How are the stats that make up battle efficiency weighted? are all the stats valued equally or do some have more bearing than others?
T = (Tier * Battles) / Battles
(Kills * (350.0 - (T) * 20.0) + Damage * (0.2 + 1.5 / (T)) + 200.0 * Spotted + 150.0 * Defence + 150.0 * Capture) / Battles
NSaaiman
May 22 2012
New version is now available.
1.) Move data storing to the application data folder.This should address the issue with admin rights
2.) Added total battle time and survived stats to the global page.
3.) Built in fail safe for when user browses the dossier file. only valid dossier file will be accepted. this will top the user settings from becoming corrupt
1.) Move data storing to the application data folder.This should address the issue with admin rights
2.) Added total battle time and survived stats to the global page.
3.) Built in fail safe for when user browses the dossier file. only valid dossier file will be accepted. this will top the user settings from becoming corrupt
TankPatrol
May 22 2012
Hello,
Love this app. It gives me all the info that I need or anyone could ever want.
I do have one suggestion. On the Kill Counts tab if you could have a total number of kills by tank and tier. Would make it a lot easier to see the totals, instead of try to do the math in my head.
Thanks again for a great app.
Love this app. It gives me all the info that I need or anyone could ever want.
I do have one suggestion. On the Kill Counts tab if you could have a total number of kills by tank and tier. Would make it a lot easier to see the totals, instead of try to do the math in my head.
Thanks again for a great app.
NSaaiman
May 22 2012
TankPatrol, on May 22 2012 - 20:39, said:
I do have one suggestion. On the Kill Counts tab if you could have a total number of kills by tank and tier. Would make it a lot easier to see the totals, instead of try to do the math in my head.
will put on to do list for next release, row and column totals. great idea
Chris774
May 22 2012
Could you add an update function into the program so we dont have to go to the website and download it again. Maybe an auto update function


