Tremulous Forum

Media => Mapping Center => Topic started by: Zero Ame on March 12, 2008, 04:28:48 AM

Title: particle
Post by: Zero Ame on March 12, 2008, 04:28:48 AM
How do i make my particle system aim straight down? I tried a target_postion but it didnt work.
Title: Re: particle
Post by: Taiyo.uk on March 12, 2008, 09:38:43 AM
You need to set the velocity and acceleration in the particle system. See here: http://tremmapping.pbwiki.com/Particle+System

To make the particles aim and accelerate down the PS would need to include something like this:

velocity 0 0 -1 ~0
velocitymagnitude 20
acceleration 0 0 -1 ~0
accelerationmagnitude 10
Title: Re: particle
Post by: Zero Ame on March 12, 2008, 12:24:37 PM
thanks again Taiyo, your a big help