[Request] Ratchet and Clank *.WAD Archive
- aluigi
- 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
horrible format, I don't know if the content can be useful anyway:
*edit* updated
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-
finale00
- M-M-M-Monster veteran

- Posts: 2382
- Joined: Sat Apr 09, 2011 1:22 am
- Has thanked: 170 times
- Been thanked: 300 times
- aluigi
- 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
I see vag files in any archive, they are inside some SBsomething containers
