• 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!

Slow Motion Special Effect

Status
Not open for further replies.
Level 11
Joined
Dec 19, 2012
Messages
411
As title, how to create a slow motion special effect? I tried with this trigger :

  • Actions
    • Unit - Create 1 Footman for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees
    • Special Effect - Create a special effect attached to the origin of (Last created unit) using Abilities\Weapons\LordofFlameMissile\LordofFlameMissile.mdl
    • Animation - Change (Last created unit)'s animation speed to 0.00% of its original speed
The unit's animation freeze, but the special effect remain unchanged. Do I miss something? (Ignore leak please)
 
Level 25
Joined
May 11, 2007
Messages
4,648
You only set the animation speed of the unit, not the special effect. From what I know you can't set animation speed of specialeffects, you'd either have to load it up in an model editor or create a custom unit with the special effect model, slowed down like you do for your unit.
 
Level 11
Joined
Dec 19, 2012
Messages
411
According to your inference, i would need various of dummy unit with different model to achieve my desired slow motion "special effect" That would be a bad way if really only has to use this method to get the effect. Anywhere, thanks for help. (Although i already figured out this solution before i post, but i wonder got other/better solution?)
 
Status
Not open for further replies.
Top