Quote:
Originally Posted by Dragonis40
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