• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Sideways Particle Effect

Status
Not open for further replies.
Level 26
Joined
Oct 2, 2011
Messages
2,482
EDIT: Solved!
Check this post: Sideways Particle Effect

Hi!
I created this simple wind particle emitter. However, I can't figure out how to make the particles go sideways (all in one direction) instead of upwards.
I would like to avoid rotating it in with the pitch angle the object editor!

Someone knows what to do? :)
 

Attachments

  • Wind.mdx
    2.5 KB · Views: 41
Last edited:
Level 26
Joined
Oct 2, 2011
Messages
2,482
Thanks @GhostWolf!
Didn't try that though, as I was trying to figure it out myself at the moment, and was successful.


I remembered that the "Icecrown Throne Gate" had horizontal particles, and figured I'd check how it was done there.
Here's what I did:
  1. Opened the node manager.
  2. Found and clicked "edit node" on BlizParticleExplosion12.
  3. Clicked "rotation".
  4. Their rotation was set to "Hermite" and had this text in the box above it:
1667: { -0.489723, 0.485141, -0.517107, 0.507356 }
InTan: { -0.489723, 0.485141, -0.517107, 0.507356 }
OutTan: { -0.489723, 0.485141, -0.517107, 0.507356 }
8833: { -0.489723, 0.485141, -0.517107, 0.507356 }
InTan: { -0.489723, 0.485141, -0.517107, 0.507356 }
OutTan: { -0.489723, 0.485141, -0.517107, 0.507356 }
I just copied and pasted that into my wind model, and it rotated just as I wanted it.
 
Status
Not open for further replies.
Top