The VG Resource

Full Version: Puzzle Fighter (mobile) rips
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I'm trying to rip the 3d models on the android version of Puzzle Fighter and I can't seem to find them. I'm using Unity Studio to look for the files and all I'm getting is gem models and textures. I think game models would be located in a resources asset file, but I haven't seen one. If anyone wants to give it a go then I'll link the game and what I used.

Puzzle Fighter: https://puzzle-fighter.en.uptodown.com/android

Unity Studio: https://github.com/RaduMC/UnityStudio
[attachment=7947]
[attachment=7948]
Well I got some textures and sprites from the game, but the 3d models are hard to find or extract. There are some strange files that are called split files but I don't know how to convert or open them. But hey, at least something is better than nothing.
(01-21-2018, 09:21 PM)Jetsetremix Wrote: [ -> ]Well I got some textures and sprites from the game, but the 3d models are hard to find or extract. There are some strange files that are called split files but I don't know how to convert or open them. But hey, at least something is better than nothing.

Use this version of UnityStudio instead, it will automatically merge all the split asset files when you load the entire folder. here's a Tutorial if you need it.

The only models in the base APK are the gems, chest stand, and a few VFX. Seeing as this is the case, the game downloads the files for the fighters/otherstuff to your phone's cache, You'll have to find a way to extract them from the cache which usually requires rooting your phone/emulator.
(01-21-2018, 09:50 PM)Hallow Wrote: [ -> ]
(01-21-2018, 09:21 PM)Jetsetremix Wrote: [ -> ]Well I got some textures and sprites from the game, but the 3d models are hard to find or extract. There are some strange files that are called split files but I don't know how to convert or open them. But hey, at least something is better than nothing.

Use this version of UnityStudio instead, it will automatically merge all the split asset files when you load the entire folder. here's a Tutorial if you need it.

The only models in the base APK are the gems, chest stand, and a few VFX. Seeing as this is the case, the game downloads the files for the fighters/otherstuff to your phone's cache, You'll have to find a way to extract them from the cache which usually requires rooting your phone/emulator.

Thank you