Game: https://www.gog.com/game/shantae_and_the_pirates_curse
Example .data: https://mega.nz/#!h05ECYJT!iAndt5q13j3z ... dzZCsoZQ6c
Scrippt WayForward Technologies (DATA and VOL) v 0.1.2 not working to .vol https://mega.nz/#!QtQw0ADa!v1s5Je0zgFIu ... rogrHi0tIk
Shantae and the Pirate's Curse .data and .vol
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Shantae and the Pirate's Curse .data and .vol
Thanks a lot aluigi.
-
- Posts: 11
- Joined: Sun Jan 01, 2017 1:07 am
Re: Shantae and the Pirate's Curse .data and .vol
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?
-
- Posts: 16
- Joined: Tue Jun 13, 2017 7:12 am
Re: Shantae and the Pirate's Curse .data and .vol
it dosent support wiiu vol files。
can you to add to support it?
can you to add to support it?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Shantae and the Pirate's Curse .data and .vol
First you must decompress it with this script:
Then open the original script with a text editor and add the following line just at the beginning:
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Shantae and the Pirate's Curse .data and .vol
Script 0.1.3
-
- Posts: 88
- Joined: Sun Aug 18, 2019 1:33 am
Re: Shantae and the Pirate's Curse .data and .vol
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!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Shantae and the Pirate's Curse .data and .vol
You can try using quickbms 0.11 with reimport2.bat, in theory it should a bit faster.