Data Realms Fan Forums
http://45.55.195.193/

Adding particle effects to actors
http://45.55.195.193/viewtopic.php?f=1&t=45531
Page 1 of 1

Author:  Voxxitronic [ Wed Jan 01, 2014 6:34 pm ]
Post subject:  Adding particle effects to actors

Is this at all possible without lua? Similar to TF2 unusual hats, I desire to add cosmetic particle effects to my actors. I was wondering if i could do it through some arrangement of attachables and AEmitters, but from my work so far it has only crashed. Any suggestions?

Author:  CaveCricket48 [ Wed Jan 01, 2014 6:45 pm ]
Post subject:  Re: Adding particle effects to actors

What kind of effects are you trying to do? Emitters would work fine for simply creating particles.

Author:  Voxxitronic [ Wed Jan 01, 2014 7:13 pm ]
Post subject:  Re: Adding particle effects to actors

I only need simple particles, but I don't know how to go about attaching them to body parts.

Author:  CaveCricket48 [ Wed Jan 01, 2014 8:20 pm ]
Post subject:  Re: Adding particle effects to actors

It's as simple as adding:

Code:
   AddEmitter = AEmitter
      CopyOf = Your Effect Emitter
      ParentOffset = Vector
         X = 0
         Y = 0


To whatever object you want to have the emitter, and with the X and Y being the offset coordinates.

Author:  Voxxitronic [ Wed Jan 01, 2014 9:15 pm ]
Post subject:  Re: Adding particle effects to actors

Thank you so much.

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/