Link for app: https://kazbek.github.io/FAF-Analytics
Intro
For a long time I wanted to be able to get statistics about my games, as well as analyze specific games. A couple of months ago I started working on such a tool, and now it provides an opportunity to view player statistics, analyze current lobbies, view ladder activity over the last week, and also get some information from replays. Next, I will describe the functionality of the site.
It now supports two languages: English and Russian.
If you can translate it into another language, please contact me.
Player statistic
Here, after selecting a player and clicking the "Load" button, you will be shown the player statistics.
Basic settings:
Game type: Global + TMM, Ladder 1v1, TMM 2v2
Group similar map - in order to combine similar maps (for example, similar DualGaps into one map).
The first table shows which players you have played most often with, how many games have been played with them, their current rating, your rating change from the games in which they participated, the statistics of victories when they are allies and opponents.
The second table shows the winrate for specific map. General statistics under the FAF logo, then separately for each faction.
Details for "All maps" show the number of games for each faction and rating changes over time.
Headings are clickable, click them to hide related data!
Details for a specific map show wins and losses for a specific faction if the game ends in a specific period of time. The lines show the winrate for each period of time. As example this guy is pretty good on most popular map but can be easily killed by early rush.
Also supports direct links for players like (all parameters are optional):
https://kazbek.github.io/FAF-Analytics/player/{Login}/{GameType}
https://kazbek.github.io/FAF-Analytics/player-id/{PlayerId}/{GameType}
Game types: 1- Global + TMM, 2 - Ladder, 3 - TMM 2v2.
Example ZLO:
https://kazbek.github.io/FAF-Analytics/player/ZLO - ZLO Global
https://kazbek.github.io/FAF-Analytics/player/ZLO/2 - ZLO Ladder
https://kazbek.github.io/FAF-Analytics/player-id/145/3 - ZLO TMM 2v2
Lobbies
This section shows information about the current lobbies. To update information about them, it is recommended to use the "Refresh" button at the top right of the page, it saves data about the already loaded player.
After clicking on the "Load" button, the site will show information about the winrate of each player on this particular map, as well as the number of games on it (including unrated ones). By clicking on the player's nickname, you will be taken to a page of detailed statistics about him.
By default, it first shows the lobbies with the most players, but if you want to see your lobby (as well as your friends) first, then add yourself to your favorite players in the settings section, they will be saved even after you close the browser. Better to add yourself first.
Replay parser
Here you can parse any replay from file or from its Id. You can input it's number with or without #, also you can just put link like https://replay.faforever.com/14394131 it will crop it automaticly.
The first part shows the players of the teams, ACU upgrades by the end of the game, their rating and the average CPM (Commands per minute). Next comes the CPM chart.
Note. Multiple build orders by dragging counts here as 1 command. Like build walls in a line. Headings are clickable, click them to hide related data!
Next comes the part that shows the main events, such as ACU upgrades and the construction of experimental units. Also, the commander's icon means that the player most likely died at that moment. To find out which player belongs to this or that event, hover over the icon, his nickname will be in the tooltip. It should be noted that the construction of T3 artillery will always have the icon of the artillery of the faction that the player has chosen.
There is also a player that allows you to evaluate where the players handed out commands at different times. It supports rewind, auto play, color grouping by commands, and two play modes. In the first playback mode, only commands from the last 30 seconds are shown, and in the second all commands up to the current moment. The second mode can create a heavy load on the processor on long replays.
At the end, the chat of the game is shown, and the messages about the transfer of resources are also highlighted. They are displayed even if there was no information about the transfer of resources in the chat.
Conclusion
I tried to make the functionality as convenient and understandable as possible. I would be glad to hear suggestions and comments, you can write them here or in Discord (there you can find me by the same nickname).