Quote:
Originally Posted by KaktoR
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?