The VG Resource
Super Mario Run Unity3d help - 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: Super Mario Run Unity3d help (/thread-30842.html)



Super Mario Run Unity3d help - trainboy2019 - 03-24-2017

I'm trying to rip the data from what I assume are models from Super Mario Run. They are compressed.stir.unity3d files and.bytes files. I've uploaded a few on mega.nz /#!HJZxETaJ!jfdlmjeEcdPVz4CfJc2Z_S7UOLS05-b9KoWvORHSnJg I've tried using unity studio, but it didn't work. If anyone has any information, please let me know.


RE: Super Mario Run Unity3d help - iyenal - 03-24-2017

Rename data files to .assets extension and open them.


RE: Super Mario Run Unity3d help - trainboy2019 - 03-26-2017

Which ones are the data files? unity3d or bytes


RE: Super Mario Run Unity3d help - iyenal - 03-27-2017

All the packages with random caracters without extensions. For the first part.


RE: Super Mario Run Unity3d help - trainboy2019 - 03-27-2017

They all have extensions


RE: Super Mario Run Unity3d help - iyenal - 03-27-2017

[Image: FILE.png]


RE: Super Mario Run Unity3d help - trainboy2019 - 03-27-2017

(03-27-2017, 11:14 AM)iyenal Wrote: [Image: FILE.png]

I don't have those.[Image: TXyn0t7.png]


RE: Super Mario Run Unity3d help - SickAlice - 03-27-2017

Should work though but Unity Studio tends to miss things. Try " Load folder " instead of file and choose that whole folder. Else and/or also get UnityEX by DragonZH off the web. You have to load them individually but you'll be guaranteed to not miss any important files with it.


RE: Super Mario Run Unity3d help - trainboy2019 - 03-27-2017

(03-27-2017, 01:33 PM)SickAlice Wrote: Should work though but Unity Studio tends to miss things. Try " Load folder " instead of file and choose that whole folder. Else and/or also get UnityEX by DragonZH off the web. You have to load them individually but you'll be guaranteed to not miss any important files with it.

That didn't work[Image: zG6sArK.png]


RE: Super Mario Run Unity3d help - iyenal - 03-28-2017

You extracted from the iOS version ? I have the Android version.
I think Disunity or Unity Assets Explorer is better for exploring .unity3d


RE: Super Mario Run Unity3d help - trainboy2019 - 03-28-2017

Nope, that's the android version.


RE: Super Mario Run Unity3d help - The Prawn - 06-20-2017

I hate to necrobump this thread, but I'm curious if anyone's been on this ripping issue as of late. I'm interested in seeing if it actually utilizes models for one.


RE: Super Mario Run Unity3d help - iyenal - 06-22-2017

Probably they use models. To verify it you can use a OpenGL inspector.
I will re-take a look in the files.

There a script on GitHub to decrypt STIR files : https://gist.github.com/Treeki/b26c3668014cb408ce092243e7eeed33
I have to try it.