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

Post any Bug Reports here
Post Reply
Jay
RF Dev Team
Posts: 1232
Joined: Fri Jul 08, 2005 1:56 pm
Location: Germany

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

Post by Jay » Thu Nov 09, 2006 3:41 pm

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?
Everyone can see the difficult, but only the wise can see the simple.
-----

User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Post by QuestOfDreams » Fri Feb 02, 2007 3:11 am

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...

Post Reply