How do I unpack archive created with freearc and bpk?
I've tried with command line and also with FreeArc GUI, in both cases the cls-bpk_u.dll is near the arc.exe/unarc.exe file, also the bink_unpack.exe and an arc.ini file with the bpk method added:
Code:
[External compressor:bpk]
header = 0
unpackcmd = bink_unpack.exe $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
With or without the arc.ini edit I keep getting either either
ERROR: unsupported compression method bpk in command line or
WARNING: invalid compression method or parameters in bpk with the FreeArc GUI.
the method I used was only BPK, no other compressors, I used it on a file list that include full paths and file names of the bik files (13 files).
my compression command was this:
Code:
arc a -r -ed -s; -w"h:\temp" -dp"i:\Games\Borderlands The Pre-Sequel" -x"unins*" -mbpk "h:\temp\BTPS\Data1a.bin" "[email protected]"
Compression end successfully with no errors, but I can't unpack the file.
And if I can't even unpack it manually, how can I expect CIUv2 installer to unpack it?!
Please help.
EDIT: Nevermind, figured it out, forgot to remove the "_u" from the cls dll file, once I did that it worked.