Page 1 of 1

Rip IRUNA Online MMORPG (Android) 3D Models

Posted: Thu Nov 03, 2016 3:58 am
by Anessen
Hi XeNTaX! This is my first post on this forum.

I'd like to rip some 3D models from this Android game (IRUNA Online): https://play.google.com/store/apps/deta ... a_en&hl=en

So far, i've managed to get some game assets from password protected archives inside "Android/data" folder. They are BGM, Models, Animation, Texture, etc.

The model format used in this game is *.mbac, and the animation is *.mtra.
I've done googling those formats and found that they are Mascot Capsule's 3D Rendering Engine file format.

I've also managed to preview the model using Mascot Capsule's preview tool (PVMicro v5). Unfortunately, this tool doesn't let me to export the model.

And sadly, i was hoping that 3D Ripper DX would capable on capturing the previewed model. And of course it didn't work :D

So the problem is, how do i get the model extracted and edit it inside 3D modeling apps?

Thank you very much community!

Re: Rip IRUNA Online MMORPG (Android) 3D Models

Posted: Thu Feb 25, 2021 12:14 am
by Durik256
Anessen wrote:
Thu Nov 03, 2016 3:58 am
The model format *.mbac
link

Re: Rip IRUNA Online MMORPG (Android) 3D Models

Posted: Tue Mar 09, 2021 7:39 am
by sleepeatrepeat
Durik256 wrote:
Thu Feb 25, 2021 12:14 am
Anessen wrote:
Thu Nov 03, 2016 3:58 am
The model format *.mbac
link
im sorry, how do i use this? im not familiar with python
is there any guide on how to use this? thank you very much

Re: Rip IRUNA Online MMORPG (Android) 3D Models

Posted: Wed Mar 10, 2021 12:42 pm
by Durik256
Hi, you can read the explanations from the author of the original scripts:link Issues

you can also use my GUI version for windows (download the first version, since the second one contains old scripts):link GUI
you can also use my unfinished plugin for noesis based on the original scripts(unpack all in 'Noesis\plugins\python'):link
Link on discussion plugin for Noesis : discussion
Password for the game arhive in 'android/data/com.asobimo.iruna_en' is ksA816tY
I also do not know python, this all allows you to upload only mesh, for everything else, write to the author of the original scripts on gitHub

To export to .mbac/.mtra use:
1."bactraexporter_max_v3_3" (only old 3ds max 2008,2009,2010) export model to .BAC and .TRA
2."M3DConverter5.1.exe" export .BAC>.mbac and .TRA>.mtra
these programs can be found on the github in "MascotCapsule / Docs_Resources_SDK /"

Re: Rip IRUNA Online MMORPG (Android) 3D Models

Posted: Fri Mar 12, 2021 7:47 am
by sleepeatrepeat
Durik256 wrote:
Wed Mar 10, 2021 12:42 pm
Hi, you can read the explanations from the author of the original scripts...
awesome thank you very much for explaining, much appreciated!

Re: Rip IRUNA Online MMORPG (Android) 3D Models

Posted: Sat Mar 13, 2021 2:49 am
by Durik256
sleepeatrepeat wrote:
Fri Mar 12, 2021 7:47 am
thank you
:wink:
plugin for noesis now supports bones, but in iruna sometimes incorrectly specifies parents (can be corrected in the 3d editor)
link on plugin