Distance assigment trigger point #897
-
Hey all, i have a Xbox Series X controller and i am trying to assign a set change based on the left trigger axis (distance). But its not behaving the way i'd like to. lets say we want to trigger the set change on 20% distance. now what i expect is that the set change occurs when it reaches 20% but that is not the case. It actually trigger when i release the trigger and passes the 20% value (lets say you got to 25% and go back to 0%, the moment it registers 20% it triggers the set change) Am i doing something wrong, is there another option to this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
So it triggers the change, when 20% is reached (19->20->21->...), |
Beta Was this translation helpful? Give feedback.
I sort of found a solution to my problem 👍 :
oke so distance + change set is not working "correctly". You would think first setting a [distance] followed by [change set] would trigger at the set change based on the reach distance.
Current way how AntiMicroX handles this
[Distance 50%] -> [set change] (nothing happens)
but it does trigger when we surpass the distance and decline back to the given distance:
50% (nothing) -> 51% (passed threshold) -> 50% (decline back to threshold) = Set change
My "workaround"
So I figured out if I put the set change in between 2 Distance values it does behave the way i want to. see image below.
so now when reach 10% = set change. ( i think the program sort…