Page 1 of 3

Super Sentai Legend Wars "__data" and "__info" files

Posted: Tue Oct 04, 2016 9:23 am
by Cloud452
I managed to extract the music files from the CPKs, but the ADX files for the BGM must be encrypted. I can hear the music but it has a lot of static. So far nothing I've tried can decrypt those (but if anyone wants to take a crack at it: http://www.mediafire.com/file/e798o7aajb2w1p5/ADX.rar).

But what I'm most interested in are the card animations for the "legend" cards (hopefully they're one single file, but I'm guessing the animated parts are comprised of various images):

Image
(Droid4X recorded with Fraps, which sure works well enough, but gaining the actual files would be even better and possibly provide an image without the boarders)

So far I haven't figured out where those files are. Might be in the "UnityCache" folder with the "__data" and "__info" files... but so far nothing I have for extracting Unity files can handle those.

Uploaded a sample file: http://www.mediafire.com/file/s8k41tp62 ... a_info.rar


I would appreciate any and all help. Even a nudge in the right direction would be great.

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Sun Oct 16, 2016 8:04 am
by Cloud452
Well I've spent the past almost 2 weeks on this and am no closer to extracting anything beyond the garbled music.

Any help would be definitely appreciated.

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Sun Oct 16, 2016 10:45 am
by Acewell
UnityEX can open your __data file and you can export source files from it :D
http://www.zoneofgames.ru/forum/index.p ... opic=36240

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Mon Oct 17, 2016 1:41 am
by Cloud452
AceWell wrote:UnityEX can open your __data file and you can export source files from it :D
http://www.zoneofgames.ru/forum/index.p ... opic=36240
Wow it really can! Thank you! :up: I hope I can find what I'm looking for in all of this.

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Mon Oct 17, 2016 11:29 am
by Cloud452
Hi AceWell, if I can use your expertise once more? I found the files I was looking for, they're in a PVR format which I can open/convert just fine with PVRTexTool. :D

However with certain cards (like the one I used as an example) there are minor animations. I think the PVR works as the "base" image, and for cards that have animations there's a .tex file (well actually looks like they all have them?) but despite using at least six different tools to try and convert these into something, I'm getting nothing but pixelated and/or empty results.

