I've tried to obtain match details using EMsgGCMatchDetailsRequest message but it seems like EMsgGCMatchDetailsResponse does not has any info regarding player purchases during the game, how much gold he earned and a lot of other usefull info. So the question is how it possible to request this match details using Dota2Client?
I've also seen CDOTAMatchMetadata but it is related to replay file which I also can't see the way to download due to lack of for replay<cluster>.valve.net/570/<matchid>_<salt>.dem.bz2 url. Is there a way to find it?
I've tried to obtain match details using
EMsgGCMatchDetailsRequest
message but it seems likeEMsgGCMatchDetailsResponse
does not has any info regarding player purchases during the game, how much gold he earned and a lot of other usefull info. So the question is how it possible to request this match details usingDota2Client
?I've also seen for
CDOTAMatchMetadata
but it is related to replay file which I also can't see the way to download due to lack ofreplay<cluster>.valve.net/570/<matchid>_<salt>.dem.bz2
url. Is there a way to find it?