The past week, I've been writing an armory app using D-Ms IrisZoomDataApi. The goal is to have a program that is more user-friendly than the mod tools but still shows the important hidden stats.
Spoiler : screenshots :
Even if you know how to use the mod tools, searching for units and getting an overview takes much less time. The recon tab has a custom query field. For example, if you're wondering what a mod tools variable does, you can input it there and quickly check its value across multiple units.
The program queries the game's files in real time. By default, it will open the files from the new years' patch, but after the first launch it will create a configuration.ini file - you can edit the paths there if you want to use old or custom NDF/ZZ4/ZZ files instead. The program takes a bit to start and you probably can't run it on your phone (but I'm hoping to change that one day..)
There are many ways to contribute if you're into that:
- Tell me what variables are missing, ideally with mod tools location but even if you're a normal user who just thinks I should add fuel
- Tell me what variables are wrong or can be made more readable
- Pull requests : source code on github
Troubleshooting:
-If the program doesn't work, make sure you have NET Framework 4.5.2 installed.
Spoiler : older releases :
Also take a look at ascii's replay->deck extractor: viewtopic.php?f=155&t=59592