Im trying to make a LB button toggle switch that activates a set value event for a rotation physic joint. i got it to work using a impulse clamp filter but i have to wait like 10 seconds before i can re-activate it again. im wondering how to make it where i can activate it with out waiting. If you got any ideas please respond. thanks
I think the clamp is 10 sec by default. Cant you just lower the wait ticks?
I did but if i make them 0. It only goes one way. Im messing with it to see what i can figure out.Originally Posted by DeadEXit
I think setting it to 0 kinda cancels out the clamp.Depending on your setup, the clamp needs a certain amount of ticks to release all impules. Do you have any delay filters involved?
I got it to work kinda. by useing 6 clamp filters 3 on each side. ( if u get what i mean ) and have them off set from each othe. 1 impulse is set to 90° 2 set to 0° 3 set to 90° 4 set to 0° ect. it works fine . if u press the LB button over 6 times in 1.5 seconds it will delay.
if you can find a better easier way let me know.
Im supprised that one of the pros hasnt responded by now.
Not sure what you exactly want, but this is how you can change a value in the last variable data source between two preset values (0 and 90) with LB and you must release the button between changes
![]()
Why do you have the 2 VDS's at the top? Just put one of the 2 numbers into the Generic Filter's second value.
Because if I have the value in the set value event and the filter and decide to change the other value I'll need to change it in only one place. Time saved. (just imagine if you had 100 of those would you like to select each filter and change the value?)![]()