View Single Post
  #6  
Old 24-08-2020, 11:49
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
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.
Attached Files
File Type: 7z TC_BPK-cls.7z (311.4 KB, 67 views)
__________________
Haters gonna hate
Reply With Quote