Torchmodders

Modding => 3D Modelling & Animation => Topic started by: Avocados on March 30, 2016, 10:36:01 am


Title: Merging meshes to make new items
Post by: Avocados on March 30, 2016, 10:36:01 am
okay, I know this is surely a dumb question but I can't seem to figure this out yet. I'm trying to merge two mesges in blender to create a new one for an item, so I import the two, clip out the extra bits, merge with Ctrl+J, and snip things back together and reshape or w.e. . And it looks fine so far. I can save, and load it up while in blender form. But when I export it, and try to load it in game, or import the .mesh file I exported, the textures just disappear :/ What am I doing wrong?Sorry again for the newbish-ness
Title: Re: Merging meshes to make new items
Post by: Kva3imoda on March 30, 2016, 03:40:35 pm
But when I export it, and try to load it in game, or import the .mesh file I exported, the textures just disappear :/
I think you just do not have the right material file.
Typically, these files I do manually. Copy any *.material, change the file name, then change the texture and the material inside the file.  :)

Also, if you unite different meshes, you should to merge different textures(best way) or use different meshes (for example staff01_mat1 and staff01_mat2) and appropriate textures for this(lame way).
Title: Re: Merging meshes to make new items
Post by: Avocados on March 30, 2016, 04:11:31 pm
THANK YOU! That was it!! The problem I guess was when I would import two meshes using the same name, it added .01 to the end of the second, and to its texture file. Ah I'm so happy!

Now I'm looking up how to merge textures so they can be all tidy :D