At first I made this:
In result I received nice stream of particles along the spline. But there is no dynamic control like attraction force etc. Particles are sticked to the spline. So I decided to remove position set:
In result spline become pattern for movement, faster movement speed - larger fx area.
Then I’m trying to find closest unit distance from spline and use it in calculations. As I thought, that could help to nivilate fx scaling.:
And particle movement became broken.
So, what is correct way to move particles directly along spline using velocity?
And enother problem. There is some cone spreding of particles. How to remove this? Probably, that could be auto-fixed, if make movement in correct way. If that way will be found, ofcourse. )