Particle System
powersauce
Join Date: 2004-10-07 Member: 32137Members
EDIT: Nevermind, got it working <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
How could i set up a particle system so that it travels upwards. My ps keeps moving on the Y axis. What i have set up is a pipe with a env_particles_custom nearby. I want the particles to move in the direction the pipe is moving in.
How could i set up a particle system so that it travels upwards. My ps keeps moving on the Y axis. What i have set up is a pipe with a env_particles_custom nearby. I want the particles to move in the direction the pipe is moving in.
Comments
The first 3 numbers are the min values for movement in x,y,z, respectivly, and the next 3 are max movement in the same axis.
So the numbers you'll need is the 3rd and 6th, to make it move upwards just set these numbers to what ever you need.
For example if you want the particles to move a min of 16 units and a max of 48 "starting velocity params" would look like this "0,0,16,0,0,48,0,0"
I hope this helps.