| 09-10-2006, 04:08 PM | #1 |
So anyways im making a cinematic map and im using this model: http://www.wc3sear.ch/index.php?p=Models&ID=3827&sid= and this one: http://www.wc3sear.ch/index.php?p=Models&ID=4297&sid= the problem is that neither of them play the correct animations when i tell them to. Im working on making fight scene for them which are triggered down to the last detail, including animations. Anyways so far ive tried to tell the orc to play a sepcific attack animation while the human plays his dodge animation. The problem is that they will play the animations when i tell them to, but its not always the right one. When i tell the human to play the "Spell Dodge" animation it plays any one of the spell animations. and when i tell the orc to play the "Attack 3" (as i recall that was the name of it) he plays any one of his attack animations! please help! how can i get them to play the correct animations?! If they don't play the proper animations... im going to have to can the entire cinema! ![]() |
| 09-10-2006, 04:13 PM | #2 |
If worse comes to worse make copies of the models with a single animation each, and supplement them in at the right time. |
| 09-10-2006, 04:49 PM | #3 |
You can't play specific animation variations by their name. You have to play the animations by their index. http://www.wc3jass.com/viewtopic.php?t=2190 To get the index of the animation you want to play, convert the model to .mdl format or open it in a program like wc3viewer, and count the animations starting from 0 until you get to the animation you want to use. |
| 09-10-2006, 05:50 PM | #4 |
More info can be found in the "Tips" sticky in this forum. |
| 09-11-2006, 01:55 AM | #5 |
ty |
