Talv

Results 8 comments of Talv

It's because of SC2 patch 5.0.0, where Blizzard increased cliff limit from 3 to 16. This also changed the format of some internal map files which store that data. >...

> I just thought I'd cash in on the bug bounty (gimme gimme) since it's a bug Excuse me, what? > I'm not sure why anyone would want to Parse...

No, it doesn't... I doubt OP even tested the patch. Because it just addressed one of the problems. I don't need this functionality myself, but for clarification: reported issue hasn't...

> Is there any way that we could add the reading of this file to our automated tests at https://github.com/ggtracker/sc2reader/blob/upstream/.circleci/config.yml ? Sure. Assuming you mean just test case? Should I...

You're using wrong function, intended for reading completely different kind of files (`game_summary` is for `.s2gs` files - they contain data about online match). As for reading replays, see https://github.com/ggtracker/sc2reader#loading-replays

@nspeedzy You do realize you've just posted on a bugtracker of said extension? No one here has any doubts as to what the cause is. It's more of a matter...

I don't play coop, but I believe mutators are injected as extension mods. So they should be listed in `cache_handles`.

It doesn't work on Python 3.5 and above, because ```api.py``` uses old method for declaring ```metaclass```, see: https://stackoverflow.com/questions/39013249/metaclass-in-python3-5