csgo demo parser
csgodemoparser
csgo demo parser for game analysis
Dependencies
demoinfocs - parse .dem files
gorm.io - Go ORM
Getting Started
- Install golang. This is the language we are using to develop code.
- Open Windows file explorer and navigate to the go directory:
C:\Users\<USERNAME>\go - Here, make three folders: src, bin, pkg
cd src
git clone https://github.com/zacierka/csgodemoparser.git
cd csgodemoparser
- Open VSCode
- In internal terminal:
go mod download
- Run the program
go run main.go
Building
- Build .exe in internal terminal:
go build
- This generate a csgodemoparser.exe which you can run in the terminal.
- Check Releases for working builds.
Contributors
zacierka
Useful Links
This Project
Megaclan - Code Inspiration