You have to use fazip to use cls
In TC arc.ini search for this
Code:
[External compressor:bpk]
header = 0
packcmd = "Resources\bink_pack" $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
and replace with this
Code:
[External compressor:bpk]
header = 0
packcmd = "Resources\FAZip32" -i0 compress:bpk_c <stdin> <stdout>
Copy the attached files to Resources folder of TC.
This should work.