Trying to Rip from APK - 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: Trying to Rip from APK (/thread-41197.html) |
Trying to Rip from APK - nulledOFF - 10-25-2022 Hey! I am trying to rip the sprites and models from Pokemon quest. So far I have managed to get the apk decompiled and retrieve unity AssetBundles... but I do not know how to get all the games sprites, decompile classes.dex, or anything else.. Does anyone else have any useful tips, help, or anything I can use to help me get what im looking for? )) RE: Trying to Rip from APK - Barack Obama - 10-26-2022 Mr C. in the comments: https://www.spriters-resource.com/mobile/pokemonquest/ Quote:I extracted the contents of the apk file with WinRAR, then extracted the game's texture files with Unity Assets Bundle Extractor. The files are in the "assets" folder. Specifically, seleting "globalgamemanagers" or "MainData" (depending on the game) will give access to all of the game's files (assuming none are kept in an external location, usually happens with online-only games). |