View Single Post
  #4  
Old 24-08-2020, 06:51
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by ps5haznogamez View Post
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

,
Attached Images
File Type: png 1.png (12.6 KB, 230 views)
File Type: png 2.png (11.7 KB, 225 views)
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
hydefromt70s (10-03-2021)