• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

[Solved] How to get unit to play build animation when it has none?

Status
Not open for further replies.
Level 7
Joined
Jul 1, 2008
Messages
1,023
Ok so I have this building model that I'm using, but unfortunately it has no birth animation so when a worker builds it all you see is the shadow!

Is there a way I can make it so it plays the human building birth animation via triggers without having to go into model editing? I heard this can be done somewhere but I don' know where.
 
You could try ordering a dummy builder to build a dummy building at the same spot.

Or play stand animation.
  • Untitled Trigger 077
    • Events
      • Unit - A unit Begins construction
    • Conditions
    • Actions
      • Wait 0.00 seconds
      • Animation - Play (Constructing structure)'s stand animation
Or give the model some bith anim, I can do that for you if you post the model and name an anim of an existing unit.
 
Heya Maker, well the thing is I'm using Mr Bobs Medieval building pack, the birth model is a separate model otherwise if you added it to every building it would increase your map size way too much.

I think I've worked it out, what I've done is have the worker build the dummy unit with the birth anim then when the building is complete just triggered it to be replaced with the complete, real building, just tested it out and it seems to work ok :)
 
Status
Not open for further replies.
Back
Top