Page 1 of 1

[FIXED 075C] ParticleSystem Shockwave(nr1) buggy?

Posted: Thu Nov 09, 2006 3:41 pm
by Jay
There is something strange going on with the ParticleSystem Nr.1(Shockwave): At first it works good, but on the place where i put it and not at the place of the associated entity. Afterwards it seems to be changing to type 7(Spiralarm) while looping at the entitys place

I noticed the same with type 11( Imploding Shockwave) which then changes into type 12(Imploding Spiralarm).

Is this a bug?

Posted: Fri Feb 02, 2007 3:11 am
by QuestOfDreams
This is because 1 and 11 are meant to be spawned only once... If you allow to spawn them several times the particles may not be added at the same time anymore which looks similar to the spiral arms systems. To avoid this set the BirthRate and the ParticleLifeSpan to the same value.

Fixed initial origin problem...