Thread: new tool
View Single Post
  #5  
Old 21-03-2018, 01:50
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
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.
__________________

Ultimate Conversion Compressor Creator (Discontinued/Abandoned)
My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister
Microsoft Certified Professional
Retired Conversion Creator

Last edited by vollachr; 21-03-2018 at 02:06.
Reply With Quote