Advertisement
Guest User

Schreq nerd input.ini

a guest
Jan 9th, 2014
1,883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 22.11 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       = 5.0
  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 = 40.0
  26. FlyingYawSensitivity   = 40.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="ToggleJetpack 1 0 | OnRelease ToggleJetpack 0 | Axis aUp Speed=+1.0 AbsoluteAxis=100")
  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="RightMouseButton",  Command="ToggleJetpack 1 1 | OnRelease ToggleJetpack 0 | Axis aUp Speed=+1.0 AbsoluteAxis=100")
  40. Bindings=(Name="MiddleMouseButton", Command="PlayVehicleHorn")
  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 | Use")
  51. Bindings=(Name="One",               Command="EquipPrimary")
  52. Bindings=(Name="Two",               Command="EquipSecondary | SwitchToSeat 2")
  53. Bindings=(Name="Three",             Command="SwitchToCallIn 1")
  54. Bindings=(Name="Four",              Command="SwitchToCallIn 2")
  55. Bindings=(Name="Five",              Command="SwitchToCallIn 3")
  56. ;; PLAYER ;; ===================================================================
  57. Bindings=(Name="LeftAlt",           Command="SpotTarget")
  58. Bindings=(Name="G",                 Command="DropFlag")
  59. Bindings=(Name="K",                 Command="Suicide")
  60. ;; MISC GAME ;; ================================================================
  61. Bindings=(Name="Escape",            Command="OpenMenu")
  62. Bindings=(Name="GBA_ShowScores",    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")
  63. Bindings=(Name="Tab",               Command="GBA_ShowScores")
  64. Bindings=(Name="Z",                 Command="ToggleShowObjectMarkers")
  65. Bindings=(Name="X",                 Command="BehindView")
  66. Bindings=(Name="V",                 Command="BeginVGS")
  67. Bindings=(Name="P",                 Command="| OnRelease ToggleTeamSelectionMenu")
  68. Bindings=(Name="N",                 Command="Gamma08")
  69. Bindings=(Name="M",                 Command="Gamma10")
  70. Bindings=(Name="Comma",             Command="GammaH")
  71. ;; CLASS SELECTION ;; ==========================================================
  72. Bindings=(Name="Enter",             Command="QuickClasses")
  73. Bindings=(Name="NumPadOne",         Command="ClassHotkeyPTH")
  74. Bindings=(Name="NumPadTwo",         Command="ClassHotkeySEN")
  75. Bindings=(Name="NumPadThree",       Command="ClassHotkeyINF")
  76. Bindings=(Name="NumPadFour",        Command="ClassHotkeySLD")
  77. Bindings=(Name="NumPadFive",        Command="ClassHotkeyRDR")
  78. Bindings=(Name="NumPadSix",         Command="ClassHotkeyTCN")
  79. Bindings=(Name="NumPadSeven",       Command="ClassHotkeyJUG")
  80. Bindings=(Name="NumPadEight",       Command="ClassHotkeyDMB")
  81. Bindings=(Name="NumPadNine",        Command="ClassHotkeyBRT")
  82. ;; CHAT/CONSOLE ;; =============================================================
  83. Bindings=(Name="GBA_ReplyTalk",     Command="| OnRelease ReplyTalk")
  84. Bindings=(Name="GBA_ToggleChat",    Command="| OnRelease ToggleChat")
  85. Bindings=(Name="GBA_Talk",          Command="Talk")
  86. Bindings=(Name="GBA_TeamTalk",      Command="TeamTalk")
  87. Bindings=(Name="Tilde",             Command="GBA_ToggleChat")
  88. Bindings=(Name="LeftBracket",       Command="TypeKeyPressed")
  89. Bindings=(Name="RightBracket",      Command="GBA_TeamTalk")
  90. Bindings=(Name="Backslash",         Command="GBA_Talk")
  91. Bindings=(Name="Slash",             Command="GBA_ReplyTalk")
  92. ;; F-KEYS ;; ===================================================================
  93. Bindings=(Name="F1",                Command=" ")
  94. Bindings=(Name="F2",                Command=" ")
  95. Bindings=(Name="F3",                Command=" ")
  96. Bindings=(Name="F4",                Command="Shot")
  97. Bindings=(Name="F5",                Command="VoteNo")
  98. Bindings=(Name="F6",                Command="VoteYes")
  99. Bindings=(Name="F7",                Command="Scale Set DynamicLights False | Scale Set DirectionalLightmaps False")
  100. Bindings=(Name="F8",                Command="Scale Set DynamicLights False | Scale Set DirectionalLightmaps True")
  101. Bindings=(Name="F9",                Command="Scale Set DynamicLights True  | Scale Set DirectionalLightmaps False")
  102. Bindings=(Name="F10",               Command="Scale Toggle DepthOfField")
  103. Bindings=(Name="F11",               Command=" ")
  104. Bindings=(Name="F12",               Command="Reconnect")
  105. ;; GAMMA TOGGLE ;; =============================================================
  106. Bindings=(Name="GammaL",            Command="Gamma 0.6 | SetBind Comma GammaH | SetBind N Gamma05 | SetBind M Gamma07")
  107. Bindings=(Name="GammaH",            Command="Gamma 1.4 | SetBind Comma GammaL | SetBind N Gamma13 | SetBind M Gamma15")
  108. ;; GAMMA SCRIPT ;; =============================================================
  109. Bindings=(Name="Gamma05",           Command="Gamma 0.5 | SetBind N Gamma05 | SetBind M Gamma06")
  110. Bindings=(Name="Gamma06",           Command="Gamma 0.6 | SetBind N Gamma05 | SetBind M Gamma07")
  111. Bindings=(Name="Gamma07",           Command="Gamma 0.7 | SetBind N Gamma06 | SetBind M Gamma08")
  112. Bindings=(Name="Gamma08",           Command="Gamma 0.8 | SetBind N Gamma07 | SetBind M Gamma09")
  113. Bindings=(Name="Gamma09",           Command="Gamma 0.9 | SetBind N Gamma08 | SetBind M Gamma10")
  114. Bindings=(Name="Gamma10",           Command="Gamma 1.0 | SetBind N Gamma09 | SetBind M Gamma11")
  115. Bindings=(Name="Gamma11",           Command="Gamma 1.1 | SetBind N Gamma10 | SetBind M Gamma12")
  116. Bindings=(Name="Gamma12",           Command="Gamma 1.2 | SetBind N Gamma11 | SetBind M Gamma13")
  117. Bindings=(Name="Gamma13",           Command="Gamma 1.3 | SetBind N Gamma12 | SetBind M Gamma14")
  118. Bindings=(Name="Gamma14",           Command="Gamma 1.4 | SetBind N Gamma13 | SetBind M Gamma15")
  119. Bindings=(Name="Gamma15",           Command="Gamma 1.5 | SetBind N Gamma14 | SetBind M Gamma16")
  120. Bindings=(Name="Gamma16",           Command="Gamma 1.6 | SetBind N Gamma15 | SetBind M Gamma17")
  121. Bindings=(Name="Gamma17",           Command="Gamma 1.7 | SetBind N Gamma16 | SetBind M Gamma18")
  122. Bindings=(Name="Gamma18",           Command="Gamma 1.8 | SetBind N Gamma17 | SetBind M Gamma19")
  123. Bindings=(Name="Gamma19",           Command="Gamma 1.9 | SetBind N Gamma18 | SetBind M Gamma20")
  124. Bindings=(Name="Gamma20",           Command="Gamma 2.0 | SetBind N Gamma19 | SetBind M Gamma21")
  125. Bindings=(Name="Gamma21",           Command="Gamma 2.1 | SetBind N Gamma20 | SetBind M Gamma22")
  126. Bindings=(Name="Gamma22",           Command="Gamma 2.2 | SetBind N Gamma21 | SetBind M Gamma23")
  127. Bindings=(Name="Gamma23",           Command="Gamma 2.3 | SetBind N Gamma22 | SetBind M Gamma24")
  128. Bindings=(Name="Gamma24",           Command="Gamma 2.4 | SetBind N Gamma23 | SetBind M Gamma25")
  129. Bindings=(Name="Gamma25",           Command="Gamma 2.5 | SetBind N Gamma24 | SetBind M Gamma26")
  130. Bindings=(Name="Gamma26",           Command="Gamma 2.6 | SetBind N Gamma25 | SetBind M Gamma27")
  131. Bindings=(Name="Gamma27",           Command="Gamma 2.7 | SetBind N Gamma26 | SetBind M Gamma29")
  132. Bindings=(Name="Gamma28",           Command="Gamma 2.8 | SetBind N Gamma27 | SetBind M Gamma29")
  133. Bindings=(Name="Gamma29",           Command="Gamma 2.9 | SetBind N Gamma28 | SetBind M Gamma30")
  134. Bindings=(Name="Gamma30",           Command="Gamma 3.0 | SetBind N Gamma29 | SetBind M Gamma30")
  135. ;[/Engine.PlayerInput]
  136.  
  137.  
  138. [TribesGame.TrPlayerInput_Spectator]
  139. LookRightScale = 0.0
  140. LookUpScale    = 0.0
  141. ;; MOVEMENT ;; =================================================================
  142. Bindings=(Name="W",                 Command="Axis aBaseY Speed=+1.0 | ViewSelf")
  143. Bindings=(Name="S",                 Command="Axis aBaseY Speed=-1.0 | ViewSelf")
  144. Bindings=(Name="A",                 Command="Axis aStrafe Speed=-1.0 | ViewSelf")
  145. Bindings=(Name="D",                 Command="Axis aStrafe Speed=+1.0 | ViewSelf")
  146. Bindings=(Name="Spacebar",          Command="Axis aUp Speed=+1.0 | ViewSelf")
  147. Bindings=(Name="LeftControl",       Command="Axis aUp Speed=-1.0 | ViewSelf")
  148. ;; MOUSE ;; ====================================================================
  149. Bindings=(Name="MouseX",            Command="Count bXAxis | Axis aMouseX Speed=+2.3 DeadZone=0 AbsoluteAxis=0")
  150. Bindings=(Name="MouseY",            Command="Count bYAxis | Axis aMouseY Speed=+2.3 DeadZone=0 AbsoluteAxis=0")
  151. Bindings=(Name="LeftMouseButton",   Command="ViewNextPlayer")
  152. Bindings=(Name="RightMouseButton",  Command="ViewPreviousPlayer")
  153. Bindings=(Name="MiddleMouseButton", Command=" ")
  154. Bindings=(Name="MouseScrollUp",     Command="IncreaseSpeed 250 | DecreaseCamDistance 100", bIgnoreShift=True)
  155. Bindings=(Name="MouseScrollDown",   Command="DecreaseSpeed 250 | IncreaseCamDistance 100", bIgnoreShift=True)
  156. Bindings=(Name="MouseScrollUp",     Command="IncreaseSpeed 500 | DecreaseCamDistance 200", Shift=True)
  157. Bindings=(Name="MouseScrollDown",   Command="DecreaseSpeed 500 | IncreaseCamDistance 200", Shift=True)
  158. ;; MISC GAME ;; ================================================================
  159. Bindings=(Name="Escape",            Command="OpenMenu")
  160. Bindings=(Name="Tab",               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")
  161. Bindings=(Name="Z",                 Command="ToggleShowObjectMarkers")
  162. Bindings=(Name="P",                 Command="| OnRelease ToggleTeamSelectionMenu")
  163. Bindings=(Name="N",                 Command="Gamma08")
  164. Bindings=(Name="M",                 Command="Gamma10")
  165. Bindings=(Name="Comma",             Command="GammaH")
  166. ;; SPECTATOR VIEW STUFF ;; =====================================================
  167. Bindings=(Name="B",                 Command="ViewBookmarks True | OnRelease ViewBookmarks False")
  168. Bindings=(Name="C",                 Command="ViewFlagStands True | OnRelease ViewFlagStands False")
  169. Bindings=(Name="F",                 Command="ViewFlags True | OnRelease ViewFlags False")
  170. Bindings=(Name="G",                 Command="ViewGenerators True | OnRelease ViewGenerators False")
  171. Bindings=(Name="R",                 Command="ViewFastestPlayer True | OnRelease ViewFastestPlayer False")
  172. Bindings=(Name="V",                 Command="ViewVehicles True | OnRelease ViewVehicles False")
  173. Bindings=(Name="O",                 Command="ShowSpectatorHUD")
  174. Bindings=(Name="X",                 Command="ShowSpectatorControls")
  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="RightBracket",      Command="TeamTalk")
  200. Bindings=(Name="Backslash",         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="GammaL",            Command="Gamma 0.6 | SetBind Comma GammaH | SetBind N Gamma05 | SetBind M Gamma07")
  217. Bindings=(Name="GammaH",            Command="Gamma 1.4 | SetBind Comma GammaL | SetBind N Gamma13 | SetBind M Gamma15")
  218. ;; GAMMA SCRIPT ;; =============================================================
  219. Bindings=(Name="Gamma05",           Command="Gamma 0.5 | SetBind N Gamma05 | SetBind M Gamma06")
  220. Bindings=(Name="Gamma06",           Command="Gamma 0.6 | SetBind N Gamma05 | SetBind M Gamma07")
  221. Bindings=(Name="Gamma07",           Command="Gamma 0.7 | SetBind N Gamma06 | SetBind M Gamma08")
  222. Bindings=(Name="Gamma08",           Command="Gamma 0.8 | SetBind N Gamma07 | SetBind M Gamma09")
  223. Bindings=(Name="Gamma09",           Command="Gamma 0.9 | SetBind N Gamma08 | SetBind M Gamma10")
  224. Bindings=(Name="Gamma10",           Command="Gamma 1.0 | SetBind N Gamma09 | SetBind M Gamma11")
  225. Bindings=(Name="Gamma11",           Command="Gamma 1.1 | SetBind N Gamma10 | SetBind M Gamma12")
  226. Bindings=(Name="Gamma12",           Command="Gamma 1.2 | SetBind N Gamma11 | SetBind M Gamma13")
  227. Bindings=(Name="Gamma13",           Command="Gamma 1.3 | SetBind N Gamma12 | SetBind M Gamma14")
  228. Bindings=(Name="Gamma14",           Command="Gamma 1.4 | SetBind N Gamma13 | SetBind M Gamma15")
  229. Bindings=(Name="Gamma15",           Command="Gamma 1.5 | SetBind N Gamma14 | SetBind M Gamma16")
  230. Bindings=(Name="Gamma16",           Command="Gamma 1.6 | SetBind N Gamma15 | SetBind M Gamma17")
  231. Bindings=(Name="Gamma17",           Command="Gamma 1.7 | SetBind N Gamma16 | SetBind M Gamma18")
  232. Bindings=(Name="Gamma18",           Command="Gamma 1.8 | SetBind N Gamma17 | SetBind M Gamma19")
  233. Bindings=(Name="Gamma19",           Command="Gamma 1.9 | SetBind N Gamma18 | SetBind M Gamma20")
  234. Bindings=(Name="Gamma20",           Command="Gamma 2.0 | SetBind N Gamma19 | SetBind M Gamma21")
  235. Bindings=(Name="Gamma21",           Command="Gamma 2.1 | SetBind N Gamma20 | SetBind M Gamma22")
  236. Bindings=(Name="Gamma22",           Command="Gamma 2.2 | SetBind N Gamma21 | SetBind M Gamma23")
  237. Bindings=(Name="Gamma23",           Command="Gamma 2.3 | SetBind N Gamma22 | SetBind M Gamma24")
  238. Bindings=(Name="Gamma24",           Command="Gamma 2.4 | SetBind N Gamma23 | SetBind M Gamma25")
  239. Bindings=(Name="Gamma25",           Command="Gamma 2.5 | SetBind N Gamma24 | SetBind M Gamma26")
  240. Bindings=(Name="Gamma26",           Command="Gamma 2.6 | SetBind N Gamma25 | SetBind M Gamma27")
  241. Bindings=(Name="Gamma27",           Command="Gamma 2.7 | SetBind N Gamma26 | SetBind M Gamma29")
  242. Bindings=(Name="Gamma28",           Command="Gamma 2.8 | SetBind N Gamma27 | SetBind M Gamma29")
  243. Bindings=(Name="Gamma29",           Command="Gamma 2.9 | SetBind N Gamma28 | SetBind M Gamma30")
  244. Bindings=(Name="Gamma30",           Command="Gamma 3.0 | SetBind N Gamma29 | SetBind M Gamma30")
  245. ;[/TribesGame.TrPlayerInput_Spectator]
  246.  
  247.  
  248. [TribesGame.TrChatConsole]
  249. TribesAutoCompleteList=(Command="/",                   Desc="F7:No DL - F8:Directional only - F9:DL Only - F10:Toggle DoF - F12:Reconnect")
  250. TribesAutoCompleteList=(Command="/stat fps",           Desc="/stat fps (Display your FPS)")
  251. TribesAutoCompleteList=(Command="/report",             Desc="/report <Player> <Reason For Reporting> (Send a confidential report to Hi-Rez)")
  252. TribesAutoCompleteList=(Command="/mute",               Desc="/mute <Player> (Stop displaying chat from a player)")
  253. TribesAutoCompleteList=(Command="/unmute",             Desc="/unmute <Player> (Remove a player from your muted list)")
  254. TribesAutoCompleteList=(Command="/votekick",           Desc="/votekick <Player> (Call an in-game vote to remove a player from the match)")
  255. TribesAutoCompleteList=(Command="/quit",               Desc="/quit (Exit the program)")
  256. TribesAutoCompleteList=(Command="/sc login",           Desc="/sc login <ServerID> <Password>")
  257. TribesAutoCompleteList=(Command="/sc select",          Desc="/sc select <ServerID>")
  258. TribesAutoCompleteList=(Command="/sc server status",   Desc="/sc server status (Shows server status)")
  259. TribesAutoCompleteList=(Command="/sc server start",    Desc="/sc server start (Shows server on the custom server browser)")
  260. TribesAutoCompleteList=(Command="/sc server stop",     Desc="/sc server stop (Immediately ends the match and removes server from the custom server browser)")
  261. TribesAutoCompleteList=(Command="/sc server shutdown", Desc="/sc server shutdown (Removes server from the custom server browser)")
  262. 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)")
  263. TribesAutoCompleteList=(Command="/sc map next",        Desc="/sc map next (Skips to the next map in the map cycle)")
  264. TribesAutoCompleteList=(Command="/sc map next",        Desc="/sc map next <mapID> (Sets the next map)")
  265. 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)")
  266. TribesAutoCompleteList=(Command="/sc map start",       Desc="/sc map start (Skips warm up time if applicable)")
  267. TribesAutoCompleteList=(Command="/sc map start",       Desc="/sc map start <mapID> (Skips to Map ID)")
  268. TribesAutoCompleteList=(Command="/sc map end",         Desc="/sc map end (Ends current map)")
  269. ;[/TribesGame.TrChatConsole]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement