Users browsing this thread: 1 Guest(s)
Supersonic Warriors 2 .arc Files - File Gurus Help Me Please
#2
Here's a QuickBMS script:

Code:
# Dragon Ball Z: Supersonic Warriors 2 .arc format
#
# Written by puggsoy
# script for QuickBMS http://quickbms.aluigi.org

idstring "GARC"

get FSIZE long
get FILES long
get BASE_OFF long

for i = 0 < FILES
   get OFFSET long
   get SIZE long
   math OFFSET += BASE_OFF

   log "" OFFSET SIZE
next i

Unfortunately there aren't any names, so the extracted files will just be numbered (hexadecimally). Some of them (like the ones in bdk_img.arc) are compressed, they can be decompressed using rle.exe from here. DSDecmp might work as well, you can try that if you want.

Anyway, that's as far as I got for now. I'll look further into getting the actual images when I have more time, hopefully soon.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Reply
Thanked by: Shade


Messages In This Thread
RE: Supersonic Warriors 2 .arc Files - File Gurus Help Me Please - by puggsoy - 09-17-2015, 05:58 AM

Forum Jump: