I would like to analize the logs of a dota2 replays (.dem file) but I cannot find any reliable information about it, the tutorials and git repositories are outdated and the do not work
I can download the using opendota api( /matches/{match_id} )
Initially I tried to follow the documentation provided here
But it is very outdated, and secondly i could not manage to make it work.
Therefore I decided to try to make a "demoreader" myself. But I could not find the .proto files that have been used to build the .dem file so I am currently stuck.
Do some of you know if there is some repository that might help me?