Fluffy Kalashnikov Posted May 6, 2020 Posted May 6, 2020 Hello, recently I've had problems with the MoveMouseRelative() function in my Logitech scripts. For instance, when I type in 120, the character rotates slightly to the right. But, when I type in 130, the character rotates slightly to the left like if the value was negative. The strange thing is that it doesn't make sense at all, as typing 125 doesn't make the character move 60 - 130 degrees. Completely ridiculous. The problem is the same for values like 10000 and 11000. Does anyone else experience this problem? The software is updated.
Wizard DPI Wizard Posted May 6, 2020 Wizard Posted May 6, 2020 It maxes out at 127 because of some stupid binary limitation (0-127=128 steps=2^7), so anything above that will move the other way. Fluffy Kalashnikov 1
Fluffy Kalashnikov Posted May 6, 2020 Author Posted May 6, 2020 (edited) Good, because I've contacted the support, and they really think it's my hardware. It worked perfectly fine before except that it didn't like decimals, so this is a complete downgrade. Edited May 6, 2020 by Fluffy Kalasjnikov
Wizard DPI Wizard Posted May 6, 2020 Wizard Posted May 6, 2020 10 minutes ago, Fluffy Kalasjnikov said: Good, because I've contacted the support, and they really think it's my hardware. It worked perfectly fine before except that it didn't like decimals, so this is a complete downgrade. Typical 1st line support I guess, they have no idea what they're talking about and just try to get the issue away from their responsibility. 127 has been the limit for as long as I have used scripts (over 8 years now) on a plethora of completely different hardware platforms. In fact suggesting that it's hardware related when it's something 100% software related is frankly an insult. Fluffy Kalashnikov 1
TheNoobPolice Posted May 6, 2020 Posted May 6, 2020 Yeah it's always been like that. You get around it by sending multiple lines or looping the same line with either a for i = x,x or repeat function
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now