henrikx / ZibomodInstaller

7 stars 2 forks source link

Changes in distribution of files. Zibo + Audiobird #3

Closed henrikx closed 6 years ago

henrikx commented 6 years ago

I have fixed the installation of zibomod, but the changes in distribution in AudioBirdXP's fmod seem to be a bit larger than first thought and changes in AudioBirdXP zip's file size has caused a different compression algorithm to be used. Previously it used Defloat, but now, due to the size it uses a more enhanced version of it called Defloat64. Defloat64 is unfortunately a proprietary algorithm, which causes the current method of extracting the archives deprecated. I have found that Microsoft has actually made a .NET method for extracting archives and unlike the third party library I use now, it supports Defloat64. This change does require a bit more code changes. This change however, will probably reduce file size and cause less false-positives by antiviruses, so it's for the better.

henrikx commented 6 years ago

Temporary workaround released.

henrikx commented 6 years ago

No longer required since b738x 3.29>