@@ -48,20 +48,19 @@ See the sc2replay `wiki`_ for additional usage details (coming soon).
4848Current Status
4949---------------
5050
51- sc2reader is written to parse replays where build ``version >= 16561``. This means
52- that the following information can be extracted:
51+ sc2reader is written to parse replays where ``buidl >= 16561`` (generally
52+ version 1.1 replays). This means that the following information can be
53+ extracted:
5354
5455- Replay details (map, length, version, game type, game speed, ...)
5556- Player details (name, race, team, color, ...)
5657- Message details (text, time, player, target, ...)
5758- Game details (winners, losers, unit abilities,unit selections, ...)
5859
59- For 1.1 release replays: replay, player, and message details can still be
60- extracted because their formats do not seem to have changed as far as testing
61- shows.
62-
63- Very experimental support for 1.0 and 1.2 replays has been added. 1.0 support
64- is completely untested as I don't have any 1.0 replays (I'll find some soon).
60+ Support for version 1.2 replays has been added and appears to work correctly
61+ on all replays tested. 1.0 support has been added by implementing methods from
62+ the `phpsc2replay`_ project but is completely untested as I don't have any 1.0
63+ replays to test with right now (I'll find some soon).
6564
6665Installation
6766-------------
0 commit comments