[Request] Ratchet and Clank *.WAD Archive

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Arymond
advanced
Posts: 54
Joined: Sun Feb 12, 2012 12:49 am
Has thanked: 6 times
Been thanked: 1 time

[Request] Ratchet and Clank *.WAD Archive

Post by Arymond » Tue Feb 28, 2012 9:32 pm

The contents of this post was deleted because of possible forum rules violation.

Arymond
advanced
Posts: 54
Joined: Sun Feb 12, 2012 12:49 am
Has thanked: 6 times
Been thanked: 1 time

Re: [Request] Ratchet and Clank *.WAD Archive

Post by Arymond » Fri Mar 02, 2012 9:34 pm

Nothing? Not even a BMS Script? I'd Really like to figure out the File Formates of the Game :(

User avatar
aluigi
VVIP member
VVIP member
Posts: 1917
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 650 times
Contact:

Re: [Request] Ratchet and Clank *.WAD Archive

Post by aluigi » Sat Mar 03, 2012 4:07 am

horrible format, I don't know if the content can be useful anyway:

Code: Select all

get FILESIZE asize
get MAX_OFF long
math EXPECT = MAX_OFF
math EXPECT x= 0x800
math EXPECT /= 0x800
for
    do
        savepos INFO_OFF
        if INFO_OFF > MAX_OFF
            cleanexit
        endif
        get OFFSET long
    while OFFSET != EXPECT
    get SIZE long
    math EXPECT = OFFSET
    math EXPECT += SIZE
    math OFFSET *= 0x800
    math SIZE *= 0x800
    math TMP = OFFSET
    math TMP += SIZE
    if TMP > FILESIZE
        math SIZE = FILESIZE
        math SIZE -= OFFSET
    endif
    log "" OFFSET SIZE
next
*edit* updated

Arymond
advanced
Posts: 54
Joined: Sun Feb 12, 2012 12:49 am
Has thanked: 6 times
Been thanked: 1 time

Re: [Request] Ratchet and Clank *.WAD Archive

Post by Arymond » Sat Mar 03, 2012 4:23 am

What dose this do exactly it seems to only pop out a few files... non of them being the VAGp's i've been finding

finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 300 times

Re: [Request] Ratchet and Clank *.WAD Archive

Post by finale00 » Sat Mar 03, 2012 4:36 am

I see a VAGp file in the audio wad.

User avatar
aluigi
VVIP member
VVIP member
Posts: 1917
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 650 times
Contact:

Re: [Request] Ratchet and Clank *.WAD Archive

Post by aluigi » Sat Mar 03, 2012 2:55 pm

I see vag files in any archive, they are inside some SBsomething containers

Arymond
advanced
Posts: 54
Joined: Sun Feb 12, 2012 12:49 am
Has thanked: 6 times
Been thanked: 1 time

Re: [Request] Ratchet and Clank *.WAD Archive

Post by Arymond » Sat Mar 03, 2012 5:58 pm

oh ok i see that now hmm.. SB1... "Sound Banks"?

Any way about the Hidden files... Do i have to Manually Dump the Data to get that?

Post Reply