barrett777 / Heroes.ReplayParser

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

Game event '15' unparsable #8

Closed mlynam closed 9 years ago

mlynam commented 9 years ago

Hi @barrett777,

I am attempting to parse the 'replay.game.events' file and I find that an event with integer value 15 is causing a not implemented exception from the default handler in the event switch. Do you have any idea what the structure could be for event 15? There isn't anything in the sc2protocol repo...

mlynam commented 9 years ago

Replay build is 38593

barrett777 commented 9 years ago

If there's an event that isn't documented in s2protocol, it's actually more likely that the event before this one is the problem.

What event comes before this?

mlynam commented 9 years ago

CCmdEvent, 3 seconds into gameplay for this particular replay.

barrett777 commented 9 years ago

I just pushed some changes for the current build, let me know if that fixes it

mlynam commented 9 years ago

alright let me check it out.

mlynam commented 9 years ago

That did it. Well that was awesome. Thank you for the prompt response and your work on this.