Modcraft - The community dedicated to quality WoW modding!
Content creation => Modelling and Animation => Topic started by: dumass on March 29, 2016, 01:48:24 pm
-
Hello all,
I created my custom model with m2mod and my question is how can I add the emote animations to the model ?
(my original model is using the blood elf female animations)
I tried to add the .anims but it didn't worked because when I wanted to play an emote the wow crashed.
-
before you will try anything have a look at what you are messing with .anim dont contains animations as they are Animations of models are stored in M2 as Block of waypoints for bones
https://wowdev.wiki/M2/WotLK#Skeleton_and_animation (https://wowdev.wiki/M2/WotLK#Skeleton_and_animation" onclick="window.open(this.href);return false;)
so ...
You cant add new Anim thru M2mod since there is No tool for adding anims yet except MDLVIS that is useless for such situation ( char model has like 260 bones +/- and mdlvis is limited by 60 [ ok MDLVIS may not but tool that you need for conversion before you can enter mdlvis is actualy limited so you wont be able to use this method ] )
and btw mdlvis is no miracle too ... even when its able to make anims i would never use this way i would rather make new tool on my ow then this :D
But you can still have a look
viewtopic.php?f=20&t=5536 (http://modcraft.io/viewtopic.php?f=20&t=5536" onclick="window.open(this.href);return false;)
-
before you will try anything have a look at what you are messing with .anim dont contains animations as they are Animations of models are stored in M2 as Block of waypoints for bones
https://wowdev.wiki/M2/WotLK#Skeleton_and_animation (https://wowdev.wiki/M2/WotLK#Skeleton_and_animation" onclick="window.open(this.href);return false;)
so ...
You cant add new Anim thru M2mod since there is No tool for adding anims yet except MDLVIS that is useless for such situation ( char model has like 260 bones +/- and mdlvis is limited by 60 [ ok MDLVIS may not but tool that you need for conversion before you can enter mdlvis is actualy limited so you wont be able to use this method ] )
and btw mdlvis is no miracle too ... even when its able to make anims i would never use this way i would rather make new tool on my ow then this :D
But you can still have a look
viewtopic.php?f=20&t=5536 (http://modcraft.io/viewtopic.php?f=20&t=5536" onclick="window.open(this.href);return false;)
Thank you for the reply,
I don't want to add a new anims to the m2, I just want to enable them because the original model (what I used for my new model) include these emote animations. But my new model doesn't play these animations (dance,laught,talk,etc.) it only plays the basic animations (walk,run,attack...) Can you help me about this ?
-
What model it is
Where you took it
What Expansion its from
othervise i think its playback speed
-
What model it is
Where you took it
What Expansion its from
othervise i think its playback speed
It is from cataclysm because I am using m2mod4 and the model what I used for the blood elf female animations is alexstrasza.
-
and can you finaly tell me what are you trying to do since alexstrasza is without unchange LK<>Cata ? ( except eye texture ? )
-
and can you finaly tell me what are you trying to do since alexstrasza is without unchange LK<>Cata ? ( except eye texture ? )
what do you mean ?
I use cata models for m2mod4 but when the model is completed I convert it to wotlk.
-
You are talking about emote editation but m2redux has nothing to do with such thing so what are you doing ?