taua-almeida / cs2-analyser-tool

Designed specifically for players and coaches, this command-line interface tool provides in-depth insights into gameplay strategies and performance metrics
MIT License
5 stars 0 forks source link
cli cs2 go open-source

cs2-analyser-tool

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.

Usage

Analyse

This command parses a CS2 demo file and provides statistical analysis of players' performance.

Command Syntax

analyse [flags]

Flags

Options

Examples

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.

Analyzed data

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

Contributing

Clone the repo

git https://github.com/taua-almeida/cs2-analyser-tool.git
cd cs2-analyser-tool

Build the project

go build

Submit a pull request

If you'd like to contribute, please fork the repository and open a pull request to the main branch.