Quote:
Originally Posted by Masquerade
No need to worry about the different file types, just make sure all of the extracted files are in the same folder. Then, in cmd do:
Code:
bincat extracted_data\* new.pck
hdiffz-x64 new.pck old.pck patch.diffz
To apply the patch in your repack installation, do:
Code:
bincat extracted_data\* new.pck
hpatchz-x64 new.pck patch.diffz old.pck
|
Hello! I've done what you suggested me, but I can see no improvement at all in terms of file compression. The resulting files from hpatchz have exactly the same size of original .pck file. So, what' the advantage?