• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Animation

Status
Not open for further replies.
Level 8
Joined
Jun 26, 2010
Messages
530
You can trigger that. That wouldn't be in any way editing the model, so you don't need to ask for permission. But if you want to edit the model to add the animation then you might ask.

For the triggering, create a dummy building with the same pathing as your final building and the building mesh model. Then use something like that:

[TRIGGER="Bulding"]
Events
Unit - A unit finishes construction
Conditions
Actions
If-Then-Else - Multiple Conditions
If - Conditions
Unit-type of finished construction type is farm building mesh
Then - Actions
Unit - Remove finished construction
Unit - Create farm in position of finished construction (you might want to use a point variable)
Else - Actions
[/TRIGGER]

Freehanded.
 
Status
Not open for further replies.
Top