Advertisement
tavarner17

Zoom Script In Progress

Nov 25th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. Notes:
  2. This is working so far and feels really good when zoomed out or fully zoomed in on the BXT. Will work on additions so it will work well with LAR zoom. I believe LAR zoomed in has 65 deg FOV, full zoom BXT has 40, and 1/2 zoom BXT has 60. Unzoomed, my setup uses 100 deg FOV.
  3.  
  4. Bindings=(Name="MouseX",Command="Count bXAxis | GBA_XMouse ")
  5. Bindings=(Name="MouseY",Command="Count bYAxis | GBA_YMouse ")
  6. Bindings=(Name="GBA_XMouse",Command="Axis aMouseX Speed=+0.5 DeadZone=0 AbsoluteAxis=0")
  7. Bindings=(Name="GBA_YMouse",Command="Axis aMouseY Speed=+0.5 DeadZone=0 AbsoluteAxis=0")
  8. Bindings=(Name="A",Command="DoZoom")
  9. Bindings=(Name="DoZoom",Command=" PressedZoom | GBA_PlzZoomX | GBA_PlzZoomY | OnRelease ReleasedZoom | OnRelease GBA_PlzUnZoomX | OnRelease GBA_PlzUnZoomY ")
  10. Bindings=(Name="GBA_PlzZoomX",Command=" SetBind GBA_XMouse Axis aMouseX Speed=+0.3 DeadZone=0 AbsoluteAxis=0")
  11. Bindings=(Name="GBA_PlzZoomY",Command=" SetBind GBA_YMouse Axis aMouseY Speed=+0.3 DeadZone=0 AbsoluteAxis=0")
  12. Bindings=(Name="GBA_PlzUnZoomX",Command=" SetBind GBA_XMouse Axis aMouseX Speed=+0.5 DeadZone=0 AbsoluteAxis=0")
  13. Bindings=(Name="GBA_PlzUnZoomY",Command=" SetBind GBA_YMouse Axis aMouseY Speed=+0.5 DeadZone=0 AbsoluteAxis=0")
  14. Bindings=(Name="MouseScrollUp",Command="GBA_MagnifyZoom | SetBind GBA_PlzZoomY SetBind GBA_YMouse Axis aMouseY Speed=+0.1 DeadZone=0 AbsoluteAxis=0 | SetBind GBA_PlzZoomX SetBind GBA_XMouse Axis aMouseX Speed=+0.1 DeadZone=0 AbsoluteAxis=0 ")
  15. Bindings=(Name="MouseScrollDown",Command="GBA_DemagnifyZoom | SetBind GBA_PlzZoomY SetBind GBA_YMouse Axis aMouseY Speed=+0.3 DeadZone=0 AbsoluteAxis=0 | SetBind GBA_PlzZoomX SetBind GBA_XMouse Axis aMouseX Speed=+0.3 DeadZone=0 AbsoluteAxis=0")
  16. bEnableFOVScaling=False
  17. FOVSetting=100
  18. MouseSensitivity=5.000000
  19. LookRightScale=0.000000
  20. LookUpScale=0.000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement