Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

CSGO Library and application used to parse demo and bring out stats

License

Notifications You must be signed in to change notification settings

CSGO-Analysis/CSGO-Analyzer

Repository files navigation

Fork of https://github.com/moritzuehling/demoinfo-public/

The goal of this fork is to separate demo parsing and data processing. To achieve this, it will use events triggered by the parser when things happened (e.g. new team parsed, player infos update parsed, round end event parsed, ...)

Demo parsing

CSGO protobuf updated definition : Protobuf used to parse .dem.info file : CDataGCCStrike15_v2_MatchInfo

Application Architecture

  • DemoParser-Core : CSGO .dem file parser triggering parsing events
  • DemoParser-Model : contains data models and repos/services to store or compute stats of a game
  • DemoParser-UI : little WPF application made to see what's possible with this library

Screenshots

DemoParser-UI

demoparserui demoparserui-scoreboard

About

CSGO Library and application used to parse demo and bring out stats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages