Modcraft - The community dedicated to quality WoW modding!
Content creation => Modelling and Animation => Topic started by: Zebraka on October 11, 2014, 01:05:02 pm
-
Hello there,
When I try to convert a custom obj to m2with objtom2 I've that :
https://www.dropbox.com/s/b529vueayl63a ... 7.png?dl=0 (https://www.dropbox.com/s/b529vueayl63ayv/Capture%20d'%C3%A9cran%202014-10-10%2021.21.57.png?dl=0" onclick="window.open(this.href);return false;)
If I do q and put the m2 file and skin file in my patch I've that in wmv (and ingame):
https://www.dropbox.com/s/cvfa3fv3utldo ... g.png?dl=0 (https://www.dropbox.com/s/cvfa3fv3utldol5/wvm%20nothing.png?dl=0" onclick="window.open(this.href);return false;)
Any error in wmv log.
I have trying to delete lines where tokens are but any changes.
If anyone have an idea i will take it.
-
Well, the problem is that you didn't make textureunit with texture and render flag. Thats why your model can't be shown ingame and in WMV.
The simplest way to make your model works is to do following steps after you got message from screen:
(http://i.imgur.com/TrD9cXg.jpg)
So, in short: 1st - you have to enter texture name using (te) then create a non-reflected renderflag (r) and after that make a textureuint (tu) and set all of its settings to 0. I'm not a pro in custom modelling, but it works fine for me.
p.s on my screenshot I don't follow the order of steps, so don't worry if you did smth not the same as I wrote.
-
My savior <3 thanks it works :)
-
aczualy bad convertor :D i personaly hate this version that is asking you for those commands instead of "instant convert" ( without question )