OpenMLTD / MLTDTools

Tools for THE iDOLM@STER Million Live! Theater Days (MLTD/MiriShita/ミリシタ) / 偶像大师百万演唱会剧场时光工具箱
BSD 3-Clause Clear License
136 stars 16 forks source link

How to export model for another look? #50

Open pop3535 opened 3 years ago

pop3535 commented 3 years ago

Hello,

I have used MLTD tools and it is very helpful for me.

I tried to export Mizuki's SSR005 another look but received only error message such as "Cannot load body avatar." I used Head and Body as below and faced error message. Head: ch_ss105_044miz.unity3d Body: cb_ss105_044miz.unity3d

When I used Head and Body as below, no error message and can load nicely exported model. Head: ch_ss005_044miz.unity3d Body: cb_ss005_044miz.unity3d 11

Does anyone know how to export its another look model? I really appreciate if anyone can give me guidance.

Tomori9n commented 3 years ago

this is because the files with "ss105" are just an image file which is the recolor outfit (it does not contain any model inside it, thats why you get error when converting), you can extract it with AssetStudioGUI and replace the textures exported with the "ss005" files in the "tex" folder

pop3535 commented 3 years ago

this is because the files with "ss105" are just an image file which is the recolor outfit (it does not contain any model inside it, thats why you get error when converting), you can extract it with AssetStudioGUI and replace the textures exported with the "ss005" files in the "tex" folder

Thank you for reply.

I googled somehow and found it! Thank you so much! your reply helped me a lot! 111