Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
having a particle fade out
Kman Offline
Posting Freak

Posts: 4,187
Threads: 25
Joined: Jul 2011
Reputation: 219
#1
having a particle fade out

i've been working on making a new particle for a certain effect in my mod but for it to really work effectively it has to gradually fade out as you get closer to it. i've gotten pretty much everything else that needs to be done for it set up except for this which has been causing me a ton of problems, im aware that in the level editor you can edit the min start/mind end values for a particle, but it seems no matter how i use those numbers it always cuts out very abruptly as i approach the min end distance, basically making the min start value useless.

my only guess is that this is some property that you have to set for the particle in the particleeditor to determine how it fades, but i can't find anything within it that seems to indicate that function. can anyone help me out here???

Posting Freak
04-06-2014, 02:18 AM
Website Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#2
RE: having a particle fade out

While I'm not a pro with particles, I'd say you have to play with the "Rendering" values in the particle editor, specifically the:

"Size Fading" values.

Sorry for this little-no information, but that's all I know. I hope I helped Smile

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
04-06-2014, 10:14 AM
Find
Kman Offline
Posting Freak

Posts: 4,187
Threads: 25
Joined: Jul 2011
Reputation: 219
#3
RE: having a particle fade out

i tried playing around with that, that just changes how the size of the particle changes as it decays - it doesn't actually change how it fades out

i appreciate you taking the time to look into it tho

Posting Freak
04-06-2014, 11:29 AM
Website Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#4
RE: having a particle fade out

Hmm.. You could create a 'fade out particle' which replaces the original once the player enters an area around your particle.. Or repeat this process with several 'steps' of faded particles.

To fade out a particle go into the particleeditor under the 'color' tab. Adjust the 'End relative Color' and play around with the middle relative start/middle relative lenght.

[Image: mZiYnxe.png]


04-06-2014, 05:57 PM
Find
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#5
RE: having a particle fade out

I'll give it a try in a minute

04-06-2014, 07:42 PM
Find
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#6
RE: having a particle fade out

Here, the one attached works fine.

You gotta set all your emitters in your particle to get their rgb multiplied with alpha:

ParticleEditor > Rendering(tab) > Multiply RGB with alpha

In case you need this (attached)


Attached Files
.zip   00_LightRed_005.zip (Size: 1.22 KB / Downloads: 71)
.jpg   r67835623412412.jpg (Size: 71.71 KB / Downloads: 78)

(This post was last modified: 04-06-2014, 10:47 PM by Daemian.)
04-06-2014, 10:30 PM
Find
Kman Offline
Posting Freak

Posts: 4,187
Threads: 25
Joined: Jul 2011
Reputation: 219
#7
RE: having a particle fade out

mkay yeah that worked, thanks amn!!!

Posting Freak
04-07-2014, 01:02 AM
Website Find




Users browsing this thread: 1 Guest(s)