Advertisement
tavarner17

mstarrs thingy

Nov 15th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. 1. In your TribesInput.ini file, confirm these three things:
  2. a) bEnableMouseSmoothing=False
  3.  
  4. b) bEnableFOVScaling=False
  5.  
  6. c) bViewAccelerationEnabled=False
  7.  
  8. d) LookRightScale=0.000000
  9.  
  10. e) LookUpScale=0.000000
  11.  
  12. 2. Set your MouseSensitivity=5.0000000 IN GAME
  13.  
  14. 3. Replace these default lines shown under (Default) with the lines shown under (Modified).
  15.  
  16. (Default)
  17. Bindings=(Name="LookUp",Command="Axis aLookUp Speed=+25.0 AbsoluteAxis=100")
  18. Bindings=(Name="LookDown",Command="Axis aLookUp Speed=-25.0 AbsoluteAxis=100")
  19. Bindings=(Name="MouseX",Command="Count bXAxis | Axis aMouseX")
  20. Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY")
  21. Bindings=(Name="GBA_TurnLeft",Command="Axis aBaseX Speed=-200.0 AbsoluteAxis=100")
  22. Bindings=(Name="GBA_TurnRight",Command="Axis aBaseX Speed=+200.0 AbsoluteAxis=100")
  23.  
  24. (Modified)
  25. Bindings=(Name="LookUp",Command="Axis aLookUp Speed=+1.6 AbsoluteAxis=0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  26. Bindings=(Name="LookDown",Command="Axis aLookUp Speed=-1.6 AbsoluteAxis=0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  27. Bindings=(Name="MouseX",Command="Count bXAxis | Axis aMouseX Speed=+1.6",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  28. Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY Speed=+1.6",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  29. Bindings=(Name="GBA_TurnLeft",Command="Axis aBaseX Speed=-1.6 AbsoluteAxis=0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  30. Bindings=(Name="GBA_TurnRight",Command="Axis aBaseX Speed=+1.6 AbsoluteAxis=0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  31.  
  32. 4. Boot Tribes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement