View Single Post
  #10  
Old 25-03-2020, 03:48
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
@KaktoR

I fixed the BPK issue I was having:

If you take CLS-BPK_D.DLL and FAZIP32 from Ultra Arc and put them into the BPK folder of ASIS in the Decompressors folder then add the following string to Arc.ini in the FreeARC folder:

Code:
[External compressor:bpk]
header = 0
unpackcmd = "FAZip32" -i0 decompress:bpk_d <stdin> <stdout>
Then compress using CLS-BPK_C.DLL and FAZIP32:

Code:
[External compressor:bpk]
header = 0
packcmd = "FAZip32" -i0 compress:bpk_c <stdin> <stdout>
Everything works perfectly.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
KaktoR (28-03-2020)