bw-leran
Results
2
issues of
bw-leran
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:...
I'm trying to get replay data from .SC2Replay files by running replay_minerals.py. The program runs successfully but outputs empty arrays and values. I've tried several different replay files. Here is...