Particle effects Secrets

6 replies [Last post]
Joined: 03/13/2012

Ok.

1

So we know there are two types of particles. One is a type of particles that has a center, another is one without center. How can you change the type?

2

Particle movement direction. It seems that changing a movedirection of a particle effect with a center does not affect the actual direction. Why?

3

Which one of the two properties starting with "direction" actually changes the direction?

Anyone? Please?

Because writing signatures is too mainstream

Joined: 08/06/2010

One of them uses an ambientparticleeffect tag, the other is just particleeffect. Ambient means screen-wide.

You probably want to have directional set to true for that. Wink

Both, in combination.

Hope this helps.

Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.

Joined: 04/29/2009

Those are no secrets, it's very well documented here Wink:
http://goofans.com/developers/game-file-formats/particles-fxxmlbin

The attributes your are searching are movedir and movedirvar.

Joined: 03/13/2012

OK! Thanks! That was quick!

EDIT Its weird how it changes nothing though. Ill check the page.

Because writing signatures is too mainstream

Joined: 04/29/2009

What value did you use and what was the original one?
What is the movdirvar value?

Joined: 03/13/2012

I tried making an effect like bubbles, which go up. Copied all the values except for the image and id.

Because writing signatures is too mainstream

Joined: 04/29/2009

Ok, but you said you've changed some attributes and nothing changed at all. Which attributes have you changed and which values did you use?