The VG Resource
Puzzle Fighter (mobile) rips - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html)
+---- Thread: Puzzle Fighter (mobile) rips (/thread-32203.html)



Puzzle Fighter (mobile) rips - Jetsetremix - 01-10-2018

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


RE: Puzzle Fighter (mobile) rips - Jetsetremix - 01-21-2018

   
   
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.


RE: Puzzle Fighter (mobile) rips - Hallow - 01-21-2018

(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.


RE: Puzzle Fighter (mobile) rips - Jetsetremix - 01-22-2018

(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