A player statistics viewer for World of Warships. At the start of a match, it pulls each player's personal and ship statistics - if available - from Wargaming's API and displays them.
If anything breaks, feel free to raise an issue here on Github.
- Make sure your World of Warships client has replays enabled. Follow the instructions in this Wargaming KB article or let Aslain's Modpack do it for you.
- Head over to the Releases page and download the latest release
- Run the installer
- Go to 'Settings'
- Get a Wargaming.net API key at Wargaming's developer room
- Login
- Go to 'My Applications'
- 'Add application'
- Choose a name
- Set 'Type' to 'Mobile'
- Paste the generated Application ID (easy to miss, the text is rather small) into your settings
- Select your server
- Enter the path to your World of Warships installation (e.g. 'C:\Games\World_of_Warships')
- Get a Wargaming.net API key at Wargaming's developer room
- Hit 'Back' - you should be good to go now!
To experienced players, statistics are useful when making tactical decisions. They are not a measure of a player's worth as a person. By using this tool, you agree NOT to use it to create a toxic environment in World of Warships or to belittle, bully, or harass other players. If you do not agree, you may not use the tool.
tl:dr; Use Chistr to improve and augment your own play, not to "prove" to other players that they suck and you don't.
In case you want to use the development version, clone this repo, cd into it, then:
# install dependencies
yarn install
# serve electron application with hot reload
yarn electron:serve
# build electron application for production
yarn electron:build
# lint all JS/Vue component files in `src/`
yarn run lint