cs2-analyser-tool

command module
v0.0.0-...-c716466 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2024 License: MIT Imports: 1 Imported by: 0

README

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
  • -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.
Options
  • 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.
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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL