Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.37 KB | None | 0 0
  1. ;; #############################################################################
  2. ;; ## T:A nerd input.ini by Schreq (c) 2014 ##
  3. ;; ## ##
  4. ;; ## USAGE: ##
  5. ;; ## 1. Make it read only ##
  6. ;; ## 2. Reset all key bindings in-game and restart the game ##
  7. ;; ## - If you change something and it's not working in-game, reset bindings ##
  8. ;; ## from the in-game keybinding menu ##
  9. ;; ## ##
  10. ;; ## Note: The GBA aliases included here are needed otherwise some functions ##
  11. ;; ## like console/chat won't work while being in the menu ##
  12. ;; #############################################################################
  13.  
  14. [Engine.PlayerInput]
  15. MouseSensitivity = 6.5
  16. LookRightScale = 0.0
  17. LookUpScale = 0.0
  18. DoubleClickTime = 0.25
  19. bEnableFOVScaling = True
  20. bEnableMouseSmoothing = False
  21. bInvertAirVehicles = False
  22. bInvertMouse = False
  23. bInvertTurn = False
  24. bUseToggleZoom = False
  25. FlyingPitchSensitivity = 100.0
  26. FlyingYawSensitivity = 100.0
  27. FOVSetting = 120
  28. ;; MOVEMENT ;; =================================================================
  29. Bindings=(Name="W", Command="Axis aBaseY Speed=+1.0")
  30. Bindings=(Name="S", Command="Axis aBaseY Speed=-1.0")
  31. Bindings=(Name="A", Command="Axis aStrafe Speed=-1.0")
  32. Bindings=(Name="D", Command="Axis aStrafe Speed=+1.0")
  33. Bindings=(Name="LeftControl", Command="DoJump")
  34. Bindings=(Name="Spacebar", Command="PressedSki 0 | OnRelease ReleasedSki")
  35. ;; MOUSE ;; ====================================================================
  36. Bindings=(Name="MouseX", Command="Count bXAxis | Axis aMouseX Speed=+1.0 DeadZone=0 AbsoluteAxis=0")
  37. Bindings=(Name="MouseY", Command="Count bYAxis | Axis aMouseY Speed=+1.0 DeadZone=0 AbsoluteAxis=0")
  38. Bindings=(Name="LeftMouseButton", Command="StartFire | OnRelease StopFire")
  39. Bindings=(Name="MiddleMouseButton", Command="ActivateFreeCam | OnRelease DeactivateFreeCam")
  40. Bindings=(Name="RightMouseButton", Command="ToggleJetpack 1 1 | OnRelease ToggleJetpack 0 | Axis aUp Speed=+1.0 AbsoluteAxis=100")
  41. Bindings=(Name="ThumbMouseButton", Command=" ")
  42. Bindings=(Name="MouseScrollUp", Command="MagnifyZoom | PressedWeaponSwitch 1")
  43. Bindings=(Name="MouseScrollDown", Command="DemagnifyZoom | PressedWeaponSwitch 1")
  44. ;; WEAPONS ;; ==================================================================
  45. Bindings=(Name="LeftShift", Command="PressedZoom | OnRelease ReleasedZoom")
  46. Bindings=(Name="Q", Command="NextWeapon | SwitchToSeat 2 | OnRelease SwitchToSeat 1")
  47. Bindings=(Name="E", Command="PressedMelee | PlayVehicleHorn")
  48. Bindings=(Name="R", Command="ReloadWeapon")
  49. Bindings=(Name="F", Command="PressedBelt")
  50. Bindings=(Name="C", Command="PressedPack")
  51. Bindings=(Name="G", Command="Use")
  52. Bindings=(Name="One", Command="EquipPrimary")
  53. Bindings=(Name="Two", Command="EquipSecondary | SwitchToSeat 2")
  54. Bindings=(Name="Three", Command="SwitchToCallIn 1")
  55. Bindings=(Name="Four", Command="SwitchToCallIn 2")
  56. Bindings=(Name="Five", Command="SwitchToCallIn 3")
  57. ;; PLAYER ;; ===================================================================
  58. Bindings=(Name="LeftAlt", Command="SpotTarget")
  59. Bindings=(Name="T", Command="DropFlag")
  60. Bindings=(Name="K", Command="Suicide")
  61. ;; MISC GAME ;; ================================================================
  62. Bindings=(Name="Escape", Command="OpenMenu")
  63. Bindings=(Name="GBA_ShowScores", Command="SetShowScores True | OnRelease SetShowScores False | StopWeather | MODIFYSOUNDCLASS Ambient VOL=0 | MODIFYSOUNDCLASS Concussion VOL=0 | MODIFYSOUNDCLASS World_Props VOL=0")
  64. Bindings=(Name="Tab", Command="GBA_ShowScores")
  65. Bindings=(Name="B", Command="ToggleShowObjectMarkers")
  66. Bindings=(Name="Semicolon", Command="BehindView")
  67. Bindings=(Name="V", Command="BeginVGS")
  68. Bindings=(Name="P", Command="| OnRelease ToggleTeamSelectionMenu")
  69. Bindings=(Name="H", Command="PlayVehicleHorn")
  70. ;; CLASS SELECTION ;; ==========================================================
  71. Bindings=(Name="Enter", Command="QuickClasses")
  72. Bindings=(Name="NumPadOne", Command="ClassHotkeyPTH")
  73. Bindings=(Name="NumPadTwo", Command="ClassHotkeySEN")
  74. Bindings=(Name="NumPadThree", Command="ClassHotkeyINF")
  75. Bindings=(Name="NumPadFour", Command="ClassHotkeySLD")
  76. Bindings=(Name="NumPadFive", Command="ClassHotkeyRDR")
  77. Bindings=(Name="NumPadSix", Command="ClassHotkeyTCN")
  78. Bindings=(Name="NumPadSeven", Command="ClassHotkeyJUG")
  79. Bindings=(Name="NumPadEight", Command="ClassHotkeyDMB")
  80. Bindings=(Name="NumPadNine", Command="ClassHotkeyBRT")
  81. ;; CHAT/CONSOLE ;; =============================================================
  82. Bindings=(Name="GBA_ReplyTalk", Command="| OnRelease ReplyTalk")
  83. Bindings=(Name="GBA_ToggleChat", Command="| OnRelease ToggleChat")
  84. Bindings=(Name="GBA_Talk", Command="Talk")
  85. Bindings=(Name="GBA_TeamTalk", Command="TeamTalk")
  86. Bindings=(Name="Tilde", Command="GBA_ToggleChat")
  87. Bindings=(Name="LeftBracket", Command="TypeKeyPressed")
  88. Bindings=(Name="Y", Command="GBA_TeamTalk")
  89. Bindings=(Name="Z", Command="GBA_Talk")
  90. Bindings=(Name="Slash", Command="GBA_ReplyTalk")
  91. ;; F-KEYS ;; ===================================================================
  92. Bindings=(Name="F1", Command="SwitchToSeat 1")
  93. Bindings=(Name="F2", Command="SwitchToSeat 2")
  94. Bindings=(Name="F4", Command=" ")
  95. Bindings=(Name="F4", Command="Shot")
  96. Bindings=(Name="F5", Command="VoteNo")
  97. Bindings=(Name="F6", Command="VoteYes")
  98. Bindings=(Name="F7", Command="Scale Set DynamicLights False | Scale Set DirectionalLightmaps False")
  99. Bindings=(Name="F8", Command="Scale Set DynamicLights False | Scale Set DirectionalLightmaps True")
  100. Bindings=(Name="F9", Command="Scale Set DynamicLights True | Scale Set DirectionalLightmaps False")
  101. Bindings=(Name="F10", Command="Scale Toggle DepthOfField")
  102. Bindings=(Name="F11", Command=" ")
  103. Bindings=(Name="F12", Command="Reconnect")
  104. ;; GAMMA TOGGLE ;; =============================================================
  105. Bindings=(Name="N", Command="GammaL")
  106. Bindings=(Name="M", Command="GammaH")
  107. Bindings=(Name="Comma", Command="GammaH")
  108. Bindings=(Name="GammaL", Command="Gamma 0.6 | SetBind Comma GammaH | SetBind N Gamma05 | SetBind M Gamma07")
  109. Bindings=(Name="GammaH", Command="Gamma 1.2 | SetBind Comma GammaL | SetBind N Gamma11 | SetBind M Gamma13")
  110. ;; GAMMA SCRIPT ;; =============================================================
  111. Bindings=(Name="Gamma05", Command="Gamma 0.5 | SetBind N Gamma05 | SetBind M Gamma06")
  112. Bindings=(Name="Gamma06", Command="Gamma 0.6 | SetBind N Gamma05 | SetBind M Gamma07")
  113. Bindings=(Name="Gamma07", Command="Gamma 0.7 | SetBind N Gamma06 | SetBind M Gamma08")
  114. Bindings=(Name="Gamma08", Command="Gamma 0.8 | SetBind N Gamma07 | SetBind M Gamma09")
  115. Bindings=(Name="Gamma09", Command="Gamma 0.9 | SetBind N Gamma08 | SetBind M Gamma10")
  116. Bindings=(Name="Gamma10", Command="Gamma 1.0 | SetBind N Gamma09 | SetBind M Gamma11")
  117. Bindings=(Name="Gamma11", Command="Gamma 1.1 | SetBind N Gamma10 | SetBind M Gamma12")
  118. Bindings=(Name="Gamma12", Command="Gamma 1.2 | SetBind N Gamma11 | SetBind M Gamma13")
  119. Bindings=(Name="Gamma13", Command="Gamma 1.3 | SetBind N Gamma12 | SetBind M Gamma14")
  120. Bindings=(Name="Gamma14", Command="Gamma 1.4 | SetBind N Gamma13 | SetBind M Gamma15")
  121. Bindings=(Name="Gamma15", Command="Gamma 1.5 | SetBind N Gamma14 | SetBind M Gamma16")
  122. Bindings=(Name="Gamma16", Command="Gamma 1.6 | SetBind N Gamma15 | SetBind M Gamma17")
  123. Bindings=(Name="Gamma17", Command="Gamma 1.7 | SetBind N Gamma16 | SetBind M Gamma18")
  124. Bindings=(Name="Gamma18", Command="Gamma 1.8 | SetBind N Gamma17 | SetBind M Gamma19")
  125. Bindings=(Name="Gamma19", Command="Gamma 1.9 | SetBind N Gamma18 | SetBind M Gamma20")
  126. Bindings=(Name="Gamma20", Command="Gamma 2.0 | SetBind N Gamma19 | SetBind M Gamma21")
  127. Bindings=(Name="Gamma21", Command="Gamma 2.1 | SetBind N Gamma20 | SetBind M Gamma22")
  128. Bindings=(Name="Gamma22", Command="Gamma 2.2 | SetBind N Gamma21 | SetBind M Gamma23")
  129. Bindings=(Name="Gamma23", Command="Gamma 2.3 | SetBind N Gamma22 | SetBind M Gamma24")
  130. Bindings=(Name="Gamma24", Command="Gamma 2.4 | SetBind N Gamma23 | SetBind M Gamma25")
  131. Bindings=(Name="Gamma25", Command="Gamma 2.5 | SetBind N Gamma24 | SetBind M Gamma26")
  132. Bindings=(Name="Gamma26", Command="Gamma 2.6 | SetBind N Gamma25 | SetBind M Gamma27")
  133. Bindings=(Name="Gamma27", Command="Gamma 2.7 | SetBind N Gamma26 | SetBind M Gamma29")
  134. Bindings=(Name="Gamma28", Command="Gamma 2.8 | SetBind N Gamma27 | SetBind M Gamma29")
  135. Bindings=(Name="Gamma29", Command="Gamma 2.9 | SetBind N Gamma28 | SetBind M Gamma30")
  136. Bindings=(Name="Gamma30", Command="Gamma 3.0 | SetBind N Gamma29 | SetBind M Gamma30")
  137. ;[/Engine.PlayerInput]
  138.  
  139.  
  140. [TribesGame.TrPlayerInput_Spectator]
  141. LookRightScale = 0.0
  142. LookUpScale = 0.0
  143. ;; MOVEMENT ;; =================================================================
  144. Bindings=(Name="W", Command="Axis aBaseY Speed=+1.0 | ViewSelf")
  145. Bindings=(Name="S", Command="Axis aBaseY Speed=-1.0 | ViewSelf")
  146. Bindings=(Name="A", Command="Axis aStrafe Speed=-1.0 | ViewSelf")
  147. Bindings=(Name="D", Command="Axis aStrafe Speed=+1.0 | ViewSelf")
  148. Bindings=(Name="Spacebar", Command="Axis aUp Speed=+1.0 | ViewSelf")
  149. Bindings=(Name="LeftControl", Command="Axis aUp Speed=-1.0 | ViewSelf")
  150. ;; MOUSE ;; ====================================================================
  151. Bindings=(Name="MouseX", Command="Count bXAxis | Axis aMouseX Speed=+2.3 DeadZone=0 AbsoluteAxis=0")
  152. Bindings=(Name="MouseY", Command="Count bYAxis | Axis aMouseY Speed=+2.3 DeadZone=0 AbsoluteAxis=0")
  153. Bindings=(Name="LeftMouseButton", Command="ViewNextPlayer")
  154. Bindings=(Name="RightMouseButton", Command="ViewPreviousPlayer")
  155. ;@todo Will ich das?
  156. Bindings=(Name="MiddleMouseButton",Command="ViewSelf")
  157. Bindings=(Name="MouseScrollUp", Command="IncreaseSpeed 250 | DecreaseCamDistance 100", bIgnoreShift=True)
  158. Bindings=(Name="MouseScrollDown", Command="DecreaseSpeed 250 | IncreaseCamDistance 100", bIgnoreShift=True)
  159. Bindings=(Name="MouseScrollUp", Command="IncreaseSpeed 500 | DecreaseCamDistance 200", Shift=True)
  160. Bindings=(Name="MouseScrollDown", Command="DecreaseSpeed 500 | IncreaseCamDistance 200", Shift=True)
  161. ;; MISC GAME ;; ================================================================
  162. Bindings=(Name="Escape", Command="OpenMenu")
  163. Bindings=(Name="Tab", Command="SetShowScores True | OnRelease SetShowScores False | StopWeather | MODIFYSOUNDCLASS Ambient VOL=0 | MODIFYSOUNDCLASS Concussion VOL=0 | MODIFYSOUNDCLASS World_Props VOL=0")
  164. Bindings=(Name="B", Command="ToggleShowObjectMarkers")
  165. Bindings=(Name="P", Command="| OnRelease ToggleTeamSelectionMenu")
  166. ;; SPECTATOR VIEW STUFF ;; =====================================================
  167. Bindings=(Name="O", Command="ShowSpectatorControls")
  168. Bindings=(Name="X", Command="ShowSpectatorHUD")
  169. Bindings=(Name="B", Command="ViewBookmarks True | OnRelease ViewBookmarks False")
  170. Bindings=(Name="C", Command="ViewFlagStands True | OnRelease ViewFlagStands False")
  171. Bindings=(Name="F", Command="ViewFlags True | OnRelease ViewFlags False")
  172. Bindings=(Name="G", Command="ViewGenerators True | OnRelease ViewGenerators False")
  173. Bindings=(Name="R", Command="ViewFastestPlayer True | OnRelease ViewFastestPlayer False")
  174. Bindings=(Name="V", Command="ViewVehicles True | OnRelease ViewVehicles False")
  175. Bindings=(Name="L", Command="ToggleLockViewToPlayer")
  176. Bindings=(Name="One", Command="GotoViewTarget SpectatorKeybindOne", bIgnoreShift=True)
  177. Bindings=(Name="Two", Command="GotoViewTarget SpectatorKeybindTwo", bIgnoreShift=True)
  178. Bindings=(Name="Three", Command="GotoViewTarget SpectatorKeybindThree", bIgnoreShift=True)
  179. Bindings=(Name="Four", Command="GotoViewTarget SpectatorKeybindFour", bIgnoreShift=True)
  180. Bindings=(Name="Five", Command="GotoViewTarget SpectatorKeybindFive", bIgnoreShift=True)
  181. Bindings=(Name="Six", Command="GotoViewTarget SpectatorKeybindSix", bIgnoreShift=True)
  182. Bindings=(Name="Seven", Command="GotoViewTarget SpectatorKeybindSeven", bIgnoreShift=True)
  183. Bindings=(Name="Eight", Command="GotoViewTarget SpectatorKeybindEight", bIgnoreShift=True)
  184. Bindings=(Name="Nine", Command="GotoViewTarget SpectatorKeybindNine", bIgnoreShift=True)
  185. Bindings=(Name="Zero", Command="GotoViewTarget SpectatorKeybindZero", bIgnoreShift=True)
  186. Bindings=(Name="One", Command="BindSpectatorViewTarget SpectatorKeybindOne", Shift=True)
  187. Bindings=(Name="Two", Command="BindSpectatorViewTarget SpectatorKeybindTwo", Shift=True)
  188. Bindings=(Name="Three", Command="BindSpectatorViewTarget SpectatorKeybindThree", Shift=True)
  189. Bindings=(Name="Four", Command="BindSpectatorViewTarget SpectatorKeybindFour", Shift=True)
  190. Bindings=(Name="Five", Command="BindSpectatorViewTarget SpectatorKeybindFive", Shift=True)
  191. Bindings=(Name="Six", Command="BindSpectatorViewTarget SpectatorKeybindSix", Shift=True)
  192. Bindings=(Name="Seven", Command="BindSpectatorViewTarget SpectatorKeybindSeven", Shift=True)
  193. Bindings=(Name="Eight", Command="BindSpectatorViewTarget SpectatorKeybindEight", Shift=True)
  194. Bindings=(Name="Nine", Command="BindSpectatorViewTarget SpectatorKeybindNine", Shift=True)
  195. Bindings=(Name="Zero", Command="BindSpectatorViewTarget SpectatorKeybindZero", Shift=True)
  196. ;; CHAT/CONSOLE ;; =============================================================
  197. Bindings=(Name="Tilde", Command="| onrelease ToggleChat")
  198. Bindings=(Name="LeftBracket", Command="TypeKeyPressed")
  199. Bindings=(Name="Y", Command="TeamTalk")
  200. Bindings=(Name="Z", Command="Talk")
  201. Bindings=(Name="Slash", Command="| OnRelease ReplyTalk")
  202. ;; F-KEYS ;; ===================================================================
  203. Bindings=(Name="F1", Command=" ")
  204. Bindings=(Name="F2", Command=" ")
  205. Bindings=(Name="F3", Command=" ")
  206. Bindings=(Name="F4", Command="Shot")
  207. Bindings=(Name="F5", Command="VoteNo")
  208. Bindings=(Name="F6", Command="VoteYes")
  209. Bindings=(Name="F7", Command="Scale Set DynamicLights False | Scale Set DirectionalLightmaps False")
  210. Bindings=(Name="F8", Command="Scale Set DynamicLights False | Scale Set DirectionalLightmaps True")
  211. Bindings=(Name="F9", Command="Scale Set DynamicLights True | Scale Set DirectionalLightmaps False")
  212. Bindings=(Name="F10", Command="Scale Toggle DepthOfField")
  213. Bindings=(Name="F11", Command=" ")
  214. Bindings=(Name="F12", Command="Reconnect")
  215. ;; GAMMA TOGGLE ;; =============================================================
  216. Bindings=(Name="N", Command="GammaL")
  217. Bindings=(Name="M", Command="GammaH")
  218. Bindings=(Name="Comma", Command="GammaH")
  219. Bindings=(Name="GammaL", Command="Gamma 0.6 | SetBind Comma GammaH | SetBind N Gamma05 | SetBind M Gamma07")
  220. Bindings=(Name="GammaH", Command="Gamma 1.2 | SetBind Comma GammaL | SetBind N Gamma13 | SetBind M Gamma15")
  221. ;; GAMMA SCRIPT ;; =============================================================
  222. Bindings=(Name="Gamma05", Command="Gamma 0.5 | SetBind N Gamma05 | SetBind M Gamma06")
  223. Bindings=(Name="Gamma06", Command="Gamma 0.6 | SetBind N Gamma05 | SetBind M Gamma07")
  224. Bindings=(Name="Gamma07", Command="Gamma 0.7 | SetBind N Gamma06 | SetBind M Gamma08")
  225. Bindings=(Name="Gamma08", Command="Gamma 0.8 | SetBind N Gamma07 | SetBind M Gamma09")
  226. Bindings=(Name="Gamma09", Command="Gamma 0.9 | SetBind N Gamma08 | SetBind M Gamma10")
  227. Bindings=(Name="Gamma10", Command="Gamma 1.0 | SetBind N Gamma09 | SetBind M Gamma11")
  228. Bindings=(Name="Gamma11", Command="Gamma 1.1 | SetBind N Gamma10 | SetBind M Gamma12")
  229. Bindings=(Name="Gamma12", Command="Gamma 1.2 | SetBind N Gamma11 | SetBind M Gamma13")
  230. Bindings=(Name="Gamma13", Command="Gamma 1.3 | SetBind N Gamma12 | SetBind M Gamma14")
  231. Bindings=(Name="Gamma14", Command="Gamma 1.4 | SetBind N Gamma13 | SetBind M Gamma15")
  232. Bindings=(Name="Gamma15", Command="Gamma 1.5 | SetBind N Gamma14 | SetBind M Gamma16")
  233. Bindings=(Name="Gamma16", Command="Gamma 1.6 | SetBind N Gamma15 | SetBind M Gamma17")
  234. Bindings=(Name="Gamma17", Command="Gamma 1.7 | SetBind N Gamma16 | SetBind M Gamma18")
  235. Bindings=(Name="Gamma18", Command="Gamma 1.8 | SetBind N Gamma17 | SetBind M Gamma19")
  236. Bindings=(Name="Gamma19", Command="Gamma 1.9 | SetBind N Gamma18 | SetBind M Gamma20")
  237. Bindings=(Name="Gamma20", Command="Gamma 2.0 | SetBind N Gamma19 | SetBind M Gamma21")
  238. Bindings=(Name="Gamma21", Command="Gamma 2.1 | SetBind N Gamma20 | SetBind M Gamma22")
  239. Bindings=(Name="Gamma22", Command="Gamma 2.2 | SetBind N Gamma21 | SetBind M Gamma23")
  240. Bindings=(Name="Gamma23", Command="Gamma 2.3 | SetBind N Gamma22 | SetBind M Gamma24")
  241. Bindings=(Name="Gamma24", Command="Gamma 2.4 | SetBind N Gamma23 | SetBind M Gamma25")
  242. Bindings=(Name="Gamma25", Command="Gamma 2.5 | SetBind N Gamma24 | SetBind M Gamma26")
  243. Bindings=(Name="Gamma26", Command="Gamma 2.6 | SetBind N Gamma25 | SetBind M Gamma27")
  244. Bindings=(Name="Gamma27", Command="Gamma 2.7 | SetBind N Gamma26 | SetBind M Gamma29")
  245. Bindings=(Name="Gamma28", Command="Gamma 2.8 | SetBind N Gamma27 | SetBind M Gamma29")
  246. Bindings=(Name="Gamma29", Command="Gamma 2.9 | SetBind N Gamma28 | SetBind M Gamma30")
  247. Bindings=(Name="Gamma30", Command="Gamma 3.0 | SetBind N Gamma29 | SetBind M Gamma30")
  248. ;[/TribesGame.TrPlayerInput_Spectator]
  249.  
  250.  
  251. [TribesGame.TrChatConsole]
  252. TribesAutoCompleteList=(Command="/sc map", Desc="/sc map")
  253. TribesAutoCompleteList=(Command="/sc map start", Desc="/sc map start")
  254. TribesAutoCompleteList=(Command="/sc map next", Desc="Arx(1456) XF(1462) DD(1457) Kata(1447) Tarta(1512) DX(1538) RD(1516) SS(1523) Perma(1534) TR(1493) SH(1522) Bella(1473) BellaNS(1551) Blueshit(1543) CCR(1514) WalledIn(1497)")
  255. TribesAutoCompleteList=(Command="/sc map end", Desc="/sc map end")
  256. TribesAutoCompleteList=(Command="/sc player", Desc="/sc player {list | specs | kick | ban} [player name] ")
  257. TribesAutoCompleteList=(Command="/stat fps", Desc="/stat fps (Display your FPS)")
  258. ;TribesAutoCompleteList=(Command="/report", Desc="/report <Player> <Reason For Reporting> (Send a confidential report to Hi-Rez)")
  259. TribesAutoCompleteList=(Command="/mute", Desc="/mute <Player> (Stop displaying chat from a player)")
  260. TribesAutoCompleteList=(Command="/votekick", Desc="/votekick <Player> (Call an in-game vote to remove a player from the match)")
  261. TribesAutoCompleteList=(Command="/quit", Desc="/quit (Exit the program)")
  262. TribesAutoCompleteList=(Command="/", Desc="F7:No DL - F8:DirLightmaps, No DL - F9:DL Only - F10:Toggle DoF - F12:Reconnect - Standard: F7")
  263. ;TribesAutoCompleteList=(Command="/sc login", Desc="/sc login <ServerID> <Password>")
  264. ;TribesAutoCompleteList=(Command="/sc select", Desc="/sc select <ServerID>")
  265. ;TribesAutoCompleteList=(Command="/sc server status", Desc="/sc server status (Shows server status)")
  266. ;TribesAutoCompleteList=(Command="/sc server start", Desc="/sc server start (Shows server on the custom server browser)")
  267. ;TribesAutoCompleteList=(Command="/sc server stop", Desc="/sc server stop (Immediately ends the match and removes server from the custom server browser)")
  268. ;TribesAutoCompleteList=(Command="/sc server shutdown", Desc="/sc server shutdown (Removes server from the custom server browser)")
  269. ;[/TribesGame.TrChatConsole]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement