Quote:
Originally Posted by ps5haznogamez
Did you mean to rename that .DLL from the decompressors folder to that? I tried that, and I still get the same error. I don't know what the problem is, and I want to figure it out because without BPK, the size isn't that great.
|
ok then,
profrager has created 2 different DLL libraries for BPK. one is for compression (cls-bpk.dll) and the other is for decompression (cls-bpk_u.dll). (
instead of "bink_pack.exe" and the "bink_unpack.exe")
if you prefer to use "Fazip", you can try the further process below.
Code:
arc.ini
[External compressor:bpk]
header = 0
packcmd = fazip -i0 compress:bpk <stdin> <stdout>
unpackcmd = fazip -i0 decompress:bpk_u <stdin> <stdout>
_Pack.bat
arc.exe a -ep1 -ed -r -s -i2 -w.\temp -m=bpk .\Packed\data1.bin "Pack\*"
or find out more with this ...
https://fileforums.com/showthread.php?t=103601
,