Kevin Leung
Kevin Leung
Here's was the patch I have for it locally. It seems like it works, but I question everything ``` diff --git a/sc2reader/readers.py b/sc2reader/readers.py index b922dd6..ac99933 100644 --- a/sc2reader/readers.py +++ b/sc2reader/readers.py...
@GraylinKim That would be a good solution for now. If you're busy, I'm happy to take a shot at it myself, though I may not get around to it this...
Anyone have any thoughts or any success in handling archon mode? I see they added that new `archon_leader_id`, but I'm not sure how that would get integrated into the system....
Sorry for being slow to respond here. I took a look at another archon mode replay, and the situation is roughly the same as discussed in https://github.com/GraylinKim/sc2reader/issues/185#issuecomment-89498669 The biggest issue...
There's a new protocol out https://github.com/Blizzard/s2protocol/commit/2827bad0986c791201423603dac61ea29a3c3886 And here's an example of a replay http://lotv.spawningtool.com/903/download/ @GraylinKim I would be willing to help out for these things when they come up, but...
Anyone have any other thoughts on how we can start tackling archon mode? I have been getting more requests to support it, and I'm still a little lost on where...
this repo is no longer being maintained, and https://github.com/ggtracker/sc2reader is the current fork. have you tried using that? if you're still running into issues, you can post the issue on...
So the issue is as described: observers don't have units. For this particular replay, the offending observer is `Observer 10 - makoz` and unit is `BeaconArmy [2A40001]` There are 2...
I have no idea what is and isn't valid here. @GraylinKim , do you know what should be allowed for observers with units?
The entities on this particular replay are ``` {1: Player 1 - Major (Terran), 2: Player 2 - Minigun (Protoss), 3: Observer 10 - makoz, 4: Observer 9 - Emil,...