Quote:
Originally Posted by devil777
After compressing in a combination of knights compressor when I try to unpack it using setup.exe (also from thethe script of yours) , I get unknown compression method.. zlib isn't supported. Please help in best and easiest way.
|
you are getting this error because installer doesn't have pzlib files..
set the decompression method in
[Resources] section. simply put 1 against each method which you are using...
e.g. if you have compressed game with pzlib3+srep+lolz then:
[Resources]
SRepInside=1
pZlib_x64=1
Lolz_x64=1
I hope it is clear now..