View unanswered posts | View active topics It is currently Wed Apr 24, 2024 6:08 pm



Reply to topic  [ 5 posts ] 
 Adding particle effects to actors 
Author Message
User avatar

Joined: Sat Feb 12, 2011 8:05 pm
Posts: 39
Location: Somewhere over the Double Rainbow
Reply with quote
Post 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?


Wed Jan 01, 2014 6:34 pm
Profile
User avatar

Joined: Tue Jun 12, 2007 11:52 pm
Posts: 13143
Location: Here
Reply with quote
Post Re: Adding particle effects to actors
What kind of effects are you trying to do? Emitters would work fine for simply creating particles.


Wed Jan 01, 2014 6:45 pm
Profile
User avatar

Joined: Sat Feb 12, 2011 8:05 pm
Posts: 39
Location: Somewhere over the Double Rainbow
Reply with quote
Post 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.


Wed Jan 01, 2014 7:13 pm
Profile
User avatar

Joined: Tue Jun 12, 2007 11:52 pm
Posts: 13143
Location: Here
Reply with quote
Post 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.


Wed Jan 01, 2014 8:20 pm
Profile
User avatar

Joined: Sat Feb 12, 2011 8:05 pm
Posts: 39
Location: Somewhere over the Double Rainbow
Reply with quote
Post Re: Adding particle effects to actors
Thank you so much.


Wed Jan 01, 2014 9:15 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 5 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.059s | 15 Queries | GZIP : Off ]