demoScrape2
The stats collector for CSC demo files.
Join the CSC discord -> https://discord.gg/cscc
Running the parser
Tested on windows.
Setup
- Clone this repo.
- Install golang.
- Make a folder named
in
in this directory. - Put
.dem
files (not.zip
) in that folder.
Run
- 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
.
Stitching together the outputs
Optionally stitch together the CSV files into one by using the python script.
Setup
- Install python 3.8
- Install pandas with
pip install pandas
Run
- Run with the command
python .\stitch_csvs.py
This will create a file named monolith.csv
in your out
folder.