Test
From Iris2
(→Tutorial to find a Texture) |
(→I can't find the Model in my Models Folder) |
||
Line 27: | Line 27: | ||
#Beware some textures are sharing the same models. Therefore it is not reasonable to create the same amount of meshes as textures. As a result in some cases you can't find the mdl in your models folder which is shown in the Iris Art-Tool. Therefore you have to open lua\filter\filter.art.lua with your text editor, which is only showing the filter for textures. | #Beware some textures are sharing the same models. Therefore it is not reasonable to create the same amount of meshes as textures. As a result in some cases you can't find the mdl in your models folder which is shown in the Iris Art-Tool. Therefore you have to open lua\filter\filter.art.lua with your text editor, which is only showing the filter for textures. | ||
- | + | #As an example I take "mdl_000128" which cannot be found in the models folder. Now type into the , die nicht im Modellordner zu finden ist, indem man in der Suchmaske "gArtFilter[128]" | |
- | + | ||
- | + | ||
#Daraufhin findet man die Zeile "gArtFilter[128]={maptoid=132}" | #Daraufhin findet man die Zeile "gArtFilter[128]={maptoid=132}" | ||
#Mit dem maptoid=132, wissen wir das mdl_000132 genutzt wird. | #Mit dem maptoid=132, wissen wir das mdl_000132 genutzt wird. |