Advertisement
tavarner17

Tim's Shreq .ini

Jan 20th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.80 KB | None | 0 0
  1. ;; #############################################################################
  2. ;; ## T:A best input.ini ##
  3. ;; ## Tim Version ##
  4. ;; ## based on Shreq's nerd input.ini (c) 2014 ##
  5. ;; ## USAGE: ##
  6. ;; ## 1. Make it read only ##
  7. ;; ## 2. Reset all key bindings in-game and restart the game ##
  8. ;; ## - If you change something and it's not working in-game, reset bindings ##
  9. ;; ## from the in-game keybinding menu ##
  10. ;; ## ##
  11. ;; ## Note: The GBA aliases included here are needed otherwise some functions ##
  12. ;; ## like console/chat won't work while being in the menu ##
  13. ;; #############################################################################
  14.  
  15. [Engine.PlayerInput]
  16. ;; Togglezoom off and FOV scaling off.
  17. MouseSensitivity = 5.0
  18. LookRightScale = 0.0
  19. LookUpScale = 0.0
  20. DoubleClickTime = 0.25
  21. bEnableMouseSmoothing = False
  22. bInvertAirVehicles = False
  23. bInvertMouse = False
  24. bInvertTurn = False
  25. bUseToggleZoom = False
  26. FlyingPitchSensitivity = 40.0
  27. FlyingYawSensitivity = 40.0
  28. FOVSetting = 100
  29. bEnableFOVScaling = False
  30. ;; MOVEMENT ;; =================================================================
  31. ;;
  32. Bindings=(Name="E", Command="Axis aBaseY Speed=+1.0")
  33. Bindings=(Name="D", Command="Axis aBaseY Speed=-1.0")
  34. Bindings=(Name="S", Command="Axis aStrafe Speed=-1.0")
  35. Bindings=(Name="F", Command="Axis aStrafe Speed=+1.0")
  36. Bindings=(Name="Spacebar", Command="PressedSki 0 | OnRelease ReleasedSki")
  37. Bindings=(Name="LeftAlt", Command="ToggleSki")
  38. ;; MOUSE ;; ====================================================================
  39. ;;
  40. Bindings=(Name="MouseX", Command="Count bXAxis | Axis aMouseX Speed=+1.0 DeadZone=0 AbsoluteAxis=0")
  41. Bindings=(Name="MouseY", Command="Count bYAxis | Axis aMouseY Speed=+1.0 DeadZone=0 AbsoluteAxis=0")
  42. Bindings=(Name="LookUp", Command="Axis aLookUp Speed=+0.5 AbsoluteAxis=0")
  43. Bindings=(Name="LookDown", Command="Axis aLookUp Speed=-0.5 AbsoluteAxis=0")
  44. Bindings=(Name="GBA_TurnLeft", Command="Axis aBaseX Speed=-0.5 AbsoluteAxis=0")
  45. Bindings=(Name="GBA_TurnRight", Command="Axis aBaseX Speed=+0.5 AbsoluteAxis=0")
  46. Bindings=(Name="LeftMouseButton", Command="StartFire | OnRelease StopFire")
  47. Bindings=(Name="RightMouseButton", Command="ToggleJetpack 1 1| onrelease ToggleJetpack 0 | Axis aUp Speed=+1.0 AbsoluteAxis=100")
  48. Bindings=(Name="MiddleMouseButton", Command="PressedMelee | Say KLI-SLICE-SA!")
  49. Bindings=(Name="ThumbMouseButton", Command="SpotTarget")
  50. Bindings=(Name="MouseScrollUp", Command="MagnifyZoom | SetSensitivity 1")
  51. Bindings=(Name="MouseScrollDown", Command="DemagnifyZoom | SetSensitivity 2")
  52. Bindings=(Name="ZoomNight", Command="PressedZoom | OnRelease ReleasedZoom | DemagnifyZoom | SetSensitivity 2 | OnRelease SetSensitivity 5 | Gamma 0.7 | OnRelease Gamma 2.0")
  53. Bindings=(Name="ZoomDay", Command="PressedZoom | OnRelease ReleasedZoom | DemagnifyZoom | SetSensitivity 2 | OnRelease SetSensitivity 5 | Gamma 0.7 | OnRelease Gamma 2.0")
  54. Bindings=(Name="ZoomBright", Command="PressedZoom | OnRelease ReleasedZoom | DemagnifyZoom | SetSensitivity 2 | OnRelease SetSensitivity 5 | Gamma 0.7 | OnRelease Gamma 2.0")
  55. Bindings=(Name="A", Command="PressedZoom | OnRelease ReleasedZoom | SetSensitivity 1 | OnRelease SetSensitivity 5 | Gamma 0.6 | OnRelease Gamma 1.8")
  56. ;; GAMMA SCRIPT ;; ======================================================
  57. ;;
  58. Bindings=(Name="Comma", Command="GammaH")
  59. Bindings=(Name="GammaL", Command="Gamma 0.6 | SetBind Comma GammaH | SetBind N Gamma05 | SetBind M Gamma07")
  60. Bindings=(Name="GammaH", Command="Gamma 1.4 | SetBind Comma GammaL | SetBind N Gamma13 | SetBind M Gamma15")
  61. Bindings=(Name="N", Command="Gamma17")
  62. Bindings=(Name="M", Command="Gamma19")
  63. Bindings=(Name="Gamma05", Command="Gamma 0.5 | SetBind N Gamma05 | SetBind M Gamma06 | Say Gamma = 0.5")
  64. Bindings=(Name="Gamma06", Command="Gamma 0.6 | SetBind N Gamma05 | SetBind M Gamma07 | Say Gamma = 0.6")
  65. Bindings=(Name="Gamma07", Command="Gamma 0.7 | SetBind N Gamma06 | SetBind M Gamma08 | Say Gamma = 0.7")
  66. Bindings=(Name="Gamma08", Command="Gamma 0.8 | SetBind N Gamma07 | SetBind M Gamma09 | Say Gamma = 0.8")
  67. Bindings=(Name="Gamma09", Command="Gamma 0.9 | SetBind N Gamma08 | SetBind M Gamma10 | Say Gamma = 0.9")
  68. Bindings=(Name="Gamma10", Command="Gamma 1.0 | SetBind N Gamma09 | SetBind M Gamma11 | Say Gamma = 1.0")
  69. Bindings=(Name="Gamma11", Command="Gamma 1.1 | SetBind N Gamma10 | SetBind M Gamma12 | Say Gamma = 1.1")
  70. Bindings=(Name="Gamma12", Command="Gamma 1.2 | SetBind N Gamma11 | SetBind M Gamma13 | Say Gamma = 1.2")
  71. Bindings=(Name="Gamma13", Command="Gamma 1.3 | SetBind N Gamma12 | SetBind M Gamma14 | Say Gamma = 1.3")
  72. Bindings=(Name="Gamma14", Command="Gamma 1.4 | SetBind N Gamma13 | SetBind M Gamma15 | Say Gamma = 1.4")
  73. Bindings=(Name="Gamma15", Command="Gamma 1.5 | SetBind N Gamma14 | SetBind M Gamma16 | Say Gamma = 1.5")
  74. Bindings=(Name="Gamma16", Command="Gamma 1.6 | SetBind N Gamma15 | SetBind M Gamma17 | Say Gamma = 1.6")
  75. Bindings=(Name="Gamma17", Command="Gamma 1.7 | SetBind N Gamma16 | SetBind M Gamma18 | Say Gamma = 1.7")
  76. Bindings=(Name="Gamma18", Command="Gamma 1.8 | SetBind N Gamma17 | SetBind M Gamma19 | Say Gamma = 1.8")
  77. Bindings=(Name="Gamma19", Command="Gamma 1.9 | SetBind N Gamma18 | SetBind M Gamma20 | Say Gamma = 1.9")
  78. Bindings=(Name="Gamma20", Command="Gamma 2.0 | SetBind N Gamma19 | SetBind M Gamma21 | Say Gamma = 2.0")
  79. Bindings=(Name="Gamma21", Command="Gamma 2.1 | SetBind N Gamma20 | SetBind M Gamma22 | Say Gamma = 2.1")
  80. Bindings=(Name="Gamma22", Command="Gamma 2.2 | SetBind N Gamma21 | SetBind M Gamma23 | Say Gamma = 2.2")
  81. Bindings=(Name="Gamma23", Command="Gamma 2.3 | SetBind N Gamma22 | SetBind M Gamma24 | Say Gamma = 2.3")
  82. Bindings=(Name="Gamma24", Command="Gamma 2.4 | SetBind N Gamma23 | SetBind M Gamma25 | Say Gamma = 2.4")
  83. Bindings=(Name="Gamma25", Command="Gamma 2.5 | SetBind N Gamma24 | SetBind M Gamma26 | Say Gamma = 2.5")
  84. Bindings=(Name="Gamma26", Command="Gamma 2.6 | SetBind N Gamma25 | SetBind M Gamma27 | Say Gamma = 2.6")
  85. Bindings=(Name="Gamma27", Command="Gamma 2.7 | SetBind N Gamma26 | SetBind M Gamma29 | Say Gamma = 2.7")
  86. Bindings=(Name="Gamma28", Command="Gamma 2.8 | SetBind N Gamma27 | SetBind M Gamma29 | Say Gamma = 2.8")
  87. Bindings=(Name="Gamma29", Command="Gamma 2.9 | SetBind N Gamma28 | SetBind M Gamma30 | Say Gamma = 2.9")
  88. Bindings=(Name="Gamma30", Command="Gamma 3.0 | SetBind N Gamma29 | SetBind M Gamma30 | Say Gamma = 3.0")
  89. ;; WEAPON SWAP SCRIPT ;; ======================================================
  90. ;; If swaps feels weird or your frames drop, change line 93 to this: 'Bindings=(Name="W", Command="NextWeapon")'
  91. Bindings=(Name="GBA_SwitchWeaponA", Command="EquipPrimary | SetBind W GBA_SwitchWeaponB")
  92. Bindings=(Name="GBA_SwitchWeaponB", Command="EquipSecondary | SetBind W GBA_SwitchWeaponA")
  93. Bindings=(Name="W", Command="GBA_SwitchWeaponB")
  94. ;; WEAPONS ;; ==================================================================
  95. ;;
  96. Bindings=(Name="T", Command="ReloadWeapon")
  97. Bindings=(Name="Z", Command="PressedBelt")
  98. Bindings=(Name="V", Command="PressedPack | Use")
  99. Bindings=(Name="One", Command="SwitchToSeat 1")
  100. Bindings=(Name="Two", Command="SwitchToSeat 2")
  101. Bindings=(Name="Three", Command="SwitchToCallIn 1")
  102. Bindings=(Name="Four", Command="SwitchToCallIn 2")
  103. Bindings=(Name="Five", Command="SwitchToCallIn 3")
  104. ;; CUSTOM TAUNT BINDS ;; =======================================================
  105. ;;
  106. Bindings=(Name="Insert", Command="Say Push F, Win Game")
  107. Bindings=(Name="Delete", Command="Say Dat F Button")
  108. Bindings=(Name="Home", Command="Say NEED MOAR F")
  109. Bindings=(Name="End", Command="Say FFFFK")
  110. Bindings=(Name="PageUp", Command="Say Great e'F'fort!")
  111. Bindings=(Name="PageDown", Command="Say SwagPEWPEWSwag")
  112. ;; VEHICLE SWAP SCRIPT ;; ======================================================
  113. ;; Not working...
  114. Bindings=(Name="SwitchScriptSeatA", Command="SwitchToSeat 2 | SetBind H SwitchScriptSeatB | Say BEEP!BEEP! | PlayVehicleHorn")
  115. Bindings=(Name="SwitchScriptSeatB", Command="SwitchToSeat 1 | SetBind H SwitchScriptSeatA | Say BEEP!BEEP! | PlayVehicleHorn")
  116. Bindings=(Name="H", Command="SwitchScriptSeatB")
  117. ;; Randos ;; ===================================================================
  118. ;;
  119. Bindings=(Name="G", Command="DropFlag")
  120. Bindings=(Name="Escape", Command="OpenMenu")
  121. Bindings=(Name="GBA_ShowScores", Command="SetShowScores True | OnRelease SetShowScores False")
  122. Bindings=(Name="Q", Command="GBA_ShowScores | StopWeather | MODIFYSOUNDCLASS Ambient VOL=0 | MODIFYSOUNDCLASS Concussion VOL=0 | MODIFYSOUNDCLASS World_Props VOL=0 | MODIFYSOUNDCLASS weaponfire VOL=0.25 | MODIFYSOUNDCLASS VoxAnnouncer VOL=2")
  123. Bindings=(Name="Period", Command="ToggleShowObjectMarkers")
  124. Bindings=(Name="R", Command="BehindView")
  125. Bindings=(Name="B", Command="BeginVGS")
  126. Bindings=(Name="P", Command="OnRelease ToggleTeamSelectionMenu")
  127. ;; CLASS SELECTION ;; ==========================================================
  128. ;;
  129. Bindings=(Name="Enter", Command="Suicide")
  130. Bindings=(Name="NumPadOne", Command="ClassHotkeyPTH")
  131. Bindings=(Name="NumPadTwo", Command="ClassHotkeySEN")
  132. Bindings=(Name="NumPadThree", Command="ClassHotkeyINF")
  133. Bindings=(Name="NumPadFour", Command="ClassHotkeySLD")
  134. Bindings=(Name="NumPadFive", Command="ClassHotkeyRDR")
  135. Bindings=(Name="NumPadSix", Command="ClassHotkeyTCN")
  136. Bindings=(Name="NumPadSeven", Command="ClassHotkeyJUG")
  137. Bindings=(Name="NumPadEight", Command="ClassHotkeyDMB")
  138. Bindings=(Name="NumPadNine", Command="ClassHotkeyBRT")
  139. ;; CHAT/CONSOLE ;; =============================================================
  140. ;;
  141. Bindings=(Name="GBA_ReplyTalk", Command="OnRelease ReplyTalk")
  142. Bindings=(Name="GBA_ToggleChat", Command="OnRelease ToggleChat")
  143. Bindings=(Name="GBA_Talk", Command="Talk")
  144. Bindings=(Name="GBA_TeamTalk", Command="TeamTalk")
  145. Bindings=(Name="Tilde", Command="GBA_ToggleChat")
  146. Bindings=(Name="LeftBracket", Command="TypeKeyPressed")
  147. Bindings=(Name="RightBracket", Command="GBA_TeamTalk")
  148. Bindings=(Name="Backslash", Command="GBA_Talk")
  149. Bindings=(Name="Slash", Command="GBA_ReplyTalk")
  150. ;; F-KEYS ;; ===================================================================
  151. ;;
  152. Bindings=(Name="F1", Command=" | Say Testing 1")
  153. Bindings=(Name="F2", Command=" | Say Testing 2")
  154. Bindings=(Name="F3", Command="Show BSP | Show COLLISION | Show SKELMESHES | Show FOG | Show DECALS | Show LEVELCOLORATION")
  155. Bindings=(Name="F4", Command="Shot")
  156. Bindings=(Name="F5", Command="VoteNo")
  157. Bindings=(Name="F6", Command="VoteYes")
  158. Bindings=(Name="F7", Command="Scale Set DynamicLights False | Scale Set DirectionalLightmaps False | Say DL: Off DLM: Off")
  159. Bindings=(Name="F8", Command="Scale Set DynamicLights False | Scale Set DirectionalLightmaps True | Say DL: Off DLM: On")
  160. Bindings=(Name="F9", Command="Scale Set DynamicLights True | Scale Set DirectionalLightmaps False | Say DL: On DLM: Off")
  161. Bindings=(Name="F10", Command="Scale Toggle DepthOfField")
  162. Bindings=(Name="F11", Command="Say X-Hair On/Off")
  163. Bindings=(Name="F12", Command="Reconnect")
  164. ;[/Engine.PlayerInput]
  165.  
  166. [TribesGame.TrPlayerInput_Spectator]
  167. LookRightScale = 0.0
  168. LookUpScale = 0.0
  169. ;; MOVEMENT ;; =================================================================
  170. ;;
  171. Bindings=(Name="E", Command="Axis aBaseY Speed=+1.0 | ViewSelf")
  172. Bindings=(Name="D", Command="Axis aBaseY Speed=-1.0 | ViewSelf")
  173. Bindings=(Name="S", Command="Axis aStrafe Speed=-1.0 | ViewSelf")
  174. Bindings=(Name="F", Command="Axis aStrafe Speed=+1.0 | ViewSelf")
  175. Bindings=(Name="Spacebar", Command="Axis aUp Speed=+1.0 | ViewSelf")
  176. Bindings=(Name="A", Command="Axis aUp Speed=-1.0 | ViewSelf")
  177. ;; MOUSE ;; ====================================================================
  178. ;;
  179. Bindings=(Name="MouseX", Command="Count bXAxis | Axis aMouseX Speed=+2.3 DeadZone=0 AbsoluteAxis=0")
  180. Bindings=(Name="MouseY", Command="Count bYAxis | Axis aMouseY Speed=+2.3 DeadZone=0 AbsoluteAxis=0")
  181. Bindings=(Name="LeftMouseButton", Command="ViewNextPlayer")
  182. Bindings=(Name="RightMouseButton", Command="ViewPreviousPlayer")
  183. Bindings=(Name="MiddleMouseButton", Command=" ")
  184. Bindings=(Name="MouseScrollUp", Command="IncreaseSpeed 250 | DecreaseCamDistance 100", bIgnoreShift=True)
  185. Bindings=(Name="MouseScrollDown", Command="DecreaseSpeed 250 | IncreaseCamDistance 100", bIgnoreShift=True)
  186. Bindings=(Name="MouseScrollUp", Command="IncreaseSpeed 500 | DecreaseCamDistance 200", Shift=True)
  187. Bindings=(Name="MouseScrollDown", Command="DecreaseSpeed 500 | IncreaseCamDistance 200", Shift=True)
  188. ;; MISC GAME ;; ================================================================
  189. ;;
  190. Bindings=(Name="Escape", Command="OpenMenu")
  191. Bindings=(Name="Q", Command="SetShowScores True | OnRelease SetShowScores False | StopWeather | MODIFYSOUNDCLASS Ambient VOL=0 | MODIFYSOUNDCLASS Concussion VOL=0 | MODIFYSOUNDCLASS World_Props VOL=0 | MODIFYSOUNDCLASS weaponfire VOL=0.25 | MODIFYSOUNDCLASS VoxAnnouncer VOL=2")
  192. Bindings=(Name="Period", Command="ToggleShowObjectMarkers")
  193. Bindings=(Name="P", Command="OnRelease ToggleTeamSelectionMenu")
  194. ;; SPECTATOR VIEW STUFF ;; =====================================================
  195. ;;
  196. Bindings=(Name="B", Command="ViewBookmarks True | OnRelease ViewBookmarks False")
  197. Bindings=(Name="C", Command="ViewFlagStands True | OnRelease ViewFlagStands False")
  198. Bindings=(Name="F", Command="ViewFlags True | OnRelease ViewFlags False")
  199. Bindings=(Name="G", Command="ViewGenerators True | OnRelease ViewGenerators False")
  200. Bindings=(Name="R", Command="ViewFastestPlayer True | OnRelease ViewFastestPlayer False")
  201. Bindings=(Name="V", Command="ViewVehicles True | OnRelease ViewVehicles False")
  202. Bindings=(Name="O", Command="ShowSpectatorHUD")
  203. Bindings=(Name="X", Command="ShowSpectatorControls")
  204. Bindings=(Name="L", Command="ToggleLockViewToPlayer")
  205. Bindings=(Name="One", Command="GotoViewTarget SpectatorKeybindOne", bIgnoreShift=True)
  206. Bindings=(Name="Two", Command="GotoViewTarget SpectatorKeybindTwo", bIgnoreShift=True)
  207. Bindings=(Name="Three", Command="GotoViewTarget SpectatorKeybindThree", bIgnoreShift=True)
  208. Bindings=(Name="Four", Command="GotoViewTarget SpectatorKeybindFour", bIgnoreShift=True)
  209. Bindings=(Name="Five", Command="GotoViewTarget SpectatorKeybindFive", bIgnoreShift=True)
  210. Bindings=(Name="Six", Command="GotoViewTarget SpectatorKeybindSix", bIgnoreShift=True)
  211. Bindings=(Name="Seven", Command="GotoViewTarget SpectatorKeybindSeven", bIgnoreShift=True)
  212. Bindings=(Name="Eight", Command="GotoViewTarget SpectatorKeybindEight", bIgnoreShift=True)
  213. Bindings=(Name="Nine", Command="GotoViewTarget SpectatorKeybindNine", bIgnoreShift=True)
  214. Bindings=(Name="Zero", Command="GotoViewTarget SpectatorKeybindZero", bIgnoreShift=True)
  215. Bindings=(Name="One", Command="BindSpectatorViewTarget SpectatorKeybindOne", Shift=True)
  216. Bindings=(Name="Two", Command="BindSpectatorViewTarget SpectatorKeybindTwo", Shift=True)
  217. Bindings=(Name="Three", Command="BindSpectatorViewTarget SpectatorKeybindThree", Shift=True)
  218. Bindings=(Name="Four", Command="BindSpectatorViewTarget SpectatorKeybindFour", Shift=True)
  219. Bindings=(Name="Five", Command="BindSpectatorViewTarget SpectatorKeybindFive", Shift=True)
  220. Bindings=(Name="Six", Command="BindSpectatorViewTarget SpectatorKeybindSix", Shift=True)
  221. Bindings=(Name="Seven", Command="BindSpectatorViewTarget SpectatorKeybindSeven", Shift=True)
  222. Bindings=(Name="Eight", Command="BindSpectatorViewTarget SpectatorKeybindEight", Shift=True)
  223. Bindings=(Name="Nine", Command="BindSpectatorViewTarget SpectatorKeybindNine", Shift=True)
  224. Bindings=(Name="Zero", Command="BindSpectatorViewTarget SpectatorKeybindZero", Shift=True)
  225. ;; CHAT/CONSOLE ;; =============================================================
  226. ;;
  227. Bindings=(Name="Tilde", Command="| onrelease ToggleChat")
  228. Bindings=(Name="LeftBracket", Command="TypeKeyPressed")
  229. Bindings=(Name="RightBracket", Command="TeamTalk")
  230. Bindings=(Name="Backslash", Command="Talk")
  231. Bindings=(Name="Slash", Command="| OnRelease ReplyTalk")
  232. ;; F-KEYS ;; ===================================================================
  233. ;;
  234. Bindings=(Name="F1", Command=" ")
  235. Bindings=(Name="F2", Command=" ")
  236. Bindings=(Name="F3", Command=" ")
  237. Bindings=(Name="F4", Command="Shot")
  238. Bindings=(Name="F5", Command="VoteNo")
  239. Bindings=(Name="F6", Command="VoteYes")
  240. Bindings=(Name="F7", Command="Show BSP | Show COLLISION | Show SKELMESHES | Show FOG | Show DECALS | Show LEVELCOLORATION")
  241. Bindings=(Name="F8", Command="Scale Toggle DepthOfField")
  242. Bindings=(Name="F9", Command=" ")
  243. Bindings=(Name="F10", Command=" ")
  244. Bindings=(Name="F11", Command="Say X-Hair On/Off")
  245. Bindings=(Name="F12", Command=" ")
  246. ;; GAMMA TOGGLE SCRIPT ;; ======================================================
  247. ;;
  248. Bindings=(Name="GammaL", Command="Gamma 0.7")
  249. Bindings=(Name="GammaS", Command="Gamma 2.0")
  250. Bindings=(Name="N", Command="Gamma19")
  251. Bindings=(Name="M", Command="Gamma21")
  252. Bindings=(Name="Gamma05", Command="Gamma 0.5 | SetBind N Gamma05 | SetBind M Gamma06 | SetBind GammaS Gamma 0.5")
  253. Bindings=(Name="Gamma06", Command="Gamma 0.6 | SetBind N Gamma05 | SetBind M Gamma07 | SetBind GammaS Gamma 0.6")
  254. Bindings=(Name="Gamma07", Command="Gamma 0.7 | SetBind N Gamma06 | SetBind M Gamma08 | SetBind GammaS Gamma 0.7")
  255. Bindings=(Name="Gamma08", Command="Gamma 0.8 | SetBind N Gamma07 | SetBind M Gamma09 | SetBind GammaS Gamma 0.8")
  256. Bindings=(Name="Gamma09", Command="Gamma 0.9 | SetBind N Gamma08 | SetBind M Gamma10 | SetBind GammaS Gamma 0.9")
  257. Bindings=(Name="Gamma10", Command="Gamma 1.0 | SetBind N Gamma09 | SetBind M Gamma11 | SetBind GammaS Gamma 0.0")
  258. Bindings=(Name="Gamma11", Command="Gamma 1.1 | SetBind N Gamma10 | SetBind M Gamma12 | SetBind GammaS Gamma 1.1")
  259. Bindings=(Name="Gamma12", Command="Gamma 1.2 | SetBind N Gamma11 | SetBind M Gamma13 | SetBind GammaS Gamma 1.2")
  260. Bindings=(Name="Gamma13", Command="Gamma 1.3 | SetBind N Gamma12 | SetBind M Gamma14 | SetBind GammaS Gamma 1.3")
  261. Bindings=(Name="Gamma14", Command="Gamma 1.4 | SetBind N Gamma13 | SetBind M Gamma15 | SetBind GammaS Gamma 1.4")
  262. Bindings=(Name="Gamma15", Command="Gamma 1.5 | SetBind N Gamma14 | SetBind M Gamma16 | SetBind GammaS Gamma 1.5")
  263. Bindings=(Name="Gamma16", Command="Gamma 1.6 | SetBind N Gamma15 | SetBind M Gamma17 | SetBind GammaS Gamma 1.6")
  264. Bindings=(Name="Gamma17", Command="Gamma 1.7 | SetBind N Gamma16 | SetBind M Gamma18 | SetBind GammaS Gamma 1.7")
  265. Bindings=(Name="Gamma18", Command="Gamma 1.8 | SetBind N Gamma17 | SetBind M Gamma19 | SetBind GammaS Gamma 1.8")
  266. Bindings=(Name="Gamma19", Command="Gamma 1.9 | SetBind N Gamma18 | SetBind M Gamma20 | SetBind GammaS Gamma 1.9")
  267. Bindings=(Name="Gamma20", Command="Gamma 2.0 | SetBind N Gamma19 | SetBind M Gamma21 | SetBind GammaS Gamma 2.0")
  268. Bindings=(Name="Gamma21", Command="Gamma 2.1 | SetBind N Gamma20 | SetBind M Gamma22 | SetBind GammaS Gamma 2.1")
  269. Bindings=(Name="Gamma22", Command="Gamma 2.2 | SetBind N Gamma21 | SetBind M Gamma23 | SetBind GammaS Gamma 2.2")
  270. Bindings=(Name="Gamma23", Command="Gamma 2.3 | SetBind N Gamma22 | SetBind M Gamma24 | SetBind GammaS Gamma 2.3")
  271. Bindings=(Name="Gamma24", Command="Gamma 2.4 | SetBind N Gamma23 | SetBind M Gamma25 | SetBind GammaS Gamma 2.4")
  272. Bindings=(Name="Gamma25", Command="Gamma 2.5 | SetBind N Gamma24 | SetBind M Gamma26 | SetBind GammaS Gamma 2.5")
  273. Bindings=(Name="Gamma26", Command="Gamma 2.6 | SetBind N Gamma25 | SetBind M Gamma27 | SetBind GammaS Gamma 2.6")
  274. Bindings=(Name="Gamma27", Command="Gamma 2.7 | SetBind N Gamma26 | SetBind M Gamma29 | SetBind GammaS Gamma 2.7")
  275. Bindings=(Name="Gamma28", Command="Gamma 2.8 | SetBind N Gamma27 | SetBind M Gamma29 | SetBind GammaS Gamma 2.8")
  276. Bindings=(Name="Gamma29", Command="Gamma 2.9 | SetBind N Gamma28 | SetBind M Gamma30 | SetBind GammaS Gamma 2.9")
  277. Bindings=(Name="Gamma30", Command="Gamma 3.0 | SetBind N Gamma29 | SetBind M Gamma30 | SetBind GammaS Gamma 3.0")
  278. ;[/TribesGame.TrPlayerInput_Spectator]
  279.  
  280. [TribesGame.TrChatConsole]
  281. ;;
  282. TribesAutoCompleteList=(Command="/", Desc="F7:No DL - F8:Directional only - F9:DL Only - F10:Toggle DoF - F12:Reconnect")
  283. TribesAutoCompleteList=(Command="/stat fps", Desc="/stat fps (Display your FPS)")
  284. TribesAutoCompleteList=(Command="/report", Desc="/report <Player> <Reason For Reporting> (Send a confidential report to Hi-Rez)")
  285. TribesAutoCompleteList=(Command="/mute", Desc="/mute <Player> (Stop displaying chat from a player)")
  286. TribesAutoCompleteList=(Command="/unmute", Desc="/unmute <Player> (Remove a player from your muted list)")
  287. TribesAutoCompleteList=(Command="/votekick", Desc="/votekick <Player> (Call an in-game vote to remove a player from the match)")
  288. TribesAutoCompleteList=(Command="/quit", Desc="/quit (Exit the program)")
  289. TribesAutoCompleteList=(Command="/sc login", Desc="/sc login <ServerID> <Password>")
  290. TribesAutoCompleteList=(Command="/sc select", Desc="/sc select <ServerID>")
  291. TribesAutoCompleteList=(Command="/sc server status", Desc="/sc server status (Shows server status)")
  292. TribesAutoCompleteList=(Command="/sc server start", Desc="/sc server start (Shows server on the custom server browser)")
  293. TribesAutoCompleteList=(Command="/sc server stop", Desc="/sc server stop (Immediately ends the match and removes server from the custom server browser)")
  294. TribesAutoCompleteList=(Command="/sc server shutdown", Desc="/sc server shutdown (Removes server from the custom server browser)")
  295. TribesAutoCompleteList=(Command="/sc map next", Desc=" ArxNovena(1456) Crossfire(1462) Drydock(1457) Katabatic(1447) Raindance(1516) Sunstar(1523) Tartarus(1512) TempleRuins(1493) Stonehenge(1522) Permafrost(1534) DangerousCrossing(1538) BellaOmega(1473) BellaOmegaNS(1551) Blueshift(1543) CanyonCrusadeRevival(1514)")
  296. TribesAutoCompleteList=(Command="/sc map next", Desc="/sc map next (Skips to the next map in the map cycle)")
  297. TribesAutoCompleteList=(Command="/sc map next", Desc="/sc map next <mapID> (Sets the next map)")
  298. TribesAutoCompleteList=(Command="/sc map start", Desc=" ArxNovena(1456) Crossfire(1462) Drydock(1457) Katabatic(1447) Raindance(1516) Sunstar(1523) Tartarus(1512) TempleRuins(1493) Stonehenge(1522) Permafrost(1534) DangerousCrossing(1538) BellaOmega(1473) BellaOmegaNS(1551) Blueshift(1543) CanyonCrusadeRevival(1514)")
  299. TribesAutoCompleteList=(Command="/sc map start", Desc="/sc map start (Skips warm up time if applicable)")
  300. TribesAutoCompleteList=(Command="/sc map start", Desc="/sc map start <mapID> (Skips to Map ID)")
  301. TribesAutoCompleteList=(Command="/sc map end", Desc="/sc map end (Ends current map)")
  302. ;[/TribesGame.TrChatConsole]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement