Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Heavenly Sword (.WAD) [PS3]

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
maggot666x
n00b
Posts: 14
Joined: Sun Dec 12, 2010 8:51 pm

Heavenly Sword (.WAD) [PS3]

Post by maggot666x »

Please help me unpack/pack archive files of Heavenly Sword (.WAD) [PS3]


Image


1) sample files (1.86 MB) http://www.multiupload.com/JLU3L15SXE
3) global.wad (142.23 MB) http://www.multiupload.com/V4ZO6YLHVI
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Heavenly Sword (.WAD) [PS3]

Post by aluigi »

script for QuickBMS:

Code: Select all

idstring "WAD0" # automatic endian
get DUMMY long
get FILES long
get BASE_OFFSET long
getdstring DUMMY 0x20
for i = 0 < FILES
    get OFFSET long
    get ZSIZE long
    get SIZE long
    get CRC long
    math OFFSET += BASE_OFFSET
    if ZSIZE == SIZE
        log "" OFFSET SIZE
    else
        clog "" OFFSET ZSIZE SIZE
    endif
next i
*edit* updated
Post Reply