Skip to content

synopss/replay-reader

Repository files navigation

Replay Reader

GitHub release Downloads License GitHub Discussions

Replay Reader is a World of Tanks replay analysis tool focusing on important statics to help competitive teams to better understand their player performances.

Replay Reader


Releases

Latest release here.

Getting Help

Documentation

Tanks

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

Maps

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.

Development

About

World of Tanks replay analysis tool focusing on important statics

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks