@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.