-
Hello,
I am experiencing a parser crash due to an incorrect number of arguments passed to PlayerData constructor.
The SC2Replay file is available here : https://dl.dropbox.com/u/5972771/Surveillance…
-
WoL is now on version 2.0.4.24944 as of today.
HotS continues to be on version 2.0.3.24764.
Here's a WoL 2.0.4.24944 replay: http://ggtracker.com/matches/1785997
Using the version number is probably…
-
There is a new test in test_all.py in ggtracker/sc2reader to demonstrate the bug.
```
def test_pids():
replay = sc2reader.load_replay("test_replays/2.0.3.24764/Antiga Shipyard (3).SC2Replay")
…
-
ggpyjobs / plugins.py has the following:
```
player1 = replay.team[1].players[0]
player2 = replay.team[2].players[0]
```
Was that code always wrongly assuming that team numbers had to start …
-
In WoL, we could rely on the fact that replay.frames was the length of the replay (in frames). And there would certainly not be any events with a frame timestamp after replay.frames.
Well not anymor…
-
Not sure where I'm going wrong here. Using sc2reader.read_file(), but it throws a TypeError: ord() expected a character, but string of length 0 found. I'm using it the way that is described at http:…
-
Currently when sc2reader fails it throws an exception and people cry. sc2reader still needs to throw exceptions, but we can't be having people crying.
One way to fix this would be adding a sc2formati…
-
The lobby properties from the s2gs files have id's that match id's found in the replay.attributes.events file from the replay. This link should be explored a bit more. The attribute id mappings for th…
-
[This file](http://drop.sc/308228/d) has a length of 65892 bytes but `archive.header` has the following offset values:
- 'hash_table_offset' = 16421632
- 'block_table_offset' = 16487168
This makes ta…
-
Ricewind - I don't know if other Analysts are having the same problem but some of the replays I download don't play correctly. I can't see a lot of the action but the minimap is fine. I would assume i…