Replay Reader is a World of Tanks replay analysis tool focusing on important statics to help competitive teams to better understand their player performances.
Latest release here.
To update the tanks' list, first update the .\tools\tanks.json
by running the Wargaming's API with those parameters and your API key:
https://api.worldoftanks.eu/wot/encyclopedia/vehicles/?application_id={{application_key}}&fields=name%2Ctag%2Cnation
you need to run the command to convert the json output into a readable properties file for the application:
python .\tools\tanks-exporter.py .\tools\tanks.json .\src\main\resources\tanks.properties
To update the maps' list, you usually would run the Wargaming's API with those parameters for your locale and your API key:
https://api.worldoftanks.eu/wot/encyclopedia/arenas/?application_id={{application_key}}&fields=arena_id%2Cname_i18n
But it hasn't been updated for a while, so the best solution remains to fetch that data from the game client directly using that repository using the json output.
- If you are willing to contribute, please read our guidelines for contributing.
- Please read and follow our code of conduct.