If you were logged in you would gain 3 XP for posting a reply.
You are replying to:
The Sc2Replay file contains 2 informations:
1) The name of the Sc2Map file from the cache. This is a string that looks like this: "22/d0/22d0ff28cfc96674b1134ad83f2469d03736135c239f772af91a26ffe662a6dd.s2ma" 2) The name of one (or more) image files, packed inside the s2ma.
So:
* You have to check for the (1) file in the player's cache folder (/appData/Blizzard/Bnet/Cache/). The path is slightly different with Xp and Vista/7 so be careful. * Open the s2ma file with mpqlib * Extract the image named (2) from it
My parser will give you the 2 informations above. If you want to extract the image yourself with that, feel free to do it.
The Sc2Replay file contains 2 informations:
1) The name of the Sc2Map file from the cache. This is a string that looks like this:
"22/d0/22d0ff28cfc96674b1134ad83f2469d03736135c239f772af91a26ffe662a6dd.s2ma"
2) The name of one (or more) image files, packed inside the s2ma.
So:
* You have to check for the (1) file in the player's cache folder (/appData/Blizzard/Bnet/Cache/). The path is slightly different with Xp and Vista/7 so be careful.
* Open the s2ma file with mpqlib
* Extract the image named (2) from it
My parser will give you the 2 informations above. If you want to extract the image yourself with that, feel free to do it.