barrett777 / Heroes.ReplayParser

A C# library for parsing Heroes of the Storm replay files (.StormReplay)
MIT License
223 stars 95 forks source link

Talent selection not available when skipping event parsing #92

Closed M0shr00m closed 3 years ago

barrett777 commented 4 years ago

This isn't a bug, as currently we get talent selections from the events

I saw some conversation in Discord about potentially being able to get talent selections from somewhere else though?

M0shr00m commented 4 years ago

I may have found where to get talent selections from the Tracker events, so we wouldn't have to parse the Game Events. It doesn't look like it includes the talent ID's like in the regular parsing though, just the talent names. @Zemill would this work for your needs?

Zemill commented 4 years ago

Maybe. I don’t use the talent ids currently. Can you provide the code to do that and I can look into it

Zemill commented 3 years ago

You can close this