spillerrec / VirtualAA2

2 stars 0 forks source link

Import Wizard ready mods #6

Open spillerrec opened 8 years ago

spillerrec commented 8 years ago

Mods released to work with Wizard are often using unpacked PP archives without any header information. We should have an easy way to convert those and replicate the header in the same way as Wizard does, which I guess is just filling the meta-data with 0.

spillerrec commented 8 years ago

There is a bit of an issue, pylzma does not support LZMA2 (https://github.com/fancycode/pylzma/issues/7) and the majority of the 7z archives I have use it. Maybe an idea to give it a shot myself, as no progress appears to have been made for years. Might be easier just to do this directly in C++ rather than python though, but this is a good opportunity.