Comments
-
My GlovePIE script is here: pwi-forum.perfectworld.com/showpost.php?p=3392481 It works great for my purposes, it only inverts the Y-axis when the right-mouse button is held down.
-
Yeah that makes sense... I'm sure everyone that wants inverted for mouse-look will want the pointer reversed too. </sarcasm> This script is for reversing the Y-axis only while the right-mouse button is held down. ie while mouse-looking. Durrrrr
-
I was able to invert the y axis myself by using GlovePIE and a simple script. Just download GlovePIE (I'm using v0.29 because the link for 0.30 is gone), and use this script: if mouse1.rightbutton then mouse.SwallowMovement=true mouse.DirectInputX = mouse.DirectInputX + Delta(mouse1.DirectInputX) mouse.DirectInputY =…