Help ripping from apk file (twewy:sr) - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html) +---- Thread: Help ripping from apk file (twewy:sr) (/thread-27446.html) |
RE: Help ripping from apk file (twewy:sr) - petitepirouette - 07-17-2015 Here ya go puggsoy, https://www.dropbox.com/sh/8dmw94gmuc72xty/AADYqNoThzO0t29CoZE8v60Pa?dl=0 Will do Dazz! RE: Help ripping from apk file (twewy:sr) - puggsoy - 07-18-2015 Here's a QuickBMS script to turn the .bytes files into OGGs: Code: get NAME basename Put this into a text file and give it the extension .bms, then you can use QuickBMS to convert them. Put the files you want to convert in a folder and choose that as the input. RE: Help ripping from apk file (twewy:sr) - petitepirouette - 07-21-2015 Thank you! That worked like a charm and saved me quite a bit of time. RE: Help ripping from apk file (twewy:sr) - petitepirouette - 07-21-2015 Because there were so many files I decided that there was no way that I was going to copy paste and make 6000 bat files then click on them all to run them. I asked my brother for some coding advice and we were able to make a .bat that would automate the entire process so all 6000 folders would be created from just the one click. Code: cd C:\Disunity Aha! With this I'll be able to recompile and submit the resources sooner. cheers. RE: Help ripping from apk file (twewy:sr) - Aneko - 09-28-2015 Does anyone know what the offset is for the movie bytes? since it doesn't appear to be the same as the BGM bytes.... RE: Help ripping from apk file (twewy:sr) - Red Lightfoot - 11-19-2015 (07-16-2015, 05:28 PM)petitepirouette Wrote: UPDATE: Was wondering if you could pass me (or at least tell me the names) of the extraction tools you used to get those files from the IPA. RE: Help ripping from apk file (twewy:sr) - puggsoy - 11-19-2015 You can open IPAs with 7-zip (and probably other extraction utilities like WinRAR). Just right-click, 7-zip, Open Archive. RE: Help ripping from apk file (twewy:sr) - Red Lightfoot - 11-19-2015 Should've clarified better, my bad. I meant the tools used to extract the resources.assets files, an then the tool to extract the files that were just extracted. petite used a plural so i assumed there would be more then one tool needed. RE: Help ripping from apk file (twewy:sr) - puggsoy - 11-19-2015 Oh, right. To my knowledge disunity can extract files from .assets files. Otherwise I don't know though. RE: Help ripping from apk file (twewy:sr) - Lexou Duck - 11-20-2015 here's a copy of the private message i had sent to the OP you're gonna open up that .ipa with 7zip, dump it somewhere inside this new twewy.app folder you've created or whatever there's another folder called data, containing the big file called resources.assets so you're gonna download this program called QuickBMS so you can run the script to unpack that big file and make a file of that script, that is this script right here Code: endian big and yeah launch quickbms, run that script on the resources.assets file and now you should have a new big folder called Resources and inside that, all these .28 files so the link dazz had put up to download is now dead and you can't find the program anywhere on previous' website, but i have it sooo here's the program, i uploaded it onto mediafire http://www.mediafire.com/download/edvtjo2dnga5dbi/TwentyEight.exe drag and drop the files onto there and it should work so yeah have fun finding what you need RE: Help ripping from apk file (twewy:sr) - Red Lightfoot - 11-20-2015 I found what i need, can't thank you enough. Though I am curious. Is there any way to open the .21 files? Also I'm sorta new here, how exactly does one submit sprites? ^^" RE: Help ripping from apk file (twewy:sr) - puggsoy - 11-20-2015 If you can upload a couple of .21 files I can take a look, although I'm not promising anything. To submit, go to the game you want to submit to, and then click the "Add New Sheet" button. If the game doesn't exist, go to a system page and click "Add New Game". RE: Help ripping from apk file (twewy:sr) - Shard of Truth - 01-13-2016 On the topic of apk file ripping: Is there an android emulator out there that let's you filter graphical elements or some sort of app which dumps them? I was trying to rip the medals (and other stuff) from Kingdom Hearts Unchained χ but it seems most files are inside some strange (encrypted?) archive, so the methods suggested for TWEWY:SR here won't work. RE: Help ripping from apk file (twewy:sr) - puggsoy - 01-13-2016 Mobile games are much like PC games, i.e. each game often uses different formats. If you can upload the archive in question we can take a look. RE: Help ripping from apk file (twewy:sr) - Shard of Truth - 01-13-2016 http://www.mediafire.com/download/48cd38hdmrcr3uj/Kingdom_Hearts_Unchained_chi.zip These are the files that can be found in the apk, once the game installs they get even bigger (the misc.mp4 around 780 MB and the misc.png around 20 MB). I could upload these too but that's probably not helpful at the moment. I'm really not sure where to start here, since I don't have any experience with archives at all, maybe the smaller file is the index for the larger one. |