barrett777 / Heroes.ReplayParser

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

Messages not showing up in file #106

Closed clevelandbuckeye closed 4 years ago

clevelandbuckeye commented 4 years ago

Are the messages object meant to parse the in-game chat? If so, they are not working

barrett777 commented 4 years ago

They aren't parsed by default, you need to enable ParseOptions.ShouldParseEvents

With that option enabled, you should be able to see in-game Allied chat for the creator of the replay file