FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   ASIS/TC problem, BPK not unpacking? (https://fileforums.com/showthread.php?t=103770)

BLACKFIRE69 27-08-2020 00:36

Quote:

Originally Posted by ps5haznogamez (Post 487594)

srep+lolz:dt:dtb1:dtw1:dtm1:dto1:dtd1:mtt1:mt4:d64 m:fba4096:mc1023+fazip

I tried this and trying to compress it told me it's unsupported.

that's because of there's no compression method called "fazip".

ps5haznogamez 27-08-2020 07:02

Quote:

Originally Posted by BLACKFIRE69 (Post 487595)
srep+lolz...+fazip ?

no you can't.

I didn't know that, is there a reason why? I couldn't find any actual info regarding what can be used with what, because being vague is so cool on this site.

Okay, if I can't use srep+lolz with fazip, then i can sure as hell use bink_pack because it worked. How would I go with adding bink_pack to ASIS? I am at an actual loss here, does ANY installer on this site actually support bink_pack at all? Everything I have checked uses CLS, and TC is the only compressor on here that uses bink_pack, so there HAS to be a way I can use it.


Quote:

Originally Posted by Harsh ojha (Post 487598)
Try this

pZlib + srep + fazip
pZlib + srep + lolz
Precomp + srep + rz
Precomp + srep + msc + fazip

Is this a list of what I can use, or are you just saying to use all 4 of these?

KaktoR 27-08-2020 09:02

As I said, use fazip only if you compress with cls (f.e. cls-bpk.dll).

I think all installers use cls-bpk.dll for unpacking, because it's better.

And I don't know why ASIS give you an error on unpacking, sorry :(

BLACKFIRE69 27-08-2020 19:44

Quote:

Originally Posted by ps5haznogamez (Post 487604)
I didn't know that, is there a reason why? I couldn't find any actual info regarding what can be used with what, because being vague is so cool on this site.

Okay, if I can't use srep+lolz with fazip, then i can sure as hell use bink_pack because it worked. How would I go with adding bink_pack to ASIS? I am at an actual loss here, does ANY installer on this site actually support bink_pack at all? Everything I have checked uses CLS, and TC is the only compressor on here that uses bink_pack, so there HAS to be a way I can use it.




Is this a list of what I can use, or are you just saying to use all 4 of these?

are you still expecting srep+lolz+bpk, so here is an easy example of that.

BPK example.rar

this is just an example, remember to make changes with your compressor and the ASIS.

Masquerade 28-08-2020 01:21

Don't use srep+lolz+bpk

Always universal tools last!

bpk+srep+lolz

Finally - don't use bink_pack.exe to compress, you use the cls dll. The exe is buggy, breaks files, causes errors - not fun! This fazip matter is my fault since I suggested KaktoR to add it to the installer.

@KaktoR
You can remove the fazip bpk config (maybe even remove fazip.exe since I don't recall it having any important usage). Instead rename cls-bpk_u.dll to cls-bpk.dll then unarc will just work the cls as normally, not needing fazip to handle it. My apologies! When I first suggested the method, I didn't know very much, especially how cls dlls worked.

@ps5haznogames
Download latest bpk, rename the dll for packing to cls-bpk and put it into your compressor. Method name is bpk, since its a cls. It must be then next to arc.exe to work.

Make a file called arc.groups, inside write:

Code:

$bpk
*.bik
*.bk2

Then use this method:

srep+lolz/$bpk=bpk

This will compress all of the bink video using bpk and the rest with srep, lolz.

If I remember anything else you will find remotely useful I'll add it.

ps5haznogamez 28-08-2020 08:54

Quote:

Originally Posted by Masquerade (Post 487614)
Don't use srep+lolz+bpk

Always universal tools last!

bpk+srep+lolz

Finally - don't use bink_pack.exe to compress, you use the cls dll. The exe is buggy, breaks files, causes errors - not fun! This fazip matter is my fault since I suggested KaktoR to add it to the installer.

@KaktoR
You can remove the fazip bpk config (maybe even remove fazip.exe since I don't recall it having any important usage). Instead rename cls-bpk_u.dll to cls-bpk.dll then unarc will just work the cls as normally, not needing fazip to handle it. My apologies! When I first suggested the method, I didn't know very much, especially how cls dlls worked.

@ps5haznogames
Download latest bpk, rename the dll for packing to cls-bpk and put it into your compressor. Method name is bpk, since its a cls. It must be then next to arc.exe to work.

Make a file called arc.groups, inside write:

Code:

$bpk
*.bik
*.bk2

Then use this method:

srep+lolz/$bpk=bpk

This will compress all of the bink video using bpk and the rest with srep, lolz.

If I remember anything else you will find remotely useful I'll add it.

Download the latest BPK? Where is that? Do you mean the latest "cls-bpk.dll" that someone else linked here? Would I add it to my arc.ini like this or continue with the FAzip edit?

[External compressor:bpk]
header = 0
packcmd = "Resources\cls-bpk" $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

Masquerade 28-08-2020 09:19

1 Attachment(s)
Quote:

Originally Posted by ps5haznogamez (Post 487621)
Download the latest BPK? Where is that?

See attatched file.

Quote:

Originally Posted by ps5haznogamez (Post 487621)
Would I add it to my arc.ini like this or continue with the FAzip edit?

You don't need fazip, or arc.ini to use cls dlls.

Put cls-bpk.dll in the above archive into your compressor. The method name is the string that follows cls- prefix, so, the method is bpk

srep+lolz/$bpk=bpk

($bpk is just the name of our group, I see KaktoR on the last page used $binkpack)


For unpacking, open arc.ini in asis, remove the bpk fazip config.

Take cls-bpk_u from the above archive, and put it into your bpk folder in asis. Rename it to cls-bpk.dll.

Now, make sure you use the ini file to ensure that the dll file will be built with the setup, now install your archive.

KaktoR 28-08-2020 09:38

Quote:

Originally Posted by Masquerade (Post 487614)
@KaktoR
You can remove the fazip bpk config (maybe even remove fazip.exe since I don't recall it having any important usage). Instead rename cls-bpk_u.dll to cls-bpk.dll then unarc will just work the cls as normally, not needing fazip to handle it. My apologies! When I first suggested the method, I didn't know very much, especially how cls dlls worked.

I don't know, but in latest version fazip is not present anymore (nor any arc.ini settings). It seems that in the meantime I reverted it back to cls, but I don't know :D


All times are GMT -7. The time now is 12:42.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com