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

How to add fire on death animations?

Status
Not open for further replies.
It may be something simple like an on death buff.
But I can only think of a trigger.

Unit dies

((Unit dying) equal to (clssification check)

Create effect at dying units location
 
In model editor,
Open the particle emmiter window
First one, ( i think is visibility) go and tick something (im
Not at my com now) that make the button there
Clickable

Go inside, and then it works like geoset animation
For example, stand animation's frame is 1000-1500
You dont want it in stand animation, just add 1000: 0, and go to the next line, and continue other frame number (you can just put the number of 1st frame of the animation)

Also, noted that the frame number must be in order

Example:
1000: 0
2000: 0
3000: 0

This will work

3000: 0
2000: 0
1000: 0

This wont work
 
It also works to animate the emission rate, which i sometimes find more flexible. That way, you can add stuff like linear interpolation for the particle count, so that a fire slowly goes out, etc. In the animation window, you have a rollout menu called "interpolation type" where you can select "linear" or "beizer". Or you can just have the particles emmit in different steps.

Also, for the fire, remember to use "Head - life span" and "Head - decay" to make the fire animate properly (should start with 0 to 32, and end with 32 to 64).
 
It also works to animate the emission rate, which i sometimes find more flexible. That way, you can add stuff like linear interpolation for the particle count, so that a fire slowly goes out, etc. In the animation window, you have a rollout menu called "interpolation type" where you can select "linear" or "beizer". Or you can just have the particles emmit in different steps.

Also, for the fire, remember to use "Head - life span" and "Head - decay" to make the fire animate properly (should start with 0 to 32, and end with 32 to 64).
Thanks for the tip. I didn't know that much staff.
 
Status
Not open for further replies.
Back
Top