So. I make use of a load of awesome tools for IC to help me play better (and those of you who know me will be more than happy to confirm, I need all the help I can get!)
I’d like to do two things:
1: Build a consolidated set of tools, integrating the great and good of existing IC tools
2: Build and host the code on https://github.com so that, when I die or leave (whichever is first) the community can keep extending these tools.
So… please share your tools. Any links, spreadsheets or anything would be useful.
Also. If you code and would like to contribute, please let me know!
Here is some code(java) I hacked together, might give you some ideas, or something to build on.
So far it does explored planets, captures, defeats, open retakes.
Still needs blown planets added and aid section.
It has no front end and results are unordered, I’m sure there are much better ways of coding it, I’ve already refactored it a few times.
Here is the code for the data extraction I’m running, it’s makes a local SQL lite dB so it will only start tracking from when you start it, note it has some hard coded elements relating to current mw round, like number of families, and the date/time of any tick.
You wouldn’t want everyone running their own version of this, ideally would be hosted and results available to all.
Let me know if there are any bugs.
Also if anyone has saved copies of the silenz infiltrate summary reports that they could send me, that would help.
Also any raw infiltrates with lots of different types of events.
Here is the source code:
I am thinking of separating out the application front end into separate projects.