Designed specifically for players and coaches, this command-line interface tool provides a simple display and easy data ready to analyse, compare and start your journey towards improving your team and your personal CS2 skills.
This command parses a CS2 demo file and provides statistical analysis of players' performance.
analyse [flags]
-d, --demo <path>
: Path to the CS2 demo file.p, --players <players>
: A list of player to analyse. This should be provided as a comma-separated list of player names.s, --save
: Flag to save the demo player's data.--save-type <type>
: Type of file to save the data. Options are json
and csv
. The default is json
.d
: If -d not provided, the CLI will pop a window to select the file in our system.p
: If no players are provided, a multiselect option will show on terminal.Analyzing a Specific Demo
analyse --demo path/to/demo/file
This command will process the specified demo file and output the analysis to the console and will display all available players to analyse.
Analyzing Specific Players and Saving the Data
analyse --demo path/to/demo --players "player1,player2" --save --save-type csv
This will analyse only "player1" and "player2" from the specified demo and save the data in CSV format.
The data output showed in the terminal table is not all the analyzed data, to get more info about the available data, go to PLAYER_DATA
git https://github.com/taua-almeida/cs2-analyser-tool.git
cd cs2-analyser-tool
go build
If you'd like to contribute, please fork the repository and open a pull request to the main
branch.