OpenMLTD / MLTDTools

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

生成中提示「辨識項目的其中之一使用無效的格式」 #4

Closed maplestyle closed 5 years ago

maplestyle commented 5 years ago

20180915095046

hozuki commented 5 years ago

Can you attach the files please?

maplestyle commented 5 years ago

hzwend.zip 我用了hzwend做測試

hozuki commented 5 years ago

OK I found the problem.

The files you used are:

2018-09-14  17:31            25,512 cam_hzwend.imo.unity3d
2018-09-14  17:33           341,031 cb_pr001_015siz.unity3d
2018-09-14  17:32             1,160 ch_sr104_015siz.unity3d
2018-09-14  17:47         3,276,255 dan_hzwend_01.imo.unity3d
2018-09-14  17:30            82,762 scrobj_hzwend.unity3d

(cb_ex002_a is filtered out because I didn't write a name filter for it. I'll fix this later.)

Notice that the size of ch_sr104_015siz is only ~1 KB. This means this file is not the correct one. Actually, it is a texture override bundle, replacing the corresponding textures in ch_sr004_015siz (size: 415.2 KB). So you should use ch_sr004_015siz for the model input, then extract its textures, and replace the textures with those in ch_sr104_015siz. Now the model will be textured as its variant (アナザー衣装).

maplestyle commented 5 years ago

更換ch_sr004_015siz後還是一樣報錯>< ch_sr004_015siz.zip

hozuki commented 5 years ago

It turned out that cb_pr001_015siz has two asset file entries, one of which is a dummy, while the other bundles (e.g. ss001) have only one entry. The problem is now fixed.

maplestyle commented 5 years ago

it works. thank you so much