Author Topic: Particle nodes.  (Read 799 times)

I'm in a bit of pickle...

I need to know how to make particle nodes in vehicles, I know its by joints or something...



Add another mount like you would for a person to sit on. Do not let people sit on this one, limit numMountPoints. Look at the Stuntplane code to mount something like the Emotes emitter to that point when it is created. (StuntPlaneVehicle::onAdd)

Ok, thanks that helped me!