core
core copied to clipboard
Add information about match MVP
Is there any way to get information about MVP of the match?
Probably, since it can be looked up for old matches. It's probably in one of the GC responses somewhere
Any chance to get it in matches/<match_id>
API soon or i can contribute it by myself?
Where should i look to add this info?
The protos in GameTracking-Dota2 might be a good place to start. You might need to NetHook the client to see what calls are being made, and it might need to be added to the node-dota2 repo. @Crazy-Duck might be able to offer some guidance
I haven't checked the protobufs in a while so don't know where the client is getting the MVP info. But I'd say NetHooking the client like Howard is suggesting is a good place to start.