View Single Post
  #7  
Old 24-08-2020, 12:43
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
Red face

Quote:
Originally Posted by KaktoR View Post
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.
Okay, thanks for the code and the included files. Now, would i still use /$binkpack=bpk in the custom method section, or would I have to use something else?

Also, unrelated to the whole BPK thing, but still related to ASIS. I have a game that does not have it's EXE or a short cut in its main directory, but rather to a subfolder. How would I get ASIS to to make a working shortcut? It's in a folder called "System", so i tried doing this.
{app}\System\Game.exe
Turns out that, that didn't work. Is it not possible, or am I typing in the wrong thing?
Reply With Quote