-
i'm only seeing a total of 20 Match Data: https://www.hltv.org/matches/2318632/faze-vs-cloud9-eleague-major-2018 All 3 demos from the GOTV are missing match 1: https://mega.nz/#!OwFC2Q6J!mye2CCLGE8xojqDd6h6gy2aXPrH5kkfRSEIcUtlXtgI But if I process a match from IEM Oakland https://www.hltv.org/matches/2317279/sk-vs-astralis-iem-oakland-2017 The Using latest version of |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Looks like most if not all ELEAGUE 2018 demos are missing data or are not triggering events correctly https://www.hltv.org/matches/2318597/cloud9-vs-g2-eleague-major-2018 Only 16 |
Beta Was this translation helpful? Give feedback.
-
Looking at the CSGO Demo Manager code there are comments about
|
Beta Was this translation helpful? Give feedback.
-
Looks like this has nothing to do with the parser - ValveSoftware/csgo-demoinfo#20, not much I can do here. Is it not possible for you to use round_officially_ended instead? |
Beta Was this translation helpful? Give feedback.
-
Yes but we don't seem to get an event information like reason, winner, message, etc but I can calculate the winner based on the team scores easily enough. |
Beta Was this translation helpful? Give feedback.
-
Yeah I think the problem here is that the event isn’t sent reliably (the engine has support for this), so if the packet is lost then the event isn’t recorded by the GOTV relays |
Beta Was this translation helpful? Give feedback.
Yeah I think the problem here is that the event isn’t sent reliably (the engine has support for this), so if the packet is lost then the event isn’t recorded by the GOTV relays