Users browsing this thread: 1 Guest(s)
Puzzle Fighter (mobile) rips
#1
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
Reply
Thanked by:
#2
   
   
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.
Reply
Thanked by:
#3
(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.
Reply
Thanked by:
#4
(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
Reply
Thanked by:


Forum Jump: