CSGO-Analysis / CSGO-Analyzer

CSGO Library and application used to parse demo and bring out stats
MIT License
24 stars 7 forks source link

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

Screenshots

DemoParser-UI

demoparserui demoparserui-scoreboard