Quote:
Originally Posted by ScOOt3r
@KaktoR binkpack will compress just fine BUT it will NOT decompress with out errors..
so no it doesnt work
SCOOt3r
|

https://www.fileforums.com/showthread.php?t=104981
Code:
for /r %%f in (*.bk2) do bink_pack "%%f" "%%~df%%~pf%%~nf.BPK2
for /r %%f in (*.BPK2) do bink_unpack "%%f" "%%~df%%~pf%%~nf.BKTMP"
for /r %%f in (*.BKTMP) do hdiffz-x64 "%%f" "%%~df%%~pf%%~nf.BK2" "%%~df%%~pf%%~nf.Bink2DIFF"
del /s *.BKTMP