csgo demo parser

csgodemoparser

csgo demo parser for game analysis

Dependencies

demoinfocs - parse .dem files
gorm.io - Go ORM

Getting Started

  1. Install golang. This is the language we are using to develop code.
  2. Open Windows file explorer and navigate to the go directory:
    C:\Users\<USERNAME>\go
  3. Here, make three folders: src, bin, pkg
  4. cd src
  5. git clone https://github.com/zacierka/csgodemoparser.git
  6. cd csgodemoparser
  7. Open VSCode
  8. In internal terminal: go mod download
  9. Run the program go run main.go

Building

  1. Build .exe in internal terminal: go build
  2. This generate a csgodemoparser.exe which you can run in the terminal.
  3. Check Releases for working builds.

Contributors

zacierka

This Project
Megaclan - Code Inspiration