• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Translations in Magos

Status
Not open for further replies.
Level 18
Joined
Aug 13, 2007
Messages
1,584
Well, my question is pretty retarded this time, but whatever. Since I can do simple animation modifications with Magos, I would like to know one thing. How do I make uninterrupted translations?

Of course, I can do
Code:
14667: { 0, 0, 10 }
15067: { 0, 0, 30 }
15367: { 0, 0, 50 }
15667: { 0, 0, 70 }
16067: { 0, 0, 90 }
16367: { 0, 0, 110 }
16667: { 0, 0, 130 }
17067: { 0, 0, 150 }
17367: { 0, 0, 170 }
17667: { 0, 0, 190 }

But then the result will be... ahem, choppy. The bone moves with 10 pixels, after .33 seconds with another 20, and I want to make it like ONE move. No, making a translation for each frame is not a solution.

I know InTan and OutTan have some role in that, as well as the different interpolation types. I would like to know how to set start and end destination, and speed.

Do not recommend me WarForger and mdlvis, I can do absolutely nothing with these tools.
 
Status
Not open for further replies.
Top