David Joerg
David Joerg
might also be interesting to see the stats either for the whole SC2 population, or just yourself.
Hi @luisdelarosa ! We don't have replays that we use for APM validation, if you could put something like that together it would be super helpful. There is some active...
btw time-related active work described [here](https://github.com/ggtracker/ggtrackerstack/issues/28)
@gravelweb that makes sense. However, given the data that's available in the replay it might be more work than you'd think to compute / estimate it. Are you already familiar...
_From @gravelweb on April 13, 2016 13:34_ @dsjoerg I imagine I will be soon enough once I start working on the 1v1 map issue :) If you want to give...
``` >> import sc2reader >> replay = sc2reader.load_replay('/Users/David/Downloads/ggtracker_6586262.SC2Replay' >> set([e.name for e in replay.events]) set([u'CameraEvent', u'UnitInitEvent', u'TargetAbilityEvent', u'PlayerLeaveEvent', u'UnitDoneEvent', u'UnitPositionsEvent', u'ChatEvent', u'PlayerStatsEvent', u'AbilityEvent', u'SetToHotkeyEvent', u'SelectionEvent', u'LocationAbilityEvent', u'SelfAbilityEvent', u'PingEvent', u'UpgradeCompleteEvent', u'AddToHotkeyEvent',...
_From @gravelweb on April 18, 2016 2:18_ Some issues are being reported in ggtracker/sc2reader, and I'm wondering if there should be one common place for ggtracker issues (maybe in ggtrackerstack?)...
_From @gravelweb on April 18, 2016 2:19_ @dsjoerg Yes this sounds like a project I want to take on. Any idea how much work is involved here?
ggtrackerstack sounds like a great place for issues.
building a simulation of building queues is a lot of work. i'd say a solid week of work to get something that would be useful for players. some wrinkles: -...