View Single Post
  #1  
Old 02-11-2022, 00:06
Masquerade Masquerade is online now
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by Dragonis40 View Post
the output files are: .wav, .bnk, .dat files and no .wem files.
So how can I correctly use Bincat and hdiffz procedure?
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
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
Guravkov2010 (02-11-2022)
Sponsored Links