I'm 99% sure the way cal3d works, there can only be 1 texture per material so if the entire product only has 1 material then everything is going to use one texture.
Nosha wrote:Unfortunately no I want them to be with many textures I though something like that before it was a product with may textures but the xmf file have only 1 number it was like the creator merge them all
It sounds like you're talking about a texture map. Using a texture map you could have 1 material for the entire product but depending on the product's complexity, that may not be ideal.
Nosha wrote:Any way I want to merge 2 materials in 1 texture in the xmf file
Like adding my watermark to the hair material both under 1 submesh if you can understand what I mean
If I'm understanding you correctly, the only way to do that is to add geometry to the mesh. Because if you simply apply your watermark to the hair texture then you'll see it when wearing it. Unless the hair is using a texture map and the watermark is outside all of the map's islands. In which case it'll only be visible to people who get the texture either from ripping or deriving.
Regardless of the why though, to merge 2 materials into 1, you have to do a few things:
- Delete one of the material (xrf) files from the chkn.
- Replace the reference to the material you deleted with the second material in the mesh (xmf file).
- Delete the reference to the material file you deleted in the index.xml file's materials.
- Open the second material file and replace the texture name with whatever texture you want to use.
Depending on how you got the product, you'll likely need my
Material decompiler] and my [url=https://www.imvumafias.org/community/buysell/product.php?product_id=1020]Mesh decompilerIf you have a specific product in mind, link me to it and I'll write up a more specific and in depth tutorial on how to do it if you want.
@Nosha