Obscure game so no surprise I can't see anyone mentioning how to go about unpacking this, closest I've found is an unpacker for old DS titles but that won't work with this first entry for the 3DS.
Odd that that the second game doesn't seem to be in an archive.
On to the problem, a majority of the games files appear to be in a "packed" file it has no extension and the first 4 bytes are 28 50 07 00 if that helps, there is also a "packedlist" file that seems to contain the structure of the "packed" file.
Game is made by Namco, either my searching is awful or no script to unpack this archive, I kinda hope its my bad searching...
Taiko no Tatsujin - Chibi Dragon to Fushigi na Orb (3DS)
-
- Posts: 11
- Joined: Thu May 05, 2016 8:51 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Taiko no Tatsujin - Chibi Dragon to Fushigi na Orb (3DS)
Can you provide some files?
-
- Posts: 11
- Joined: Thu May 05, 2016 8:51 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 11
- Joined: Thu May 05, 2016 8:51 am
Re: Taiko no Tatsujin - Chibi Dragon to Fushigi na Orb (3DS)
Awesome, the script only seems to extract DataBase and fumen folder but the files within them aren't the correct files they are all filled with more paths similar to the packedlist file.
Error?
a .bin file found within the fumen folder should look similar to (based on other games in the series, is compressed using lz11)
instead I'm getting
Error?
a .bin file found within the fumen folder should look similar to (based on other games in the series, is compressed using lz11)
instead I'm getting
Last edited by DarkSynopsis on Thu May 05, 2016 10:32 pm, edited 1 time in total.
-
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
Re: Taiko no Tatsujin - Chibi Dragon to Fushigi na Orb (3DS)
Maybe it's because he forgot to implement the "1" number in there. It's essential for extracting the archive files that have refereneces/indexes in them.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Taiko no Tatsujin - Chibi Dragon to Fushigi na Orb (3DS)
Eh, I forgot lots of things... script 0.2
-
- Posts: 11
- Joined: Thu May 05, 2016 8:51 am
Re: Taiko no Tatsujin - Chibi Dragon to Fushigi na Orb (3DS)
Works a treat! Thanks.