Shantae and the Pirate's Curse .data and .vol

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Shantae and the Pirate's Curse .data and .vol

Post by makc_ar »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Shantae and the Pirate's Curse .data and .vol

Post by aluigi »

makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Shantae and the Pirate's Curse .data and .vol

Post by makc_ar »

Thanks a lot aluigi.
funion_Ring
Posts: 11
Joined: Sun Jan 01, 2017 1:07 am

Re: Shantae and the Pirate's Curse .data and .vol

Post by funion_Ring »

aluigi wrote:Script 0.1.3:
http://aluigi.org/bms/scooby_looney.bms



for 3ds game "Adventure Time: Hey Ice King! Why'd You Steal Our Garbage?!"

The script needs a small re-order.

elif SIGN == 0xb53d32cb
get DUMMY long
get DUMMY long # 0x1c
if DUMMY == 0x0000001c
get FILES long
get INFO_OFF long
get DATA_OFF long
else
get DUMMY long # 0x1c
get DATA_OFF long
get FILES long
get INFO_OFF long

goto INFO_OFF

maybe this is better?
kavid
Posts: 16
Joined: Tue Jun 13, 2017 7:12 am

Re: Shantae and the Pirate's Curse .data and .vol

Post by kavid »

it dosent support wiiu vol files。
can you to add to support it?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Shantae and the Pirate's Curse .data and .vol

Post by aluigi »

First you must decompress it with this script:

Code: Select all

comtype deflate
endian big
get DUMMY long
get DUMMY long
get ZSIZE long
get SIZE long
savepos OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE


Then open the original script with a text editor and add the following line just at the beginning:

Code: Select all

endian big
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Shantae and the Pirate's Curse .data and .vol

Post by aluigi »

Script 0.1.3
jonastraducoes
Posts: 88
Joined: Sun Aug 18, 2019 1:33 am

Re: Shantae and the Pirate's Curse .data and .vol

Post by jonastraducoes »

aluigi wrote:Script 0.1.3


Good Morning!

I'm using WayForward Technologies (DATA and VOL) (script 0.1.5)!

it extracts in 27 seconds, but recreating the DATA file takes 3257 seconds!
Almost 1 hour of PACK!

You can make it faster to pack the DATA file!

If possible I would appreciate it!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Shantae and the Pirate's Curse .data and .vol

Post by aluigi »

You can try using quickbms 0.11 with reimport2.bat, in theory it should a bit faster.