PotatoAlert
Screenshots

Features
- Fetch stats of current match automatically when your game starts
- Match history to record all played matches
- Replay parser to extract information from replays automatically (into match history)
- Compact layout (either vertical or horizontal), so should easily fit on your second monitor
- Stats and backgrounds (overall personal rating) are colored based on wows-numbers.com
- Double clicking a player will bring open the wows-numbers.com profile
- Support for all game modes, even clan wars with teams from different servers
Warning
This tool is by no means meant for stat shaming or being toxic towards other players in general. Please behave yourself in chat. If you think you cannot follow this simple rule, then you hereby don’t have my permission to use this tool.
Installing
Windows
Download the latest Release, unpack it, start it.
Linux
If you are on Arch Linux, there exists an AUR package. If you are on another distro, you have to compile from source.
Compiling
Windows
Requirements
- conan >= 2.0
- Qt >= 6.6.0
- clang >= 11.0.0 or MSVC
- ninja >= 1.10.2
- cmake >= 3.17
- Visual Studio 2022
- Windows SDK >= 10
- python >= 3.7
- rust >= 1.60
Steps
- Setup a conan profile for clang-cl, an example can be found here
- Build (from x64 Native Tools Command Prompt for VS2022)
conan install . --build=missing --profile=clang-release
cmake --preset conan-clang-release -DCMAKE_PREFIX_PATH=C:\\Qt\\6.8.1\\msvc2022_64 -DPA_SUBMIT_URL=<SUBMIT_URL> -DPA_LOOKUP_URL=<LOOKUP_URL>
cmake --build --preset conan-clang-release
Linux
Requirements
Steps
- Setup a conan profile for gcc, an example can be found here
- Build
conan install . --build=missing --profile=gcc-release cmake --preset conan-gcc-release -DPA_SUBMIT_URL=<SUBMIT_URL> -DPA_LOOKUP_URL=<LOOKUP_URL> cmake --build --preset conan-gcc-release