Heavenly Sword (.WAD) [PS3]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
codec
Posts: 46
Joined: Tue Feb 10, 2015 8:28 am

Heavenly Sword (.WAD) [PS3]

Post by codec »

Hello guys.can you help me please.
This game I can open with Quick Bms
of course thanks Aluigi extract script code
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


now I need repack script code.
Normally Russian game programmers made translate this game but they dont give anyone
any idea? or someone can share repack script?
Amagakuro
Posts: 46
Joined: Wed Sep 23, 2015 4:47 pm

Re: Heavenly Sword (.WAD) [PS3]

Post by Amagakuro »

Quickbms has a repack feature you can find all the information in quickbms folder -> quickbms.txt section 3
Or to simply quote the description
Reimport the files in the archive via the GUI by clicking on the
file called "reimport.bat" OR via command-line:

quickbms -w -r script.bms archive.pak output_folder


Your only limitation is that the file you're repacking MUST be of the same size, OR lower, than the original one, it can't be bigger.
codec
Posts: 46
Joined: Tue Feb 10, 2015 8:28 am

Re: Heavenly Sword (.WAD) [PS3]

Post by codec »

Amagakuro wrote:Quickbms has a repack feature you can find all the information in quickbms folder -> quickbms.txt section 3
Or to simply quote the description
Reimport the files in the archive via the GUI by clicking on the
file called "reimport.bat" OR via command-line:

quickbms -w -r script.bms archive.pak output_folder


Your only limitation is that the file you're repacking MUST be of the same size, OR lower, than the original one, it can't be bigger.

Code: Select all

http://s3.dosya.tc/server6/6pyj28/global.rar.html

thanks your answer
can you download and try with Aluigi extract script code and than repack.
if you get a successful result about repack can you send me?