View Single Post
  #7  
Old 03-11-2022, 13:00
Dragonis40 Dragonis40 is offline
Registered User
 
Join Date: Mar 2021
Location: italy
Posts: 70
Thanks: 0
Thanked 3 Times in 3 Posts
Dragonis40 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
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?
Reply With Quote