Page 2 of 2

Re: Just Cause 3 Arc/Tab format.

Posted: Fri Dec 04, 2015 1:57 pm
by CzlowiekDrzewo
Is there any way to extract .bank files? I tried fsb extractor but all I get is error message: 'Not a valid FSB file format (file id 046464952)'.

Re: Just Cause 3 Arc/Tab format.

Posted: Sat Dec 12, 2015 10:20 am
by TheAmazingX
Hi...To the person who made the ARC Unpacker/Packer...

Do you know how to add more DLC to the name.txt files under the Just Cause 3 DLC directory please? I combined a few DLC's into one .arc and .tab for neatness but then I cannot make a call to it from "name.txt"

It seems to only take 1 dlc name....help?

Re: Just Cause 3 Arc/Tab format.

Posted: Tue Jan 26, 2016 6:37 am
by yoyodaman234
shakotay2 wrote:yeah, totally easy. You can even cut an uncompressed file from the .arc using a hexeditor and create a wav from it using daemon1's fmod_extr:
2107115430.zip

Code: Select all

HASH       BYTEOFFSET SIZE       DCOMP SIZE  NAME      
========== ========== ========== ==========  ==========
0x9437BC85 0x00000000 0x0000DD10 0x0000DD10  sound/dialogue/bra/mission_mm220_dial_gameplay_shieldup_010.wavc
btw: it's not from the .arc in the opening post - it's from game55.arc in another parallel thread that obviously has been deleted to not confuse people. :)
How did you use fmod_extr get a wav from the wavc dialogue files? I could only get an error message:
Unsupported file or audio format.
And could someone look into the weird ogg format the music is in, nothing I've used is able to recognise them.

Re: Just Cause 3 Arc/Tab format.

Posted: Tue Jan 26, 2016 10:30 pm
by shakotay2
yoyodaman234 wrote:How did you use fmod_extr get a wav from the wavc dialogue files? I could only get an error message:
Unsupported file or audio format.
I passed the filename as a parameter to the exe iirc.

Did you check your FSB file to start with 46 53 42 35 01 (FSB5)?

Re: Just Cause 3 Arc/Tab format.

Posted: Tue Jan 26, 2016 11:41 pm
by yoyodaman234
I figured out what the problem was. The file does contain the FSB5 header, but there was an extra line above it. Removed this and it worked perfectly. It's going to be annoying to do this to every dialogue file though.

Re: Just Cause 3 Arc/Tab format.

Posted: Wed Jan 27, 2016 11:33 pm
by shakotay2
yoyodaman234 wrote:Removed this and it worked perfectly. It's going to be annoying to do this to every dialogue file though.

You've to search for "FSB5" in the archives and use the finds as starting addresses for fsb file extraction.

If you can't code search for a suiting bms script (quickbms) and try to modify it.
(I remember quickbms script having a feature to search for bytes: FindLoc)

Re: Just Cause 3 Arc/Tab format.

Posted: Sun Jul 24, 2016 4:11 pm
by desperado
Ekey wrote:
iUltimateLP wrote:
Ekey wrote:Ok, unpacker is out. I will share packer later.

https://www.sendspace.com/file/nel9xi
Nice, but how to actually extract a file? This looks more like a viewer to me..
Just open tab index file. Extracting files will be automaticly! You must see output directory with extracted files in same tab folder > Unpacked. Examples:

Code: Select all

Tab Location: e:\Games\Just Cause 3\archives_win64\game2.tab
Output directory will be here: e:\Games\Just Cause 3\archives_win64\Unpacked
Packer for test only
https://www.sendspace.com/file/hmugmy

Make backup files!

Hello, packer is dead. Can you reupload it?

Re: Just Cause 3 Arc/Tab format.

Posted: Mon Aug 08, 2016 8:08 am
by AnushkaChakrabart
Will anybody help me getting a high rez picture document of the guide pls?

Re: Just Cause 3 Arc/Tab format.

Posted: Sun Mar 04, 2018 2:29 pm
by PredatorCZ
Does anybody know how enable file name logging?
I tried to use Procmon to collect file names, but it works only on Mad Max. JC3 doesn't log them at all, even when I'll create dropzone folder.
So if anyone know, please how did you get hashed filenames?