Graylin Kim

Results 65 comments of Graylin Kim

I think I might have found one such replay. ``` python Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.6/dist-packages/mpyq-0.1.5-py2.6.egg/mpyq.py", line 100, in __init__ self.files = self.read_file('(listfile)').splitlines()...

Do you need me to provide one of these? The archives I originally found the issue with are private but I can dig around and find one for this.

This is another localization issue. The map data wasn't translated into English so there was no 5th sheet with map information. Unfortunately the 'enGB' localization didn't have 'Megaton Team Monobattles'...

Putting this on indefinite hold. Eventually it will make sense to better deal with localization issues in sc2reader. We'll figure out how to handle this when that time comes.

We can parse these replays now but the fact that new players took control part way through the game is completely ignored. We need a good way to make this...

The information is exposed in a very basic way now with the following added to the replay: ``` python #: True of the game was resumed from a replay resume_from_replay...

This toon, region, and subregion information can be extracted from the toon_handle for each user: Example 1-S2-1-390979: - Region = 1 - Game = S2 - Subregion = 1 -...

Please attach an example replay and state your sc2reader version when reporting issues. If the replay is private you can email it to me.

This is a Python 2/3 problem in handling unicode strings. I'll try to fix it but until then you can create your own string formatting methods for sc2reader objects following...

I can't figure out how to make this formatting work in both Python 2 and 3. I don't want to have two versions of every print routine but I don't...