Advertisement
tavarner17

zoom speed mod?

Nov 24th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Bindings=(Name="MouseX",Command="Count bXAxis | GBA_XMouse ")
  2. Bindings=(Name="MouseY",Command="Count bYAxis | GBA_YMouse ")
  3. Bindings=(Name="GBA_XMouse",Command="Axis aMouseX Speed=+0.5 DeadZone=0")
  4. Bindings=(Name="GBA_YMouse",Command="Axis aMouseY Speed=+0.5 DeadZone=0")
  5. Bindings=(Name="A",Command="DoZoom")
  6. Bindings=(Name="DoZoom",Command="PressedZoom | OnRelease ReleasedZoom | SetBind GBA_XMouse Axis aMouseX Speed=+0.315 DeadZone=0 | SetBind GBA_YMouse Axis aMouseY Speed=+0.315 DeadZone=0 | OnRelease SetBind GBA_XMouse Axis aMouseX Speed=+0.315 DeadZone=0 | OnRelease SetBind GBA_YMouse Axis aMouseY Speed=+0.5 DeadZone=0 ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement