ascendedguard / sc2replay-csharp

C# Library for parsing Starcraft 2 Replay files
MIT License
56 stars 20 forks source link

MPQ extraction should be done from a DLL to avoid using MPQEditor.exe #2

Closed ascendedguard closed 13 years ago

ascendedguard commented 13 years ago

StormLib should be adequate for extracting MPQ files, likely a managed-C++ wrapper will need to be written. An executable should not be required to use the library.

ascendedguard commented 13 years ago

This has been fixed as of the following commit: https://github.com/ascendedguard/sc2replay-csharp/commit/7317aa4d1fb8d07602678c27ed96b036731e95d0