The VG Resource
Help with confusing sprites - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: General Ripping (https://www.vg-resource.com/forum-145.html)
+--- Thread: Help with confusing sprites (/thread-34476.html)



Help with confusing sprites - thelegosensei - 10-18-2018

so, I've extracted Blitzcrank's Poro Roundup for Android, and have gotten the sound files, but the sprites have an interesting problem. they're all chopped up and out of place. as you can see attached. this is Jinx.

the game uses Unity Engine, so I used AssetStudio to decompile the asset files in the obb data. is this just how Unity compresses sprites? or did AssetStudio corrupt the files? there are some images which come out just fine, but those aren't the cool character sprites. any suggestions on how I might reassemble the images?


RE: Help with confusing sprites - Grounder - 10-20-2018

I would imagine they were simply inserted that way and assembled properly in-game.

If you really think that it's an Asset Studio issue, you could see if you can do anything with UABE or try the process again?

https://7daystodie.com/forums/showthread.php?22675-Unity-Assets-Bundle-Extractor


RE: Help with confusing sprites - madmanator - 10-20-2018

Grounder had the right idea, they come sliced, and then are rebuilt by a few scripts in-game.
You can find the scripts in the game's Assembly-CSharp.dll

It is not a problem with the Asset Studio.


RE: Help with confusing sprites - thelegosensei - 10-21-2018

thanks Grounder and madmanator for your suggestions, I've continued playing with it and still haven't had any luck reassembling them :/ that's too bad 'cause they're quite funny sprites. I'll keep cracking at it though