Uploaded a sample here: http://www.mediafire.com/file/6cih4ii23 ... _00121.rar and a few other TEX samples plucked at random if that'll give a better idea of what is going on: http://www.mediafire.com/file/v9eek0s5n ... W_TEXs.rar . If you can take a look and give me an idea of what to do I would again be most appreciative!

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Mon Oct 17, 2016 9:53 pm
by Acewell
unfortunately i'm not a mobile texture compression expert (or any kind of expert),
i usually just let the Unity tools handle most of that :(
you can open your card_00121.tex.pvr sample in Xnview, i think this was the plugin
http://newsgroup.xnview.com/viewtopic.php?t=27877

TextureFinder can open your 37_Logo.tex as rgba32, didn't try them all though.

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Tue Oct 18, 2016 4:47 am
by Cloud452
AceWell wrote:unfortunately i'm not a mobile texture compression expert (or any kind of expert),
i usually just let the Unity tools handle most of that :(
Well you're more knowledgeable than I. :P
AceWell wrote:you can open your card_00121.tex.pvr sample in Xnview, i think this was the plugin
http://newsgroup.xnview.com/viewtopic.php?t=27877
Yeah, works well in that program with the plugin and PVRTexTool.
AceWell wrote:TextureFinder can open your 37_Logo.tex as rgba32, didn't try them all though.
Indeed, I found that TOS Tex Converter works well for all the "logo" named files, but so far the other card .tex files are showing up as blank (in TOS Tex Converter) or a mess (in TextureFinder).

Coming so close to having it all figured out...but still so far. :read:

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Wed Nov 09, 2016 8:25 am
by dswd2015
In my case the game folders are empty, can you tell me when the game downloads the data files?

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Thu Nov 10, 2016 5:58 am
by dswd2015
Cloud452 wrote:I managed to extract the music files from the CPKs, but the ADX files for the BGM must be encrypted. I can hear the music but it has a lot of static. So far nothing I've tried can decrypt those (but if anyone wants to take a crack at it: http://www.mediafire.com/file/e798o7aajb2w1p5/ADX.rar).

But what I'm most interested in are the card animations for the "legend" cards (hopefully they're one single file, but I'm guessing the animated parts are comprised of various images):

Image
(Droid4X recorded with Fraps, which sure works well enough, but gaining the actual files would be even better and possibly provide an image without the boarders)

So far I haven't figured out where those files are. Might be in the "UnityCache" folder with the "__data" and "__info" files... but so far nothing I have for extracting Unity files can handle those.

Uploaded a sample file: http://www.mediafire.com/file/s8k41tp62 ... a_info.rar


I would appreciate any and all help. Even a nudge in the right direction would be great.

Is there any possibility of you uploading the folders with the data files? I've figured out how to extract this type of file using unity assets bundle extractor and unity studio, but i need to check one by one.

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Fri Nov 18, 2016 10:36 pm
by AMG
Sorry for bumping this topic, but seems like not a single tool can unpack these "__data" Unity packages, and not a single script can import them aswell.
I've already tried the latest version of Unity Studio, UnityEX and Unity Assets Bundle Extractor, these tools can't unpack it.
Also, Chipicao's max script can't directly import it too.
It's not related to Super Sentai Legend Wars, but, still, it has the same format.
This one contains mainly meshes and textures:

http://www9.zippyshare.com/v/oQI3IAIi/file.html

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Sat Nov 19, 2016 5:10 pm
by dswd2015
Automotive Gaming wrote:Sorry for bumping this topic, but seems like not a single tool can unpack these "__data" Unity packages, and not a single script can import them aswell.
I've already tried the latest version of Unity Studio, UnityEX and Unity Assets Bundle Extractor, these tools can't unpack it.
Also, Chipicao's max script can't directly import it too.
It's not related to Super Sentai Legend Wars, but, still, it has the same format.
This one contains mainly meshes and textures:

http://www9.zippyshare.com/v/oQI3IAIi/file.html
This is the method I know to extract this type of file. Unfortunately not all __data files have templates and textures, so you need to extract them one by one to know the contents of the file.

* Important step: The extraction procedure must be performed on another partition, in my case a pen drive, the programs used and files must be on the same partition of the procedure.

Contents of the .rar file: instructions in txt, extracted files and demo images of the procedure, just follow the instructions of the txt file and images to do the tutorial correctly.

This method was tested in the Kamen Rider Battle Rush game, and in the sample file posted, I'm not sure if it works in other games. I hope I have helped.

Unity Studio: http://www.mediafire.com/file/d1x0mljln ... Studio.zip

Unity Assets Bundle Extractor 32 bits: http://www.mediafire.com/file/a8996pcgr ... _32bit.zip

Unity Assets Bundle Extractor 64 bits: http://www.mediafire.com/file/6tjws6670 ... _64bit.zip

Tutorial: http://www.mediafire.com/file/1ujw3r166 ... +Files.rar

Image

Image

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Sun Dec 18, 2016 11:45 pm
by sasimiv11
I am looking for any tutorials on how to copy the super sentai legend wars complete cached flder Android version because I couldn't find any files in my data cache folder. Any help would be appreciated.

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Mon Dec 26, 2016 6:52 am
by dswd2015
sasimiv11 wrote:I am looking for any tutorials on how to copy the super sentai legend wars complete cached flder Android version because I couldn't find any files in my data cache folder. Any help would be appreciated.
This is impossible for this game, you need to play to have access to the models, (Super sentai legend wars, kamen rider battle rush, DC Legends, Star Wars Galaxy of heroes, etc.). The more you play, the more models you have.

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Sat Dec 31, 2016 2:09 am
by sasimiv11
dswd2015 wrote:
sasimiv11 wrote:I am looking for any tutorials on how to copy the super sentai legend wars complete cached flder Android version because I couldn't find any files in my data cache folder. Any help would be appreciated.
This is impossible for this game, you need to play to have access to the models, (Super sentai legend wars, kamen rider battle rush, DC Legends, Star Wars Galaxy of heroes, etc.). The more you play, the more models you have.
I did play this game in Android version but I still couldn't can't files in cache folder Do I need to root my machine?

Re: Super Sentai Legend Wars "__data" and "__info" files

Posted: Sat Dec 31, 2016 2:48 am
by dswd2015
sasimiv11 wrote:
dswd2015 wrote:
sasimiv11 wrote:I am looking for any tutorials on how to copy the super sentai legend wars complete cached flder Android version because I couldn't find any files in my data cache folder. Any help would be appreciated.
This is impossible for this game, you need to play to have access to the models, (Super sentai legend wars, kamen rider battle rush, DC Legends, Star Wars Galaxy of heroes, etc.). The more you play, the more models you have.
I did play this game in Android version but I still couldn't can't files in cache folder Do I need to root my machine?
I have the same problem in three games, super sentai legend wars, saint seiya zodiac brave and one piece dance battle, all the game folders are empty. I'm going to test the game on an android routed device to test.