Hi I used this Super Compressor to compressed 3.68 GB game data. However, during extraction Setup first:
1) Extract data1.srep from data1.bin then
2) Extract data1.pcf from data1.srep
3) but fail to extract files from data1.pcf file
Its showing error. I am using following commands in setup.ini:
Code:
[ExtractSettings]
FreeArcFile1={src}\data1.bin;DestDir:{app};
FreeArcFile2={src}\data1.bin;DestDir:{app};PrecSrep:1;
Seems I am missing a third command line to extract .pcf file.
Need help to solve this problem.