View Single Post
  #5  
Old 24-08-2020, 11:40
ps5haznogamez ps5haznogamez is offline
Registered User
 
Join Date: Jun 2020
Location: No
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
ps5haznogamez is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
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

,
I legitimately don't understand any of this.

Okay, if cls-bpk.dll and cls-bpk_u.dll are used for BPK, then why does bink_pack.exe and bink_unpack.exe exist? Clearly, ASIS is using CLS, and TC is trying to use bink_pack.exe. What you linked me was an already configured script and installer for a normal FreeARC setup, saying that it can be used without arc.ini. I don't want to use that setup, I want to keep using ASIS.

How would I configure Tiny Compressor to use cls-bpk.dll to compress with?

Last edited by ps5haznogamez; 24-08-2020 at 11:43.
Reply With Quote