ajbdev / phpsc2replay

Automatically exported from code.google.com/p/phpsc2replay
0 stars 1 forks source link

Almost all functionality broken for 2.0.4.24944 #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We need an parser upgrade )

Original issue reported on code.google.com by amvn...@mail.ru on 25 Feb 2013 at 7:24

Attachments:

GoogleCodeExporter commented 8 years ago
I noticed this too and was going to take a look but I don't fully understand 
the underworkings of the MPQ or what exactly has changed - does anyone know of 
some documentation on what the changes are and how they're reflected in the MPQ?

Original comment by Ebonwu...@gmail.com on 3 Mar 2013 at 7:16

GoogleCodeExporter commented 8 years ago
There is no documentation. Need some reverse engeeniring. From what I can see, 
there are not so much changes. I think we need to wait for HotS release before 
do that, cause I'm pretty sure format will change again after release.

Original comment by amvn...@mail.ru on 4 Mar 2013 at 6:28

GoogleCodeExporter commented 8 years ago
I personally don't think there will be any more changes after HoTS. From the 
looks of it the only major change to the replay format (from reading around on 
other sites) is that they changed the requirements of observers to be players 
(so arbitrary number of observers) and perhaps some under-the-hood hooks for 
resume from replay.

I'm going to take another look into it again tonight and see what I can figure 
out.

Original comment by Ebonwu...@gmail.com on 5 Mar 2013 at 3:08

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Is anyone thinking about fixing this parser now that HotS is out? Could really 
use it for my upcoming sc2 team league. I only need player names, race, and map 
to be parsed.

Original comment by nerioka...@gmail.com on 17 Mar 2013 at 3:48

GoogleCodeExporter commented 8 years ago
I took a look as best I could and even tried comparing logic to sc2reader 
(python), but couldn't fully understand what exactly is going on in most cases. 
It looks like the only problem that really arises is there's a change in the 
SC2Replay, and instead of map being in position 2 of the details array it's 
seemingly nowhere now? And a few other minor changes to the observer parsing. 
Unfortunately it's just too low-level for me to do and this project looks like 
it might be dead :'(

Original comment by Ebonwu...@gmail.com on 27 Mar 2013 at 6:03