The stats collector for CSC demo files.
Join the CSC discord -> https://discord.gg/cscc
Tested on windows.
- Clone this repo.
- Install golang.
- Make a folder named
in
in this directory. - Put
.dem
files (not.zip
) in that folder.
- Run with the command
go run .
Each match will generate a CSV file of stats, a debugging file, and a chatlog in a folder named out
.
Optionally stitch together the CSV files into one by using the python script.
- Install python 3.8
- Install pandas with
pip install pandas
- Run with the command
python .\stitch_csvs.py
This will create a file named monolith.csv
in your out
folder.
- Install node version 17+
- Install yarn
cd demo-downloader
yarn install
- Go to main function in
downloader.js
and change second param ofprocessTier
to match the folder where combine demos are node downloader.js
- Go to main function in
season-downloader.js
and change second param ofprocessTier
to match the folder where the match day you are processing is. node season-downloader.js