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

Latest commit

 

History

History
22 lines (17 loc) · 1016 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 1016 Bytes

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