sc2reader icon indicating copy to clipboard operation
sc2reader copied to clipboard

Extracts gameplay information from Starcraft II replay files

Results 37 sc2reader issues
Sort by recently updated
recently updated
newest added

It looks like a couple of the handleXEvent functions in there use event.killer_pid on events that dont have that attribute. Curious if theres a reason for that, or if its...

I'm able to get the normal events out of the replays, but when I print it using the following: replay = sc2reader.load_replay( 'path_here', engine=sc2reader.engine.GameEngine(plugins=[ContextLoader(), APMTracker(), SelectionTracker()])) for r in replay.events:...

Issue #130 raises that time tracking changed with LoTV. In general, it's probably best to work in frames throughout project, and convert to seconds or game time using some centralized...

Can we limit support to https://devguide.python.org/#status-of-python-branches and drop support for https://devguide.python.org/devcycle/#end-of-life-branches ?

In attempt to compile documentation: ``` docs\make.bat html ``` you're receiving: ``` Running Sphinx v4.3.2 making output directory... done building [mo]: targets for 0 po files that are out of...

It looks like SC2Reader for some reason isn't reading all in-game messages. I'm not sure if it's just this one replay or not as I don't really check through them....

https://cdn.discordapp.com/attachments/319346988904873984/875093028598083624/701042_VeTerran_Ketroc_BlackburnAIE.SC2Replay The sc2AI bot replays seems to not have indications of region data, which breaks the parser. ``` Traceback (most recent call last): File "...\tester\test.py", line 4, in replay =...

### Discussed in https://github.com/ggtracker/sc2reader/discussions/147 Originally posted by **zimri-leisher** July 28, 2021 I'm relatively new to this library but I think I may have found a small issue: in the `TargetUnitCommandEvent...

https://github.com/ggtracker/sc2reader#installation says 2.6 is supported! My vote would be to drop all legacy Python support. _Originally posted by @cclauss in https://github.com/ggtracker/sc2reader/pull/82_

enhancement