Modcraft - The community dedicated to quality WoW modding!

Content creation => Texturing and 2D Art => Topic started by: Lawes on January 21, 2015, 02:42:32 pm

Title: [SOLVED] need help to import model .SKIN .MLT ??
Post by: Lawes on January 21, 2015, 02:42:32 pm
Hi,

Im trying to import a model from a game to wow.

What is a .skin file, how can i open it and what is .mlt file ?

Can i convert .mtl file to .skin ?

I need some help

ty advance
Title: Re: need help to import model .SKIN .MLT ??
Post by: Rangorn on January 21, 2015, 03:51:22 pm
.mlt is a file attached to a obj.file, mlt define all the textures informations

For skin :

http://www.pxr.dk/wowdev/wiki/index.php ... otLK/.skin (http://www.pxr.dk/wowdev/wiki/index.php?title=M2/WotLK/.skin" onclick="window.open(this.href);return false;)


This is not the same things.
Title: Re: need help to import model .SKIN .MLT ??
Post by: Lawes on January 21, 2015, 05:57:14 pm
yea i resolt it but i have another prob now, the texture works 50%

(http://www.hostingpics.net/thumbs/25/13/85/mini_251385sdfsdfsdf.jpg)

(http://www.hostingpics.net/thumbs/99/07/45/mini_990745ergregre.jpg)

what is the probleme ?
Title: Re: need help to import model .SKIN .MLT ??
Post by: Rangorn on January 21, 2015, 06:15:38 pm
Is it the render of ingame/WoWmodelviewer ?

How many submeshes for your model ?
How many textures ?
Title: Re: need help to import model .SKIN .MLT ??
Post by: Lawes on January 21, 2015, 07:00:19 pm
on wmv

submeshes ?

only 1 texture
http://www.models-resource.com/download/8523/ (http://www.models-resource.com/download/8523/" onclick="window.open(this.href);return false;)
Title: Re: need help to import model .SKIN .MLT ??
Post by: Rangorn on January 21, 2015, 09:03:23 pm
submeshes or geosets, same thing

Ok  1 texture.

Try to open your m2 with 010 editor and m2 template

Go to struct Textures
then struct Texture_texture
and enum E_TEXTUREFLAGS flags

If the flag is 0, Set to 3 and save



If don't work try this :

Open the .obj file
Save as 3DS
Open the 3DS file
Save as .obj file
And use this last .obj file in the objtom2 converter
Title: Re: need help to import model .SKIN .MLT ??
Post by: Lawes on January 22, 2015, 02:28:12 am
010 editor make hexa text and i dont know where i can have m2 template
Title: Re: need help to import model .SKIN .MLT ??
Post by: Lawes on January 22, 2015, 03:20:08 pm
Quote
If don't work try this :

Open the .obj file
Save as 3DS
Open the 3DS file
Save as .obj file
And use this last .obj file in the objtom2 converter

dont works
Title: Re: need help to import model .SKIN .MLT ??
Post by: Lawes on January 22, 2015, 06:19:13 pm
its ok, resolved

(http://www.hostingpics.net/thumbs/85/60/73/mini_856073Sanstitre.jpg)