-
Senior Member
Generic Filter doesn't pass the value!
Generic Filter
Operation: Greater
Value 1 = Bike Speed
Value 2 = 17
If True then Variable 17
If False then Variable +0
I've thought that maybe it was ignoring the Bike Speed value (+0) so not passing anything through but at least it should set it to 17 when I go faster than that..? 
Basically the tail of my glider is receiving too much 'updraft' and causing the plane to flip over at higher speeds so I want to cap the force given to it at 17.
-
Re: Generic Filter doesn't pass the value!
It still needs a trigger to make it work. Have you set one?
-
Senior Member
Re: Generic Filter doesn't pass the value!
Ohh.. well that kinda works. I thought it would automatically pass the value, except just 'filter' it. Now it only passes 17 and nothing else. :/
I want to forwards the Rider Speed to a pusher, but have it send a maximum value of 17 so 0-17.
-
Re: Generic Filter doesn't pass the value!
You can make it continuously pass a value by setting up an interval trigger with a delay of 1 tick.
-
Senior Member
(Solved) Generic Filter doesn't pass the value!
OK I set that and the filter works.. and I figured out the rest of the problem!
If True = Set Value to 17, pass to Variable
If False = Set Value to (Speed Data Source), pass to Variable
Thanks for the replies!