Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.67 KB | None | 0 0
  1. [Engine.PlayerInput]
  2. MoveForwardSpeed=1200
  3. MoveStrafeSpeed=1200
  4. LookRightScale=300
  5. LookUpScale=-250
  6. MouseSensitivity=8.437500
  7. DoubleClickTime=0.250000
  8. bEnableMouseSmoothing=false
  9. Bindings=(Name="Fire",Command="Button bFire | StartFire | OnRelease StopFire")
  10. Bindings=(Name="AltFire",Command="StartAltFire | OnRelease StopAltFire")
  11. Bindings=(Name="MoveForward",Command="Axis aBaseY Speed=1.0")
  12. Bindings=(Name="MoveBackward",Command="Axis aBaseY Speed=-1.0")
  13. Bindings=(Name="TurnLeft",Command="Axis aBaseX Speed=-200.0 AbsoluteAxis=100")
  14. Bindings=(Name="TurnRight",Command="Axis aBaseX Speed=+200.0 AbsoluteAxis=100")
  15. Bindings=(Name="StrafeLeft",Command="Axis aStrafe Speed=-1.0")
  16. Bindings=(Name="StrafeRight",Command="Axis aStrafe Speed=+1.0")
  17. Bindings=(Name="Jump",Command="Jump | Axis aUp Speed=+1.0 AbsoluteAxis=100")
  18. Bindings=(Name="Duck",Command="Button bDuck | Axis aUp Speed=-1.0 AbsoluteAxis=100")
  19. Bindings=(Name="Look",Command="Button bLook")
  20. Bindings=(Name="Pause",Command="Pause")
  21. Bindings=(Name="LookToggle",Command="Toggle bLook")
  22. Bindings=(Name="LookUp",Command="Axis aLookUp Speed=+25.0 AbsoluteAxis=100")
  23. Bindings=(Name="LookDown",Command="Axis aLookUp Speed=-25.0 AbsoluteAxis=100")
  24. Bindings=(Name="CenterView",Command="Button bSnapLevel")
  25. Bindings=(Name="Walking",Command="Button bRun")
  26. Bindings=(Name="Strafe",Command="Button bStrafe")
  27. Bindings=(Name="NextWeapon",Command="NextWeapon")
  28. Bindings=(Name="ViewTeam",Command="ViewClass Pawn")
  29. Bindings=(Name="TurnToNearest",Command="Button bTurnToNearest")
  30. Bindings=(Name="Turn180",Command="Button bTurn180")
  31. Bindings=(Name="W",Command="MoveForward")
  32. Bindings=(Name="S",Command="MoveBackward")
  33. Bindings=(Name="A",Command="StrafeLeft")
  34. Bindings=(Name="D",Command="StrafeRight")
  35. Bindings=(Name="F",Command="FreezeRendering")
  36. Bindings=(Name="MouseX",Command="Count bXAxis | Axis aMouseX")
  37. Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY")
  38. Bindings=(Name="LeftMouseButton",Command="Fire")
  39. Bindings=(Name="RightMouseButton",Command="AltFire")
  40. Bindings=(Name="SpaceBar",Command="Jump")
  41. Bindings=(Name="Escape",Command="CloseEditorViewport | onrelease ShowMenu")
  42. Bindings=(Name="E",Command="Use")
  43. Bindings=(Name="MouseScrollUp",Command="PrevWeapon")
  44. Bindings=(Name="MouseScrollDown",Command="NextWeapon")
  45. Bindings=(Name="C",Command="DoDuck")
  46. Bindings=(Name="P",Command="TogglePhysicsMode")
  47. Bindings=(Name="B",Command="ToggleSpeaking true | OnRelease ToggleSpeaking false")
  48. Bindings=(Name="Up",Command="MoveForward")
  49. Bindings=(Name="Down",Command="MoveBackward")
  50. Bindings=(Name="Left",Command="TurnLeft")
  51. Bindings=(Name="Right",Command="TurnRight")
  52. Bindings=(Name="F1",Command="ShowMouseCursor",Shift=True)
  53. Bindings=(Name="F1",Command="viewmode wireframe", bIgnoreShift=True)
  54. Bindings=(Name="F2",Command="viewmode unlit")
  55. Bindings=(Name="F3",Command="viewmode lit")
  56. Bindings=(Name="F4",Command="viewmode detaillighting")
  57. Bindings=(Name="F5",Command="viewmode shadercomplexity")
  58. Bindings=(Name="F7",Command="OPENKISMETDEBUGGER SEQUENCE=PAUSEKISMETDEBUGGER",Alt=True)
  59. Bindings=(Name="F9",Command="shot")
  60. Bindings=(Command="RECOMPILESHADERS CHANGED",Name=Period,Control=True,Shift=True)
  61. Bindings=(Name="Delete",Command="Camera Default")
  62. Bindings=(Name="End",Command="Camera FirstPerson")
  63. Bindings=(Name="PageDown",Command="Camera ThirdPerson")
  64. Bindings=(Name="PageUp",Command="Camera Fixed")
  65. Bindings=(Name="Home",Command="Camera FixedTracking")
  66. Bindings=(Name="Insert",Command="Camera FreeCam")
  67. Bindings=(Name="XboxTypeS_X",Command="Use")
  68. Bindings=(Name="XboxTypeS_A",Command="Jump")
  69. Bindings=(Name="XboxTypeS_B",Command="ChangePosture")
  70. Bindings=(Name="XboxTypeS_Y",Command="NextWeapon")
  71. Bindings=(Name="XboxTypeS_Back",Command="")
  72. Bindings=(Name="XboxTypeS_Start",Command="|onrelease showmenu")
  73. Bindings=(Name="XboxTypeS_LeftShoulder",Command="obj list")
  74. Bindings=(Name="XboxTypeS_RightShoulder",Command="mem")
  75. Bindings=(Name="XboxTypeS_DPad_Up",Command="MoveForward")
  76. Bindings=(Name="XboxTypeS_DPad_Down",Command="MoveBackward")
  77. Bindings=(Name="XboxTypeS_DPad_Left",Command="TurnLeft")
  78. Bindings=(Name="XboxTypeS_DPad_Right",Command="TurnRight")
  79. Bindings=(Name="XboxTypeS_RightTrigger",Command="Fire")
  80. Bindings=(Name="XboxTypeS_LeftTrigger",Command="ToggleTargetingMode")
  81. Bindings=(Name="XboxTypeS_LeftX",Command="Axis aStrafe Speed=1.0 DeadZone=0.3")
  82. Bindings=(Name="XboxTypeS_LeftY",Command="Axis aBaseY Speed=1.0 DeadZone=0.3")
  83. Bindings=(Name="XboxTypeS_RightX",Command="Axis aTurn Speed=1.0 DeadZone=0.2")
  84. Bindings=(Name="XboxTypeS_RightY",Command="Axis aLookup Speed=0.8 DeadZone=0.2")
  85. Bindings=(Name="XboxTypeS_LeftTriggerAxis",Command="Axis aLeftAnalogTrigger Speed=1.0 DeadZone=0.11")
  86. Bindings=(Name="XboxTypeS_RightTriggerAxis",Command="Axis aRightAnalogTrigger Speed=1.0 DeadZone=0.11")
  87. Bindings=(Name="MOBILE_StopMatinee",Command="ce stopmatinee | OnRelease StopUseAttractModeInputConfig")
  88. Bindings=(Name="MOBILE_StartMatinee",Command="ce playmatinee | OnRelease StartUseAttractModeInputConfig")
  89. Bindings=(Name="MOBILE_NextConfig",Command="OnRelease NextMobileInputConfig")
  90. Bindings=(Name="MOBILE_CalibrateTilt",Command="CalibrateTilt")
  91. Bindings=(Name="MOBILE_ATurn",Command="Axis aTurn DeadZone=0.05")
  92. Bindings=(Name="MOBILE_ALookup",Command="Axis aLookup Speed=-1 DeadZone=0.05")
  93. Bindings=(Name="MOBILE_AStrafe",Command="Axis aStrafe DeadZone=0.15")
  94. Bindings=(Name="MOBILE_AForward",Command="Axis aBaseY DeadZone=0.15")
  95. Bindings=(Name="MOBILE_Fire",Command="StartFire | OnRelease StopFire")
  96. Bindings=(Name="MOBILE_NextWeapon",Command="NextWeapon")
  97. Bindings=(Name="MOBILE_Jump",Command="Jump")
  98. Bindings=(Name="MOBILE_ToggleFPS",Command="OnRelease stat fps")
  99. Bindings=(Name="NumPadZero",Command="MOBILE_ResetPrimitiveTracking")
  100. Bindings=(Name="NumPadOne",Command="MOBILE_IncrementTrackedPrimitive -1")
  101. Bindings=(Name="NumPadThree",Command="MOBILE_IncrementTrackedPrimitive 1")
  102. Bindings=(Name="Duck",Command="SetCrouch true | OnRelease SetCrouch false | Axis aUp Speed=-1.0 AbsoluteAxis=100")
  103. Bindings=(Name="Sprinting",Command="SetSprint true | OnRelease SetSprint false")
  104. Bindings=(Name="HoldBreathCmd",Command="SetHoldBreath true | OnRelease SetHoldBreath false")
  105. Bindings=(Name="SprintAndBreath",Command="SetSprint true | OnRelease SetSprint false | SetHoldBreath true | OnRelease SetHoldBreath false")
  106. Bindings=(Name="Walking",Command="SetWalk true | OnRelease SetWalk false")
  107. Bindings=(Name="ReloadCmd",Command="ManualReload")
  108. Bindings=(Name="WeaponSlotOne",Command="SelectWeaponSlot WS_Melee")
  109. Bindings=(Name="WeaponSlotTwo",Command="SelectWeaponSlot WS_Secondary")
  110. Bindings=(Name="WeaponSlotThree",Command="SelectWeaponSlot WS_Primary")
  111. Bindings=(Name="WeaponSlotFour",Command="SelectWeaponSlot WS_Item1")
  112. Bindings=(Name="WeaponSlotFive",Command="SelectWeaponSlot WS_Item2")
  113. Bindings=(Name="WeaponSlotSix",Command="SelectWeaponSlot WS_Item3")
  114. Bindings=(Name="WeaponSlotSeven",Command="SelectWeaponSlot WS_Item4")
  115. Bindings=(Name="WeaponSlotEight",Command="SelectWeaponSlot WS_Item5")
  116. Bindings=(Name="TogglePrimarySecondaryCmd",Command="TogglePrimarySecondary")
  117. Bindings=(Name="QuickThrowGrenadeCmd",Command="QuickThrowGrenade true | OnRelease QuickThrowGrenade false")
  118. Bindings=(Name="QuickMeleeCmd",Command="QuickMelee true | OnRelease QuickMelee false")
  119. Bindings=(Name="QuickItem1Cmd",Command="QuickItemSlot1 true | OnRelease QuickItemSlot1 false")
  120. Bindings=(Name="QuickItem2Cmd",Command="QuickItemSlot2 true | OnRelease QuickItemSlot2 false")
  121. Bindings=(Name="UnlockItemCmd",Command="SelectUnlock")
  122. Bindings=(Name="ShowScoreboard",Command="Button m_bShowScoreBoard")
  123. Bindings=(Name="ShowAllyNames",Command="Button m_bShowAllyNames")
  124. Bindings=(Name="SuicideCmd",Command="suicide")
  125. Bindings=(Name="UseCmd",Command="SetUse true | OnRelease SetUse false")
  126. Bindings=(Name="JumpCmd",Command="Jump | PassAttendedCheck | Axis aUp Speed=1.0 AbsoluteAxis=100")
  127. Bindings=(Name="AltFire",Command="StartAltFire | OnRelease StopAltFire | SetIronsight true | OnRelease SetIronsight false")
  128. Bindings=(Name="SayAllCmd",Command="SayAll")
  129. Bindings=(Name="SayTeamCmd",Command="SayTeam")
  130. Bindings=(Name="ToggleLimboCmd",Command="ToggleLimbo")
  131. Bindings=(Name="ToggleQuickChatCmd",Command="ToggleQuickChat")
  132. Bindings=(Name="ToggleActionMenuCmd",Command="OnRelease ToggleActionMenu")
  133. Bindings=(Name="PushToTalkCmd",Command="StartTalking | OnRelease StopTalking")
  134. Bindings=(Name="MinimapScalePlus",Command="SetMinimapAutoScale true 0.75 | OnRelease SetMinimapAutoScale false")
  135. Bindings=(Name="MinimapScaleMinus",Command="SetMinimapAutoScale true -0.75 | OnRelease SetMinimapAutoScale false")
  136. Bindings=(Name="R",Command="ReloadCmd")
  137. Bindings=(Name="one",Command="WeaponSlotThree")
  138. Bindings=(Name="two",Command="WeaponSlotTwo")
  139. Bindings=(Name="three",Command="WeaponSlotOne")
  140. Bindings=(Name="four",Command="WeaponSlotFour")
  141. Bindings=(Name="five",Command="WeaponSlotFive")
  142. Bindings=(Name="six",Command="WeaponSlotSix")
  143. Bindings=(Name="seven",Command="WeaponSlotSeven")
  144. Bindings=(Name="eight",Command="WeaponSlotEight")
  145. Bindings=(Name="G",Command="QuickThrowGrenadeCmd")
  146. Bindings=(Name="Q",Command="QuickItem1Cmd")
  147. Bindings=(Name="E",Command="QuickItem2Cmd")
  148. Bindings=(Name="LeftControl",Command="Duck")
  149. Bindings=(Name="C",Command="Duck")
  150. Bindings=(Name="MiddleMouseButton",Command="QuickMeleeCmd")
  151. Bindings=(Name="LeftShift",Command="SprintAndBreath")
  152. Bindings=(Name="X",Command="PushToTalkCmd")
  153. Bindings=(Name="Add",Command="MinimapScalePlus")
  154. Bindings=(Name="Subtract",Command="MinimapScaleMinus")
  155. Bindings=(Name="Tab",Command="ShowScoreboard")
  156. Bindings=(Name="Z",Command="ShowAllyNames")
  157. Bindings=(Name="K",bIgnoreAlt=true,Command="SuicideCmd")
  158. Bindings=(Name="F",Command="UseCmd")
  159. Bindings=(Name="SpaceBar",Command="JumpCmd");
  160. Bindings=(Name="Y", Command="SayAllCmd")
  161. Bindings=(Name="U",bIgnoreAlt=true,Command="SayTeamCmd")
  162. Bindings=(Name="V",Command="ToggleQuickChatCmd")
  163. Bindings=(Name="F5",Command="ToggleActionMenuCmd")
  164. Bindings=(Name="L",bIgnoreAlt=true,Command="ToggleLimboCmd")
  165. Bindings=(Name="Escape",Command="EscKeyActions")
  166. Bindings=(Name="F1",Control=false,Alt=false,Shift=false,bIgnoreCtrl=true, Command="CharacterSlot 1 | VoteYes")
  167. Bindings=(Name="F2",Control=false,Alt=false,Shift=false,bIgnoreCtrl=true, Command="CharacterSlot 2 | VoteNo")
  168. Bindings=(Name="F3",Control=false,Alt=false,Shift=false,bIgnoreCtrl=true, Command="CharacterSlot 3")
  169. Bindings=(Name="F6",Command="PlayerReady true")
  170. Bindings=(Name="F7",Command="PlayerReady false")
  171. Bindings=(Name="F4",Control=false,Alt=true,Shift=false,Command="quit")
  172. Bindings=(Name="F12",Command="bugit")
  173. Bindings=(Name="BackSpace",Command="FailAttendedCheck");
  174. Bindings=(Name="Delete",Command="Camera FirstPerson_Debug")
  175. Bindings=(Name="NumPadFour", Command="DebugCameraRotate 0 4");
  176. Bindings=(Name="NumPadSix", Command="DebugCameraRotate 0 -4");
  177. Bindings=(Name="NumPadEight", Command="DebugCameraRotate -4 0");
  178. Bindings=(Name="NumPadTwo", Command="DebugCameraRotate 4 0");
  179. Bindings=(Name="NumPadNine", Command="DebugCameraZoom -10");
  180. Bindings=(Name="NumPadThree", Command="DebugCameraZoom 10");
  181. Bindings=(Name="NumPadFive", Command="DebugCameraReset");
  182. Bindings=(Name="NumPadSeven", Command="DebugCameraOffset 0 0 -2");
  183. Bindings=(Name="NumPadOne", Command="DebugCameraOffset 0 0 2");
  184. Bindings=(Name="Semicolon", Command="DebugMenu");
  185. Bindings=(Name="Pause", Command="AdminPause");
  186. Bindings=(Name="NoClipOn",Command="Ghost | SetBind F8 NoClipOff")
  187. Bindings=(Name="NoClipOff",Command="Walk | SetBind F8 NoClipOn")
  188. Bindings=(Name="F8",Command="NoClipOn")
  189. Bindings=(Name="MouseScrollUp",Alt=True,Shift=True,Command="SloMo 5")
  190. Bindings=(Name="MouseScrollDown",Alt=True,Shift=True,Command="OnRelease SloMo 1")
  191. Bindings=(Name="H",Alt=True,Command="ShowHotSpots")
  192. Bindings=(Name="J",Alt=True,Command="AddHotSpot")
  193. Bindings=(Name="U",Alt=True,Command="DeleteHotSpot")
  194. Bindings=(Name="K",Alt=True,Command="GrabHotSpot")
  195. Bindings=(Name="L",Alt=True,Command="DropHotSpot")
  196. Bindings=(Name="N",Alt=True,Command="SnapToHotSpot")
  197. Bindings=(Name="M",Alt=True,Command="UpdateHotSpot")
  198. Bindings=(Name="B",Alt=True,Command="VisitHotSpots")
  199. Bindings=(Name="F10",Command="FogDensity 0 | ColorGrading 2 | RawInputUpdateTest true | Stat FPS | showmiplevels | setmaxmiplevel 11",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  200. DefaultBindings=(Name="H",Alt,Command="ShowHotSpots")
  201. DefaultBindings=(Name="J",Alt=True,Command="AddHotSpot")
  202. DefaultBindings=(Name="U",Alt=True,Command="DeleteHotSpot")
  203. DefaultBindings=(Name="K",Alt=True,Command="GrabHotSpot")
  204. DefaultBindings=(Name="L",Alt=True,Command="DropHotSpot")
  205. DefaultBindings=(Name="N",Alt=True,Command="SnapToHotSpot")
  206. DefaultBindings=(Name="M",Alt=True,Command="UpdateHotSpot")
  207. DefaultBindings=(Name="B",Alt=True,Command="VisitHotSpots")
  208. bInvertMouse=False
  209. bInvertTurn=False
  210.  
  211. [Engine.DebugCameraInput]
  212. Bindings=(Name="MoveUp",Command="Axis aUp Speed=1.0")
  213. Bindings=(Name="MoveDown",Command="Axis aUp Speed=-1.0")
  214. Bindings=(Name="MoveForward",Command="Axis aBaseY Speed=1.0")
  215. Bindings=(Name="MoveBackward",Command="Axis aBaseY Speed=-1.0")
  216. Bindings=(Name="TurnLeft",Command="Axis aBaseX Speed=-200.0 AbsoluteAxis=100")
  217. Bindings=(Name="TurnRight",Command="Axis aBaseX Speed=+200.0 AbsoluteAxis=100")
  218. Bindings=(Name="StrafeLeft",Command="Axis aStrafe Speed=-1.0")
  219. Bindings=(Name="StrafeRight",Command="Axis aStrafe Speed=+1.0")
  220. Bindings=(Name="Q",Command="MoveDown")
  221. Bindings=(Name="E",Command="MoveUp")
  222. Bindings=(Name="W",Command="MoveForward")
  223. Bindings=(Name="S",Command="MoveBackward")
  224. Bindings=(Name="A",Command="StrafeLeft")
  225. Bindings=(Name="D",Command="StrafeRight")
  226. Bindings=(Name="F",Command="FreezeRendering")
  227. Bindings=(Name="MouseX",Command="Count bXAxis | Axis aMouseX")
  228. Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY")
  229. Bindings=(Name="Left",Command="TurnLeft")
  230. Bindings=(Name="Right",Command="TurnRight")
  231. Bindings=(Name="c",Command="ToggleDebugCamera",Control=False,Shift=False,Alt=True)
  232. Bindings=(Name="LeftShift",Command="MoreSpeed | OnRelease NormalSpeed",Control=False,Shift=False,Alt=False)
  233. Bindings=(Name="XboxTypeS_LeftThumbstick",Command="ToggleDebugCamera")
  234. Bindings=(Name="XboxTypeS_LeftX",Command="Axis aStrafe Speed=1.0 DeadZone=0.3")
  235. Bindings=(Name="XboxTypeS_LeftY",Command="Axis aBaseY Speed=1.0 DeadZone=0.3")
  236. Bindings=(Name="XboxTypeS_RightX",Command="Axis aTurn Speed=1.0 DeadZone=0.2")
  237. Bindings=(Name="XboxTypeS_RightY",Command="Axis aLookup Speed=0.8 DeadZone=0.2")
  238. Bindings=(Name="XboxTypeS_LeftTrigger",Command="MoveDown")
  239. Bindings=(Name="XboxTypeS_RightTrigger",Command="MoveUp")
  240. Bindings=(Name="XboxTypeS_A",Command="SetFreezeRendering")
  241. Bindings=(Name="XboxTypeS_B",Command="MoreSpeed | OnRelease NormalSpeed")
  242.  
  243. [UnrealEd.EditorViewportInput]
  244. Bindings=(Command="MODE WIDGETMODECYCLE",Name=SpaceBar)
  245. Bindings=(Command="MODE WIDGETCOORDSYSTEMCYCLE",Name=Tilde)
  246. Bindings=(Command="DELETE",Name=Delete)
  247. Bindings=(Command="SELECT BUILDERBRUSH",Name=F2)
  248. Bindings=(Command="EDCALLBACK SELECTEDPROPS",Name=F4)
  249. Bindings=(Command="QUIT_EDITOR",Name=F4,Alt=True)
  250. Bindings=(Command="EDCALLBACK SURFPROPS",Name=F5)
  251. Bindings=(Command="EDCALLBACK LEVELPROPS",Name=F6)
  252. Bindings=(Command="ACTOR SELECT ALL",Name=A,Shift=True)
  253. Bindings=(Command="POLY SELECT MATCHING BRUSH",Name=B,Shift=True)
  254. Bindings=(Command="POLY SELECT ADJACENT COPLANARS",Name=C,Shift=True)
  255. Bindings=(Command="DUPLICATE",Name=D,Shift=True)
  256. Bindings=(Command="ACTOR SELECT MATCHINGSTATICMESH",Name=E,Shift=True)
  257. Bindings=(Command="POLY SELECT ADJACENT FLOORS",Name=F,Shift=True)
  258. Bindings=(Command="EDCALLBACK FITTEXTURETOSURFACE",Name=F,Control=True,Shift=True)
  259. Bindings=(Command="POLY SELECT MATCHING GROUPS",Name=G,Shift=True)
  260. Bindings=(Command="POLY SELECT MATCHING ITEMS",Name=I,Shift=True)
  261. Bindings=(Command="POLY SELECT ADJACENT ALL",Name=J,Shift=True)
  262. Bindings=(Command="POLY SELECT MEMORY SET",Name=M,Shift=True)
  263. Bindings=(Command="ACTOR LEVELCURRENT",Name=M)
  264. Bindings=(Command="ACTOR MOVETOCURRENT",Name=M,Control=True)
  265. Bindings=(Command="SELECT NONE",Name=N,Shift=True)
  266. Bindings=(Command="POLY SELECT MEMORY INTERSECT",Name=O,Shift=True)
  267. Bindings=(Command="POLY SELECT REVERSE",Name=Q,Shift=True)
  268. Bindings=(Command="POLY SELECT MEMORY RECALL",Name=R,Shift=True)
  269. Bindings=(Command="POLY SELECT ALL",Name=S,Shift=True)
  270. Bindings=(Command="POLY SELECT MATCHING TEXTURE",Name=T,Shift=True)
  271. Bindings=(Command="POLY SELECT MEMORY UNION",Name=U,Shift=True)
  272. Bindings=(Command="POLY SELECT ADJACENT WALLS",Name=W,Shift=True)
  273. Bindings=(Command="POLY SELECT MEMORY XOR",Name=X,Shift=True)
  274. Bindings=(Command="POLY SELECT ADJACENT SLANTS",Name=Y,Shift=True)
  275. Bindings=(Command="ACTOR SELECT MATCHINGSTATICMESH ALLCLASSES",Name=Z,Shift=True)
  276. Bindings=(Command="EDIT COPY",Name=C,Control=True)
  277. Bindings=(Command="EDIT PASTE",Name=V,Control=True)
  278. Bindings=(Command="DUPLICATE",Name=W,Control=True)
  279. Bindings=(Command="EDIT CUT",Name=X,Control=True)
  280. Bindings=(Command="TRANSACTION REDO",Name=Y,Control=True)
  281. Bindings=(Command="TRANSACTION UNDO",Name=Z,Control=True)
  282. Bindings=(Command="BRUSH ADD",Name=A,Control=True)
  283. Bindings=(Command="BRUSH SUBTRACT",Name=S,Control=True)
  284. Bindings=(Command="BRUSH FROM INTERSECTION",Name=I,Control=True)
  285. Bindings=(Command="BRUSH FROM DEINTERSECTION",Name=D,Control=True)
  286. Bindings=(Command="PREFAB SELECTACTORSINPREFABS",Name=P,Shift=True)
  287. Bindings=(Command="ACTOR ALIGN SNAPTOFLOOR ALIGN=0",Name=End)
  288. Bindings=(Command="ACTOR ALIGN MOVETOGRID",Name=End,Control=True)
  289. Bindings=(Command="CAMERA ALIGN",Name=Home)
  290. Bindings=(Command="CAMERA ALIGN ACTIVEVIEWPORTONLY",Name=Home,Shift=True)
  291. Bindings=(Command="MAP BRUSH GET",Name=P,Control=True)
  292. Bindings=(Command="ACTOR FIND KISMET",Name=K,Control=True)
  293. Bindings=(Command="ACTOR SELECT ALL FROMOBJ",Name=A,Control=True,Shift=True)
  294. Bindings=(Command="ACTOR SYNCBROWSER",Name=B,Control=True)
  295. Bindings=(Command="ACTOR SYNCBROWSERMATERIAL",Name=B,Control=True,Shift=True)
  296. Bindings=(Command="ACTOR DESELECT",Name=Escape)
  297. Bindings=(Command="CTRLTAB SHIFTDOWN=FALSE",Name=Tab,Control=True)
  298. Bindings=(Command="CTRLTAB SHIFTDOWN=TRUE",Name=Tab,Control=True,Shift=True)
  299. Bindings=(Command="ACTOR LINKSELECTED",Name=L,Control=True,Shift=True)
  300. Bindings=(Command="ACTOR UNLINKSELECTED",Name=U,Control=True,Shift=True)
  301. Bindings=(Command="BUILDLIGHTING",Name=Semicolon,Control=True,Shift=True)
  302. Bindings=(Command="RECOMPILESHADERS CHANGED",Name=Period,Control=True,Shift=True)
  303. Bindings=(Command="ACTOR ATTACH",Name=B,Alt=True)
  304. Bindings=(Command="ACTOR ADDTOATTACHEDITOR",Name=A,Alt=True)
  305. Bindings=(Command="PARTICLE RESET SELECTED",Name=Slash)
  306. Bindings=(Command="PARTICLE RESET ALL",Name=Slash,Shift=True)
  307.  
  308. [UnrealEd.ObjectEditorViewportInput]
  309. Bindings=(Command="TRANSACTION REDO",Name=Y,Control=True)
  310. Bindings=(Command="TRANSACTION REDO",Name=Z,Control=True,Shift=True)
  311. Bindings=(Command="TRANSACTION UNDO",Name=Z,Control=True)
  312.  
  313. [Engine.Console]
  314. ConsoleKey=Tilde
  315. TypeKey=Home
  316. MaxScrollbackSize=1024
  317. HistoryBot=-1
  318. ManualAutoCompleteList=(Command="Exit",Desc="Exit (Exits the game)")
  319. ManualAutoCompleteList=(Command="DebugCreatePlayer 1",Desc="")
  320. ManualAutoCompleteList=(Command="FreezeAt",Desc="Locks the player view and rendering time.")
  321. ManualAutoCompleteList=(Command="SSSwapControllers",Desc="")
  322. ManualAutoCompleteList=(Command="Open",Desc="Open <MapName> (Opens the specified map)")
  323. ManualAutoCompleteList=(Command="DisplayAll",Desc="DisplayAll <ClassName> <PropertyName> (Display property values for instances of classname)")
  324. ManualAutoCompleteList=(Command="DisplayAllState",Desc="DisplayAllState <ClassName> (Display state names for all instances of classname)")
  325. ManualAutoCompleteList=(Command="DisplayClear",Desc="DisplayClear (Clears previous DisplayAll entries)")
  326. ManualAutoCompleteList=(Command="FlushPersistentDebugLines",Desc="FlushPersistentDebugLines (Clears persistent debug line cache)")
  327. ManualAutoCompleteList=(Command="GetAll ",Desc="GetAll <ClassName> <PropertyName> <Name=ObjectInstanceName> <OUTER=ObjectInstanceName> <SHOWDEFAULTS> <SHOWPENDINGKILLS> <DETAILED> (Log property values of all instances of classname)")
  328. ManualAutoCompleteList=(Command="GetAllState",Desc="GetAllState <ClassName> (Log state names for all instances of classname)")
  329. ManualAutoCompleteList=(Command="Obj List ",Desc="Obj List <Class=ClassName> <Type=MetaClass> <Outer=OuterObject> <Package=InsidePackage> <Inside=InsideObject>")
  330. ManualAutoCompleteList=(Command="Obj ListContentRefs",Desc="Obj ListContentRefs <Class=ClassName> <ListClass=ClassName>")
  331. ManualAutoCompleteList=(Command="Obj Classes",Desc="Obj Classes (Shows all classes)")
  332. ManualAutoCompleteList=(Command="Obj Refs",Desc="Name=<ObjectName> Class=<OptionalObjectClass> Lists referencers of the specified object")
  333. ManualAutoCompleteList=(Command="EditActor",Desc="EditActor <Class=ClassName> or <Name=ObjectName> or TRACE")
  334. ManualAutoCompleteList=(Command="EditDefault",Desc="EditDefault <Class=ClassName>")
  335. ManualAutoCompleteList=(Command="EditObject",Desc="EditObject <Class=ClassName> or <Name=ObjectName> or <ObjectName>")
  336. ManualAutoCompleteList=(Command="ReloadCfg ",Desc="ReloadCfg <Class/ObjectName> (Reloads config variables for the specified object/class)")
  337. ManualAutoCompleteList=(Command="ReloadLoc ",Desc="ReloadLoc <Class/ObjectName> (Reloads localized variables for the specified object/class)")
  338. ManualAutoCompleteList=(Command="Set ",Desc="Set <ClassName> <PropertyName> <Value> (Sets property to value on objectname)")
  339. ManualAutoCompleteList=(Command="Show BOUNDS",Desc="Show BOUNDS (Displays bounding boxes for all visible objects)")
  340. ManualAutoCompleteList=(Command="Show BSP",Desc="Show BSP (Toggles BSP rendering)")
  341. ManualAutoCompleteList=(Command="Show COLLISION",Desc="Show COLLISION (Toggles collision rendering)")
  342. ManualAutoCompleteList=(Command="Show COVER",Desc="Show COVER (Toggles cover rendering)")
  343. ManualAutoCompleteList=(Command="Show DECALS",Desc="Show DECALS (Toggles decal rendering)")
  344. ManualAutoCompleteList=(Command="Show FOG",Desc="Show FOG (Toggles fog rendering)")
  345. ManualAutoCompleteList=(Command="Show LEVELCOLORATION",Desc="Show LEVELCOLORATION (Toggles per-level coloration)")
  346. ManualAutoCompleteList=(Command="Show PATHS",Desc="Show PATHS (Toggles path rendering)")
  347. ManualAutoCompleteList=(Command="Show POSTPROCESS",Desc="Show POSTPROCESS (Toggles post process rendering)")
  348. ManualAutoCompleteList=(Command="Show SKELMESHES",Desc="Show SKELMESHES (Toggles skeletal mesh rendering)")
  349. ManualAutoCompleteList=(Command="Show TERRAIN",Desc="Show TERRAIN (Toggles terrain rendering)")
  350. ManualAutoCompleteList=(Command="Show VOLUMES",Desc="Show VOLUMES (Toggles volume rendering)")
  351. ManualAutoCompleteList=(Command="Show SPLINES",Desc="Show SPLINES (Toggles spline rendering)")
  352. ManualAutoCompleteList=(Command="Stat FPS",Desc="Stat FPS (Shows FPS counter)")
  353. ManualAutoCompleteList=(Command="Stat UNIT",Desc="Stat UNIT (Shows hardware unit framerate)")
  354. ManualAutoCompleteList=(Command="Stat LEVELS",Desc="Stat LEVELS (Displays level streaming info)")
  355. ManualAutoCompleteList=(Command="Stat GAME",Desc="Stat GAME (Displays game performance stats)")
  356. ManualAutoCompleteList=(Command="Stat MEMORY",Desc="Stat MEMORY (Displays memory stats)")
  357. ManualAutoCompleteList=(Command="Stat XBOXMEMORY",Desc="Stat XBOXMEMORY (Displays Xbox memory stats while playing on PC)")
  358. ManualAutoCompleteList=(Command="Stat PHYSICS",Desc="Stat PHYSICS (Displays physics performance stats)")
  359. ManualAutoCompleteList=(Command="Stat STREAMING",Desc="Stat STREAMING (Displays basic texture streaming stats)")
  360. ManualAutoCompleteList=(Command="Stat STREAMINGDETAILS",Desc="Stat STREAMINGDETAILS (Displays detailed texture streaming stats)")
  361. ManualAutoCompleteList=(Command="Stat COLLISION",Desc="Stat COLLISION")
  362. ManualAutoCompleteList=(Command="Stat PARTICLES",Desc="Stat PARTICLES")
  363. ManualAutoCompleteList=(Command="Stat SCRIPT",Desc="Stat SCRIPT")
  364. ManualAutoCompleteList=(Command="Stat AUDIO",Desc="Stat AUDIO")
  365. ManualAutoCompleteList=(Command="Stat ANIM",Desc="Stat ANIM")
  366. ManualAutoCompleteList=(Command="Stat NET",Desc="Stat NET")
  367. ManualAutoCompleteList=(Command="Stat LIST",Desc="Stat LIST Groups/Sets/Group (List groups of stats, saved sets, or specific stats within a specified group)")
  368. ManualAutoCompleteList=(Command="Stat splitscreen",Desc="")
  369. ManualAutoCompleteList=(Command="ListTextures",Desc="ListTextures (Lists all loaded textures and their current memory footprint)")
  370. ManualAutoCompleteList=(Command="ListUncachedStaticLightingInteractions",Desc="ListUncachedStaticLightingInteractions (Lists all uncached static lighting interactions, which causes Lighting needs to be rebuilt messages)")
  371. ManualAutoCompleteList=(Command="RestartLevel",Desc="RestartLevel (restarts the level)")
  372. ManualAutoCompleteList=(Command="ListSounds",Desc="ListSounds (Lists all the loaded sounds and their memory footprint)")
  373. ManualAutoCompleteList=(Command="ListWaves",Desc="ListWaves (List the WaveInstances and whether they have a source)")
  374. ManualAutoCompleteList=(Command="ListSoundClasses",Desc="ListSoundClasses (Lists a summary of loaded sound collated by class)")
  375. ManualAutoCompleteList=(Command="ListSoundModes",Desc="ListSoundModes (Lists loaded sound modes)")
  376. ManualAutoCompleteList=(Command="ListAudioComponents",Desc="ListAudioComponents (Dumps a detailed list of all AudioComponent objects)")
  377. ManualAutoCompleteList=(Command="ListSoundDurations",Desc="ListSoundDurations")
  378. ManualAutoCompleteList=(Command="PlaySoundCue",Desc="PlaySoundCue (Lists a summary of loaded sound collated by class)")
  379. ManualAutoCompleteList=(Command="PlaySoundWave",Desc="PlaySoundWave")
  380. ManualAutoCompleteList=(Command="SetSoundMode",Desc="SetSoundMode <ModeName>")
  381. ManualAutoCompleteList=(Command="DisableLowPassFilter",Desc="DisableLowPassFilter")
  382. ManualAutoCompleteList=(Command="DisableEQFilter",Desc="DisableEQFilter")
  383. ManualAutoCompleteList=(Command="IsolateDryAudio",Desc="IsolateDryAudio")
  384. ManualAutoCompleteList=(Command="IsolateReverb",Desc="IsolateReverb")
  385. ManualAutoCompleteList=(Command="ResetSoundState",Desc="ResetSoundState (Resets volumes to default and removes test filters)")
  386. ManualAutoCompleteList=(Command="ModifySoundClass",Desc="ModifySoundClass <SoundClassName> Vol=<new volume>")
  387. ManualAutoCompleteList=(Command="DisableAllScreenMessages",Desc="Disables all on-screen warnings/messages")
  388. ManualAutoCompleteList=(Command="EnableAllScreenMessages",Desc="Enables all on-screen warnings/messages")
  389. ManualAutoCompleteList=(Command="ToggleAllScreenMessages",Desc="Toggles display state of all on-screen warnings/messages")
  390. ManualAutoCompleteList=(Command="CaptureMode",Desc="Toggles display state of all on-screen warnings/messages")
  391. ManualAutoCompleteList=(Command="ShowDebug NET",Desc="")
  392. ManualAutoCompleteList=(Command="ShowDebug PHYSICS",Desc="")
  393. ManualAutoCompleteList=(Command="ShowDebug COLLISION",Desc="")
  394. ManualAutoCompleteList=(Command="ShowDebug AI",Desc="")
  395. ManualAutoCompleteList=(Command="ShowDebug CAMERA",Desc="")
  396. ManualAutoCompleteList=(Command="ShowDebug WEAPON",Desc="")
  397. ManualAutoCompleteList=(Command="ShowDebug ANIMATION",Desc="")
  398. ManualAutoCompleteList=(Command="ShowDebug INPUT",Desc="")
  399. ManualAutoCompleteList=(Command="memleakcheck",Desc="")
  400. ManualAutoCompleteList=(Command="togglehdwarning",Desc="")
  401. ManualAutoCompleteList=(Command="Stat SOUNDWAVES",Desc="Stat SOUNDWAVES (Shows active SoundWaves)")
  402. ManualAutoCompleteList=(Command="Stat SOUNDCUES",Desc="Stat SOUNDCUES (Shows active SoundCues)")
  403. ManualAutoCompleteList=(Command="Stat SOUNDS",Desc="Stat SOUNDS <?> <sort=distance|class|name|waves|default> <-debug> <off> (Shows active SoundCues and SoundWaves)")
  404. ManualAutoCompleteList=(Command="Debug ANIMATION",Desc="debug ANIMATION (Toggles on screen animation node weight debug information)")
  405. ManualAutoCompleteList=(Command="Debug CAMERA",Desc="debug ANIMATION (Toggles on screen camera animation debug information)")
  406. ManualAutoCompleteList=(Command="Debug LOCOMOTION",Desc="debug LOCOMOTION (Toggles locomotion speed and acceleration graph rendering)")
  407. ManualAutoCompleteList=(Command="Debug RAGDOLL",Desc="debug RAGDOLL (Toggles on screen ragdoll debug information)")
  408. ManualAutoCompleteList=(Command="Debug LOADOUT",Desc="debug LOADOUT (Toggles on screen player loadout debug information)")
  409.  
  410. [Engine.DebugCameraController]
  411. PrimaryKey=LeftMouseButton
  412. SecondaryKey=RightMouseButton
  413. UnselectKey=Escape
  414. bShowSelectedInfo=true
  415.  
  416. [Engine.UIDataStore_InputAlias]
  417. InputAliases=(AliasName="Term_Controller",PlatformInputKeys[0]=(ButtonFontMarkupString="GAMEPAD"),PlatformInputKeys[1]=(ButtonFontMarkupString="GAMEPAD_360"),PlatformInputKeys[2]=(ButtonFontMarkupString="GAMEPAD_PS3"))
  418. InputAliases=(AliasName="Term_GamerCard",PlatformInputKeys[0]=(ButtonFontMarkupString="X BUTTON"))
  419. InputAliases=(AliasName="CycleLeft",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="XboxTypeS_LeftShoulder"),ButtonFontMarkupString="LEFT SHOULDER"))
  420. InputAliases=(AliasName="CycleRight",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="XboxTypeS_RightShoulder"),ButtonFontMarkupString="RIGHT SHOULDER"))
  421. InputAliases=(AliasName="AnyKey",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="*"),ButtonFontMarkupString="ANY KEY"))
  422. InputAliases=(AliasName="Accept",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="Enter"),ButtonFontMarkupString="ACCEPT"))
  423. InputAliases=(AliasName="Cancel",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="Escape"),ButtonFontMarkupString="CANCEL"))
  424. InputAliases=(AliasName="Conditional1",PlatformInputKeys[1]=(InputKeyData=(InputKeyName="XboxTypeS_X"),ButtonFontMarkupString="X BUTTON"))
  425. InputAliases=(AliasName="Conditional2",PlatformInputKeys[1]=(InputKeyData=(InputKeyName="XboxTypeS_Y"),ButtonFontMarkupString="Y BUTTON"))
  426. InputAliases=(AliasName="Start",PlatformInputKeys[1]=(InputKeyData=(InputKeyName="XboxTypeS_Start"),ButtonFontMarkupString="START"))
  427. InputAliases=(AliasName="Back",PlatformInputKeys[1]=(InputKeyData=(InputKeyName="XboxTypeS_Back"),ButtonFontMarkupString="BACK"))
  428. InputAliases=(AliasName="ShiftUp",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="Subtract"),ButtonFontMarkupString="SUBTRACT"))
  429. InputAliases=(AliasName="ShiftDown",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="Add"),ButtonFontMarkupString="ADD"))
  430. InputAliases=(AliasName="ShiftUpPage",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="PageUp"),ButtonFontMarkupString="PAGEUP"))
  431. InputAliases=(AliasName="ShiftDownPage",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="PageDown"),ButtonFontMarkupString="PAGEDOWN"))
  432. InputAliases=(AliasName="Defaults",PlatformInputKeys[1]=(InputKeyData=(InputKeyName="XboxTypeS_LeftTrigger"),ButtonFontMarkupString="LEFT TRIGGER"))
  433. InputAliases=(AliasName="MouseLeft",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="LeftMouseButton"),ButtonFontMarkupString="LEFT MOUSE"))
  434. InputAliases=(AliasName="MouseRight",PlatformInputKeys[0]=(InputKeyData=(InputKeyName="RightMouseButton"),ButtonFontMarkupString="RIGHT MOUSE"))
  435. InputAliases=(AliasName="ClickLeft",PlatformInputKeys[1]=(InputKeyData=(InputKeyName="XboxTypeS_LeftThumbstick"),ButtonFontMarkupString="CLICK LEFT STICK"))
  436. InputAliases=(AliasName="ClickRight",PlatformInputKeys[1]=(InputKeyData=(InputKeyName="XboxTypeS_RightThumbstick"),ButtonFontMarkupString="CLICK RIGHT STICK"))
  437.  
  438. [GFxUI.KeyMap]
  439. FullKeyboard=1
  440. XboxTypeS_DPad_Left=Left
  441. XboxTypeS_DPad_Right=Right
  442. XboxTypeS_DPad_Up=Up
  443. XboxTypeS_DPad_Down=Down
  444. Gamepad_RightStick_Left=GAMEPAD_RS_Left
  445. Gamepad_RightStick_Right=GAMEPAD_RS_Right
  446. Gamepad_RightStick_Up=GAMEPAD_RS_Up
  447. Gamepad_RightStick_Down=GAMEPAD_RS_Down
  448. Gamepad_LeftStick_Left=Left
  449. Gamepad_LeftStick_Right=Right
  450. Gamepad_LeftStick_Up=Up
  451. Gamepad_LeftStick_Down=Down
  452. XboxTypeS_A=GAMEPAD_A
  453. XboxTypeS_B=GAMEPAD_B
  454. XboxTypeS_X=GAMEPAD_X
  455. XboxTypeS_Y=GAMEPAD_Y
  456. XboxTypeS_LeftShoulder=GAMEPAD_L1
  457. XboxTypeS_LeftTrigger=GAMEPAD_L2
  458. XboxTypeS_LeftThumbStick=GAMEPAD_L3
  459. XboxTypeS_RightShoulder=GAMEPAD_R1
  460. XboxTypeS_RightTrigger=GAMEPAD_R2
  461. XboxTypeS_RightThumbStick=GAMEPAD_R3
  462. XboxTypeS_Start=START
  463. XboxTypeS_Back=BACK
  464.  
  465. [GFxUI.GamepadMouse]
  466. X=None
  467. Y=None
  468.  
  469. [Configuration]
  470.  
  471. [ShooterGame.SGPlayerInputPawn]
  472. FOVSensitivityScale=0.0
  473. WeaponScrollMode=ESWM_Primary_Secondary
  474. SprintToggle=false
  475. CrouchToggle=false
  476. IronSightToggle=false
  477. SprintCancelsReload=true
  478. AutomaticReload=true
  479. DefaultBindings=(Name="G",Command="QuickThrowGrenadeCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  480. DefaultBindings=(Name="Add",Command="MinimapScalePlus",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  481. DefaultBindings=(Name="Subtract",Command="MinimapScaleMinus",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  482. DefaultBindings=(Name="Z",Command="ShowAllyNames",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  483. DefaultBindings=(Name="F5",Command="ToggleActionMenuCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  484. DefaultBindings=(Name="LeftMouseButton",Command="Fire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  485. DefaultBindings=(Name="RightMouseButton",Command="AltFire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  486. DefaultBindings=(Name="F",Command="UseCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  487. DefaultBindings=(Name="W",Command="MoveForward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  488. DefaultBindings=(Name="Up",Command="MoveForward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  489. DefaultBindings=(Name="S",Command="MoveBackward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  490. DefaultBindings=(Name="Down",Command="MoveBackward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  491. DefaultBindings=(Name="A",Command="StrafeLeft",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  492. DefaultBindings=(Name="D",Command="StrafeRight",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  493. DefaultBindings=(Name="Left",Command="TurnLeft",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  494. DefaultBindings=(Name="Right",Command="TurnRight",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  495. DefaultBindings=(Name="LeftControl",Command="Duck",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  496. DefaultBindings=(Name="C",Command="Duck",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  497. DefaultBindings=(Name="LeftShift",Command="SprintAndBreath",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  498. DefaultBindings=(Name="SpaceBar",Command="JumpCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  499. DefaultBindings=(Name="R",Command="ReloadCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  500. DefaultBindings=(Name="K",Command="SuicideCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=True)
  501. DefaultBindings=(Name="MiddleMouseButton",Command="QuickMeleeCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  502. DefaultBindings=(Name="MouseScrollUp",Command="PrevWeapon",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  503. DefaultBindings=(Name="MouseScrollDown",Command="NextWeapon",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  504. DefaultBindings=(Name="Three",Command="WeaponSlotOne",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  505. DefaultBindings=(Name="Two",Command="WeaponSlotTwo",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  506. DefaultBindings=(Name="One",Command="WeaponSlotThree",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  507. DefaultBindings=(Name="Four",Command="WeaponSlotFour",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  508. DefaultBindings=(Name="Five",Command="WeaponSlotFive",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  509. DefaultBindings=(Name="Six",Command="WeaponSlotSix",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  510. DefaultBindings=(Name="Seven",Command="WeaponSlotSeven",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  511. DefaultBindings=(Name="Y",Command="SayAllCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  512. DefaultBindings=(Name="U",Command="SayTeamCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=True)
  513. DefaultBindings=(Name="V",Command="ToggleQuickChatCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  514. DefaultBindings=(Name="Tab",Command="ShowScoreboard",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  515. DefaultBindings=(Name="L",Command="ToggleLimboCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=True)
  516. DefaultBindings=(Name="Q",Command="QuickItem1Cmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  517. DefaultBindings=(Name="E",Command="QuickItem2Cmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  518. DefaultBindings=(Name="X",Command="PushToTalkCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  519. DefaultBindings=(Name="Add",Command="SetMinimapAutoScale true 0.75",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  520. DefaultBindings=(Name="Subtract",Command="SetMinimapAutoScale true -0.75",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  521. DefaultBindings=(Name="Eight",Command="WeaponSlotEight",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  522. DefaultBindings=(Name="F1",Command="CharacterSlot 1 | VoteYes",Control=False,Shift=False,Alt=False,bIgnoreCtrl=True,bIgnoreShift=True,bIgnoreAlt=True)
  523. DefaultBindings=(Name="F2",Command="CharacterSlot 2 | VoteNo",Control=False,Shift=False,Alt=False,bIgnoreCtrl=True,bIgnoreShift=True,bIgnoreAlt=True)
  524. DefaultBindings=(Name="F3",Command="CharacterSlot 3",Control=False,Shift=False,Alt=False,bIgnoreCtrl=True,bIgnoreShift=True,bIgnoreAlt=True)
  525. bUseProfileBindings=True
  526. MoveForwardSpeed=1200.000000
  527. MoveStrafeSpeed=1200.000000
  528. LookRightScale=300.000000
  529. LookUpScale=-250.000000
  530. Bindings=(Name="Fire",Command="Button bFire | StartFire | OnRelease StopFire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  531. Bindings=(Name="AltFire",Command="StartAltFire | OnRelease StopAltFire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  532. Bindings=(Name="MoveForward",Command="Axis aBaseY Speed=1.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  533. Bindings=(Name="MoveBackward",Command="Axis aBaseY Speed=-1.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  534. Bindings=(Name="TurnLeft",Command="Axis aBaseX Speed=-200.0 AbsoluteAxis=100",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  535. Bindings=(Name="TurnRight",Command="Axis aBaseX Speed=+200.0 AbsoluteAxis=100",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  536. Bindings=(Name="StrafeLeft",Command="Axis aStrafe Speed=-1.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  537. Bindings=(Name="StrafeRight",Command="Axis aStrafe Speed=+1.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  538. Bindings=(Name="Jump",Command="Jump | Axis aUp Speed=+1.0 AbsoluteAxis=100",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  539. Bindings=(Name="Duck",Command="Button bDuck | Axis aUp Speed=-1.0 AbsoluteAxis=100",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  540. Bindings=(Name="Look",Command="Button bLook",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  541. Bindings=(Name="Pause",Command="Pause",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  542. Bindings=(Name="LookToggle",Command="Toggle bLook",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  543. Bindings=(Name="LookUp",Command="Axis aLookUp Speed=+25.0 AbsoluteAxis=100",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  544. Bindings=(Name="LookDown",Command="Axis aLookUp Speed=-25.0 AbsoluteAxis=100",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  545. Bindings=(Name="CenterView",Command="Button bSnapLevel",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  546. Bindings=(Name="Walking",Command="Button bRun",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  547. Bindings=(Name="Strafe",Command="Button bStrafe",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  548. Bindings=(Name="ViewTeam",Command="ViewClass Pawn",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  549. Bindings=(Name="TurnToNearest",Command="Button bTurnToNearest",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  550. Bindings=(Name="Turn180",Command="Button bTurn180",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  551. Bindings=(Name="MouseX",Command="Count bXAxis | Axis aMouseX",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  552. Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  553. Bindings=(Name="Escape",Command="CloseEditorViewport | onrelease ShowMenu",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  554. Bindings=(Name="P",Command="TogglePhysicsMode",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  555. Bindings=(Name="F1",Command="ShowMouseCursor",Control=False,Shift=True,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  556. Bindings=(Name="F1",Command="viewmode wireframe",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=True,bIgnoreAlt=False)
  557. Bindings=(Name="F2",Command="viewmode unlit",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  558. Bindings=(Name="F3",Command="viewmode lit",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  559. Bindings=(Name="F4",Command="viewmode detaillighting",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  560. Bindings=(Name="F5",Command="viewmode shadercomplexity",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  561. Bindings=(Name="F7",Command="OPENKISMETDEBUGGER SEQUENCE=PAUSEKISMETDEBUGGER",Control=False,Shift=False,Alt=True,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  562. Bindings=(Name="F9",Command="shot",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  563. Bindings=(Name="Period",Command="RECOMPILESHADERS CHANGED",Control=True,Shift=True,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  564. Bindings=(Name="Delete",Command="Camera Default",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  565. Bindings=(Name="End",Command="Camera FirstPerson",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  566. Bindings=(Name="PageDown",Command="Camera ThirdPerson",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  567. Bindings=(Name="PageUp",Command="Camera Fixed",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  568. Bindings=(Name="Home",Command="Camera FixedTracking",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  569. Bindings=(Name="Insert",Command="Camera FreeCam",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  570. Bindings=(Name="XboxTypeS_X",Command="Use",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  571. Bindings=(Name="XboxTypeS_A",Command="Jump",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  572. Bindings=v(Name="XboxTypeS_B",Command="ChangePosture",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  573. Bindings=(Name="XboxTypeS_Back",Command=,Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  574. Bindings=(Name="XboxTypeS_Start",Command="|onrelease showmenu",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  575. Bindings=(Name="XboxTypeS_LeftShoulder",Command="obj list",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  576. Bindings=(Name="XboxTypeS_RightShoulder",Command="mem",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  577. Bindings=(Name="XboxTypeS_LeftTrigger",Command="ToggleTargetingMode",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  578. Bindings=(Name="XboxTypeS_LeftX",Command="Axis aStrafe Speed=1.0 DeadZone=0.3",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  579. Bindings=(Name="XboxTypeS_LeftY",Command="Axis aBaseY Speed=1.0 DeadZone=0.3",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  580. Bindings=(Name="XboxTypeS_RightX",Command="Axis aTurn Speed=1.0 DeadZone=0.2",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  581. Bindings=(Name="XboxTypeS_RightY",Command="Axis aLookup Speed=0.8 DeadZone=0.2",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  582. Bindings=(Name="XboxTypeS_LeftTriggerAxis",Command="Axis aLeftAnalogTrigger Speed=1.0 DeadZone=0.11",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  583. Bindings=(Name="XboxTypeS_RightTriggerAxis",Command="Axis aRightAnalogTrigger Speed=1.0 DeadZone=0.11",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  584. Bindings=(Name="MOBILE_StopMatinee",Command="ce stopmatinee | OnRelease StopUseAttractModeInputConfig",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  585. Bindings=(Name="MOBILE_StartMatinee",Command="ce playmatinee | OnRelease StartUseAttractModeInputConfig",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  586. Bindings=(Name="MOBILE_NextConfig",Command="OnRelease NextMobileInputConfig",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  587. Bindings=(Name="MOBILE_CalibrateTilt",Command="CalibrateTilt",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  588. Bindings=(Name="MOBILE_ATurn",Command="Axis aTurn DeadZone=0.05",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  589. Bindings=(Name="MOBILE_ALookup",Command="Axis aLookup Speed=-1 DeadZone=0.05",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  590. Bindings=(Name="MOBILE_AStrafe",Command="Axis aStrafe DeadZone=0.15",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  591. Bindings=(Name="MOBILE_AForward",Command="Axis aBaseY DeadZone=0.15",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  592. Bindings=(Name="MOBILE_Fire",Command="StartFire | OnRelease StopFire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  593. Bindings=(Name="MOBILE_Jump",Command="Jump",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  594. Bindings=(Name="MOBILE_ToggleFPS",Command="OnRelease stat fps",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  595. Bindings=(Name="NumPadZero",Command="MOBILE_ResetPrimitiveTracking",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  596. Bindings=(Name="NumPadOne",Command="MOBILE_IncrementTrackedPrimitive -1",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  597. Bindings=(Name="NumPadThree",Command="MOBILE_IncrementTrackedPrimitive 1",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  598. Bindings=(Name="Duck",Command="SetCrouch true | OnRelease SetCrouch false | Axis aUp Speed=-1.0 AbsoluteAxis=100",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  599. Bindings=(Name="Sprinting",Command="SetSprint true | OnRelease SetSprint false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  600. Bindings=(Name="HoldBreathCmd",Command="SetHoldBreath true | OnRelease SetHoldBreath false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  601. Bindings=(Name="SprintAndBreath",Command="SetSprint true | OnRelease SetSprint false | SetHoldBreath true | OnRelease SetHoldBreath false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  602. Bindings=(Name="Walking",Command="SetWalk true | OnRelease SetWalk false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  603. Bindings=(Name="ReloadCmd",Command="ManualReload",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  604. Bindings=(Name="WeaponSlotOne",Command="SelectWeaponSlot WS_Melee",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  605. Bindings=(Name="WeaponSlotTwo",Command="SelectWeaponSlot WS_Secondary",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  606. Bindings=(Name="WeaponSlotThree",Command="SelectWeaponSlot WS_Primary",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  607. Bindings=(Name="WeaponSlotFour",Command="SelectWeaponSlot WS_Item1",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  608. Bindings=(Name="WeaponSlotFive",Command="SelectWeaponSlot WS_Item2",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  609. Bindings=(Name="WeaponSlotSix",Command="SelectWeaponSlot WS_Item3",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  610. Bindings=(Name="WeaponSlotSeven",Command="SelectWeaponSlot WS_Item4",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  611. Bindings=(Name="WeaponSlotEight",Command="SelectWeaponSlot WS_Item5",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  612. Bindings=(Name="TogglePrimarySecondaryCmd",Command="TogglePrimarySecondary",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  613. Bindings=(Name="QuickThrowGrenadeCmd",Command="QuickThrowGrenade true | OnRelease QuickThrowGrenade false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  614. Bindings=(Name="QuickMeleeCmd",Command="QuickMelee true | OnRelease QuickMelee false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  615. Bindings=(Name="QuickItem1Cmd",Command="QuickItemSlot1 true | OnRelease QuickItemSlot1 false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  616. Bindings=(Name="QuickItem2Cmd",Command="QuickItemSlot2 true | OnRelease QuickItemSlot2 false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  617. Bindings=(Name="UnlockItemCmd",Command="SelectUnlock",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  618. Bindings=(Name="ShowScoreboard",Command="Button m_bShowScoreBoard",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  619. Bindings=(Name="ShowAllyNames",Command="Button m_bShowAllyNames",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  620. Bindings=(Name="SuicideCmd",Command="suicide",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  621. Bindings=(Name="UseCmd",Command="SetUse true | OnRelease SetUse false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  622. Bindings=(Name="JumpCmd",Command="Jump | PassAttendedCheck | Axis aUp Speed=1.0 AbsoluteAxis=100",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  623. Bindings=(Name="AltFire",Command="StartAltFire | OnRelease StopAltFire | SetIronsight true | OnRelease SetIronsight false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  624. Bindings=(Name="SayAllCmd",Command="SayAll",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  625. Bindings=(Name="SayTeamCmd",Command="SayTeam",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  626. Bindings=(Name="ToggleLimboCmd",Command="ToggleLimbo",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  627. Bindings=(Name="ToggleQuickChatCmd",Command="ToggleQuickChat",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  628. Bindings=(Name="ToggleActionMenuCmd",Command="OnRelease ToggleActionMenu",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  629. Bindings=(Name="PushToTalkCmd",Command="StartTalking | OnRelease StopTalking",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  630. Bindings=(Name="MinimapScalePlus",Command="SetMinimapAutoScale true 0.75 | OnRelease SetMinimapAutoScale false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  631. Bindings=(Name="MinimapScaleMinus",Command="SetMinimapAutoScale true -0.75 | OnRelease SetMinimapAutoScale false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  632. Bindings=(Name="G",Command="QuickThrowGrenadeCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  633. Bindings=(Name="Add",Command="MinimapScalePlus",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  634. Bindings=(Name="Subtract",Command="MinimapScaleMinus",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  635. Bindings=(Name="F5",Command="ToggleActionMenuCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  636. Bindings=(Name="Escape",Command="EscKeyActions",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  637. Bindings=(Name="F6",Command="PlayerReady true",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  638. Bindings=(Name="F7",Command="PlayerReady false",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  639. Bindings=(Name="F4",Command="quit",Control=False,Shift=False,Alt=True,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  640. Bindings=(Name="F12",Command="bugit",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  641. Bindings=(Name="Backspace",Command="FailAttendedCheck",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  642. Bindings=(Name="Delete",Command="Camera FirstPerson_Debug",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  643. Bindings=(Name="NumPadFour",Command="DebugCameraRotate 0 4",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  644. Bindings=(Name="NumPadSix",Command="DebugCameraRotate 0 -4",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  645. Bindings=(Name="NumPadEight",Command="DebugCameraRotate -4 0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  646. Bindings=(Name="NumPadTwo",Command="DebugCameraRotate 4 0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  647. Bindings=(Name="NumPadNine",Command="DebugCameraZoom -10",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  648. Bindings=(Name="NumPadThree",Command="DebugCameraZoom 10",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  649. Bindings=(Name="NumPadFive",Command="DebugCameraReset",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  650. Bindings=(Name="NumPadSeven",Command="DebugCameraOffset 0 0 -2",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  651. Bindings=(Name="NumPadOne",Command="DebugCameraOffset 0 0 2",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  652. Bindings=(Name="Semicolon",Command="DebugMenu",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  653. Bindings=(Name="Pause",Command="AdminPause",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  654. Bindings=(Name="NoClipOn",Command="Ghost | SetBind F8 NoClipOff",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  655. Bindings=(Name="NoClipOff",Command="Walk | SetBind F8 NoClipOn",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  656. Bindings=(Name="F8",Command="NoClipOn",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  657. Bindings=(Name="MouseScrollDown",Command="OnRelease SloMo 1",Control=False,Shift=True,Alt=True,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  658. Bindings=(Name="H",Command="ShowHotSpots",Control=False,Shift=False,Alt=True,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  659. Bindings=(Name="J",Command="AddHotSpot",Control=False,Shift=False,Alt=True,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  660. Bindings=(Name="N",Command="SnapToHotSpot",Control=False,Shift=False,Alt=True,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  661. Bindings=(Name="M",Command="UpdateHotSpot",Control=False,Shift=False,Alt=True,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  662. Bindings=(Name="Six",Command="WeaponSlotSix",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  663. Bindings=(Name="Seven",Command="WeaponSlotSeven",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  664. Bindings=(Name="Add",Command="SetMinimapAutoScale true 0.75",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  665. Bindings=(Name="Subtract",Command="SetMinimapAutoScale true -0.75",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  666. Bindings=(Name="Eight",Command="WeaponSlotEight",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  667. Bindings=(Name="F1",Command="CharacterSlot 1 | VoteYes",Control=False,Shift=False,Alt=False,bIgnoreCtrl=True,bIgnoreShift=True,bIgnoreAlt=True)
  668. Bindings=(Name="F2",Command="CharacterSlot 2 | VoteNo",Control=False,Shift=False,Alt=False,bIgnoreCtrl=True,bIgnoreShift=True,bIgnoreAlt=True)
  669. Bindings=(Name="F3",Command="CharacterSlot 3",Control=False,Shift=False,Alt=False,bIgnoreCtrl=True,bIgnoreShift=True,bIgnoreAlt=True)
  670. Bindings=(Name="LeftMouseButton",Command="Fire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  671. Bindings=(Name="MiddleMouseButton",Command="Altfire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  672. Bindings=(Name="F",Command="UseCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  673. Bindings=(Name="W",Command="MoveForward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  674. Bindings=(Name="Up",Command="MoveForward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  675. Bindings=(Name="S",Command="MoveBackward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  676. Bindings=(Name="Down",Command="MoveBackward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  677. Bindings=(Name="A",Command="StrafeLeft",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  678. Bindings=(Name="D",Command="StrafeRight",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  679. Bindings=(Name="Left",Command="TurnLeft",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  680. Bindings=(Name="Right",Command="TurnRight",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  681. Bindings=(Name="SpaceBar",Command="Duck",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  682. Bindings=(Name="LeftControl",Command="Walking",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  683. Bindings=(Name="LeftShift",Command="SprintAndBreath",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  684. Bindings=(Name="RightMouseButton",Command="JumpCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  685. Bindings=(Name="R",Command="ReloadCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  686. Bindings=(Name="C",Command="SuicideCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  687. Bindings=(Name="Z",Command="ShowAllyNames",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  688. Bindings=(Name="X",Command="PushToTalkCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  689. Bindings=(Name="ThumbMouseButton2",Command="QuickItem1Cmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  690. Bindings=(Name="E",Command="QuickItem2Cmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  691. Bindings=(Name="MouseScrollUp",Command="PrevWeapon",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  692. Bindings=(Name="One",Command="WeaponSlotOne",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  693. Bindings=(Name="Two",Command="WeaponSlotTwo",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  694. Bindings=(Name="Three",Command="WeaponSlotThree",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  695. Bindings=(Name="Four",Command="WeaponSlotFour",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  696. Bindings=(Name="Five",Command="WeaponSlotFive",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  697. Bindings=(Name="Y",Command="SayAllCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  698. Bindings=(Name="U",Command="SayTeamCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  699. Bindings=(Name="B",Command="ToggleQuickChatCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  700. Bindings=(Name="Tab",Command="ShowScoreboard",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  701. Bindings=(Name="L",Command="ToggleLimboCmd",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  702. Bindings=(Name="F10",Command="BloomSize 0 | FogDensity 0 | ColorGrading 2 | RawInputUpdateTest true | Stat FPS",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  703.  
  704. [ShooterGame.SGPlayerInputSpectator]
  705. bUseProfileBindings=false
  706. FOVSensitivityScale=0.0
  707. Bindings=(Name="SpectateAttackerOne",Command="SpectateTeamPlayer 0 0")
  708. Bindings=(Name="SpectateAttackerTwo",Command="SpectateTeamPlayer 0 1")
  709. Bindings=(Name="SpectateAttackerThree",Command="SpectateTeamPlayer 0 2")
  710. Bindings=(Name="SpectateAttackerFour",Command="SpectateTeamPlayer 0 3")
  711. Bindings=(Name="SpectateAttackerFive",Command="SpectateTeamPlayer 0 4")
  712. Bindings=(Name="SpectateAttackerSix",Command="SpectateTeamPlayer 0 5")
  713. Bindings=(Name="SpectateAttackerSeven",Command="SpectateTeamPlayer 0 6")
  714. Bindings=(Name="SpectateAttackerEight",Command="SpectateTeamPlayer 0 7")
  715. Bindings=(Name="SpectateDefenderOne",Command="SpectateTeamPlayer 1 0")
  716. Bindings=(Name="SpectateDefenderTwo",Command="SpectateTeamPlayer 1 1")
  717. Bindings=(Name="SpectateDefenderThree",Command="SpectateTeamPlayer 1 2")
  718. Bindings=(Name="SpectateDefenderFour",Command="SpectateTeamPlayer 1 3")
  719. Bindings=(Name="SpectateDefenderFive",Command="SpectateTeamPlayer 1 4")
  720. Bindings=(Name="SpectateDefenderSix",Command="SpectateTeamPlayer 1 5")
  721. Bindings=(Name="SpectateDefenderSeven",Command="SpectateTeamPlayer 1 6")
  722. Bindings=(Name="SpectateDefenderEight",Command="SpectateTeamPlayer 1 7")
  723. Bindings=(Name="SpectateFreeCamCmd",Command="SpectateFreeCam")
  724. Bindings=(Name="SpectateCrosshairTargetCmd",Command="SpectateCrosshairTarget")
  725. Bindings=(Name="MoveForward",Command="Axis aBaseY Speed=1.0")
  726. Bindings=(Name="MoveBackward",Command="Axis aBaseY Speed=-1.0")
  727. Bindings=(Name="TurnLeft",Command="Axis aBaseX Speed=-200.0 AbsoluteAxis=100")
  728. Bindings=(Name="TurnRight",Command="Axis aBaseX Speed=+200.0 AbsoluteAxis=100")
  729. Bindings=(Name="StrafeLeft",Command="Axis aStrafe Speed=-1.0")
  730. Bindings=(Name="StrafeRight",Command="Axis aStrafe Speed=+1.0")
  731. Bindings=(Name="JumpCmd",Command="Jump | PassAttendedCheck | Axis aUp Speed=1.0 AbsoluteAxis=100")
  732. Bindings=(Name="LowerCameraCmd",Command="Axis aUp Speed=-1.0 AbsoluteAxis=100")
  733. Bindings=(Name="IncreaseCameraSpeedCmd",Command="AdjustSpectatorCameraSpeed 100")
  734. Bindings=(Name="DecreaseCameraSpeedCmd",Command="AdjustSpectatorCameraSpeed -100")
  735. Bindings=(Name="FastCameraSpeedCmd",Command="SetSprint true | OnRelease SetSprint false")
  736. Bindings=(Name="SlowCameraSpeedCmd",Command="SetWalk true | OnRelease SetWalk false")
  737. Bindings=(Name="Fire",Command="Button bFire | StartFire | OnRelease StopFire")
  738. Bindings=(Name="AltFire",Command="StartAltFire | OnRelease StopAltFire")
  739. Bindings=(Name="SayAllCmd",Command="SayAll")
  740. Bindings=(Name="SayTeamCmd",Command="SayTeam")
  741. Bindings=(Name="ToggleLimboCmd",Command="ToggleLimbo")
  742. Bindings=(Name="ToggleQuickChatCmd",Command="ToggleQuickChat")
  743. Bindings=(Name="ToggleActionMenuCmd",Command="OnRelease ToggleActionMenu")
  744. Bindings=(Name="SpectatePreviousPlayerCmd",Command="SpectatePreviousPlayer")
  745. Bindings=(Name="SpectateNextPlayerCmd",Command="SpectateNextPlayer")
  746. Bindings=(Name="Pause",Command="Pause")
  747. Bindings=(Name="ShowScoreboard",Command="Button m_bShowScoreBoard")
  748. DefaultBindings=(Name="one",Alt=false,Command="SpectateAttackerOne")
  749. DefaultBindings=(Name="two",Alt=false,Command="SpectateAttackerTwo")
  750. DefaultBindings=(Name="three",Alt=false,Command="SpectateAttackerThree")
  751. DefaultBindings=(Name="four",Alt=false,Command="SpectateAttackerFour")
  752. DefaultBindings=(Name="five",Alt=false,Command="SpectateAttackerFive")
  753. DefaultBindings=(Name="six",Alt=false,Command="SpectateAttackerSix")
  754. DefaultBindings=(Name="seven",Alt=false,Command="SpectateAttackerSeven")
  755. DefaultBindings=(Name="eight",Alt=false,Command="SpectateAttackerEight")
  756. DefaultBindings=(Name="one",Alt=true,Command="SpectateDefenderOne")
  757. DefaultBindings=(Name="two",Alt=true,Command="SpectateDefenderTwo")
  758. DefaultBindings=(Name="three",Alt=true,Command="SpectateDefenderThree")
  759. DefaultBindings=(Name="four",Alt=true,Command="SpectateDefenderFour")
  760. DefaultBindings=(Name="five",Alt=true,Command="SpectateDefenderFive")
  761. DefaultBindings=(Name="six",Alt=true,Command="SpectateDefenderSix")
  762. DefaultBindings=(Name="seven",Alt=true,Command="SpectateDefenderSeven")
  763. DefaultBindings=(Name="eight",Alt=true,Command="SpectateDefenderEight")
  764. DefaultBindings=(Name="F",Command="SpectateFreeCamCmd")
  765. DefaultBindings=(Name="MiddleMouseButton",Command="SpectateCrosshairTargetCmd")
  766. DefaultBindings=(Name="LeftMouseButton",Command="Fire")
  767. DefaultBindings=(Name="Add",Command="MinimapScalePlus")
  768. DefaultBindings=(Name="Subtract",Command="MinimapScaleMinus")
  769. DefaultBindings=(Name="RightMouseButton",Command="AltFire")
  770. DefaultBindings=(Name="W",Command="MoveForward")
  771. DefaultBindings=(Name="S",Command="MoveBackward")
  772. DefaultBindings=(Name="A",Command="StrafeLeft")
  773. DefaultBindings=(Name="D",Command="StrafeRight")
  774. DefaultBindings=(Name="Up",Command="MoveForward")
  775. DefaultBindings=(Name="Down",Command="MoveBackward")
  776. DefaultBindings=(Name="Left",Command="TurnLeft")
  777. DefaultBindings=(Name="Right",Command="TurnRight")
  778. DefaultBindings=(Name="SpaceBar",Command="JumpCmd")
  779. DefaultBindings=(Name="LeftControl",Command="LowerCameraCmd")
  780. DefaultBindings=(Name="Y", Command="SayAllCmd")
  781. DefaultBindings=(Name="U",bIgnoreAlt=true,Command="SayTeamCmd")
  782. DefaultBindings=(Name="Tab",Command="ShowScoreboard")
  783. DefaultBindings=(Name="LeftMouseButton",Command="SpectateNextPlayerCmd")
  784. DefaultBindings=(Name="RightMouseButton",Command="SpectatePreviousPlayerCmd")
  785. DefaultBindings=(Name="MouseScrollUp",Command="IncreaseCameraSpeedCmd")
  786. DefaultBindings=(Name="MouseScrollDown",Command="DecreaseCameraSpeedCmd")
  787. DefaultBindings=(Name="LeftShift",Command="FastCameraSpeedCmd")
  788. DefaultBindings=(Name="X",Command="SlowCameraSpeedCmd")
  789. DefaultBindings=(Name="L",bIgnoreAlt=true,Command="ToggleLimboCmd")
  790. DefaultBindings=(Name="V",Command="ToggleQuickChatCmd")
  791. DefaultBindings=(Name="F5",Command="ToggleActionMenuCmd")
  792. Bindings=(Name="one",Alt=false,Command="SpectateAttackerOne")
  793. Bindings=(Name="two",Alt=false,Command="SpectateAttackerTwo")
  794. Bindings=(Name="three",Alt=false,Command="SpectateAttackerThree")
  795. Bindings=(Name="four",Alt=false,Command="SpectateAttackerFour")
  796. Bindings=(Name="five",Alt=false,Command="SpectateAttackerFive")
  797. Bindings=(Name="six",Alt=false,Command="SpectateAttackerSix")
  798. Bindings=(Name="seven",Alt=false,Command="SpectateAttackerSeven")
  799. Bindings=(Name="eight",Alt=false,Command="SpectateAttackerEight")
  800. Bindings=(Name="one",Alt=true,Command="SpectateDefenderOne")
  801. Bindings=(Name="two",Alt=true,Command="SpectateDefenderTwo")
  802. Bindings=(Name="three",Alt=true,Command="SpectateDefenderThree")
  803. Bindings=(Name="four",Alt=true,Command="SpectateDefenderFour")
  804. Bindings=(Name="five",Alt=true,Command="SpectateDefenderFive")
  805. Bindings=(Name="six",Alt=true,Command="SpectateDefenderSix")
  806. Bindings=(Name="seven",Alt=true,Command="SpectateDefenderSeven")
  807. Bindings=(Name="eight",Alt=true,Command="SpectateDefenderEight")
  808. Bindings=(Name="F",Command="SpectateFreeCamCmd")
  809. Bindings=(Name="MiddleMouseButton",Command="SpectateCrosshairTargetCmd")
  810. Bindings=(Name="MouseX",Command="Count bXAxis | Axis aMouseX")
  811. Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY")
  812. Bindings=(Name="LeftMouseButton",Command="Fire")
  813. Bindings=(Name="Add",Command="MinimapScalePlus")
  814. Bindings=(Name="Subtract",Command="MinimapScaleMinus")
  815. Bindings=(Name="RightMouseButton",Command="AltFire")
  816. Bindings=(Name="W",Command="MoveForward")
  817. Bindings=(Name="S",Command="MoveBackward")
  818. Bindings=(Name="A",Command="StrafeLeft")
  819. Bindings=(Name="D",Command="StrafeRight")
  820. Bindings=(Name="Up",Command="MoveForward")
  821. Bindings=(Name="Down",Command="MoveBackward")
  822. Bindings=(Name="Left",Command="TurnLeft")
  823. Bindings=(Name="Right",Command="TurnRight")
  824. Bindings=(Name="SpaceBar",Command="JumpCmd")
  825. Bindings=(Name="LeftControl",Command="LowerCameraCmd")
  826. Bindings=(Name="Y", Command="SayAllCmd")
  827. Bindings=(Name="U",bIgnoreAlt=true,Command="SayTeamCmd")
  828. Bindings=(Name="Tab",Command="ShowScoreboard")
  829. Bindings=(Name="RightMouseButton",Command="SpectateNextPlayerCmd")
  830. Bindings=(Name="LeftMouseButton",Command="SpectatePreviousPlayerCmd")
  831. Bindings=(Name="MouseScrollUp",Command="IncreaseCameraSpeedCmd")
  832. Bindings=(Name="MouseScrollDown",Command="DecreaseCameraSpeedCmd")
  833. Bindings=(Name="LeftShift",Command="FastCameraSpeedCmd")
  834. Bindings=(Name="X",Command="SlowCameraSpeedCmd")
  835. Bindings=(Name="L",bIgnoreAlt=true,Command="ToggleLimboCmd")
  836. Bindings=(Name="V",Command="ToggleQuickChatCmd")
  837. Bindings=(Name="F5",Command="ToggleActionMenuCmd")
  838. Bindings=(Name="F1",Control=false,Alt=false,Shift=false,bIgnoreCtrl=true, Command="CharacterSlot 1 | VoteYes")
  839. Bindings=(Name="F2",Control=false,Alt=false,Shift=false,bIgnoreCtrl=true, Command="CharacterSlot 2 | VoteNo")
  840. Bindings=(Name="F3",Control=false,Alt=false,Shift=false,bIgnoreCtrl=true, Command="CharacterSlot 3")
  841. Bindings=(Name="F4",Control=false,Alt=true,Shift=false,Command="quit")
  842. Bindings=(Name="F6",Command="PlayerReady true")
  843. Bindings=(Name="F7",Command="PlayerReady false")
  844. Bindings=(Name="F12",Command="bugit")
  845. Bindings=(Name="Escape",Command="EscKeyActions")
  846.  
  847. [SDEngine.SDPlayerInput]
  848. bUseProfileBindings=true
  849.  
  850. [ShooterGame.SGPlayerInputCinematic]
  851. bUseProfileBindings=false
  852. bEnableMouseSmoothing=false
  853. Bindings=(Name="SpaceBar",Command="ToogleStartShowCase")
  854. Bindings=(Name="MouseScrollUp",Command="PrevWeaponShowCase")
  855. Bindings=(Name="MouseScrollDown",Command="NextWeaponShowCase")
  856. Bindings=(Name="LeftMouseButton",Command="PrevSkinWeaponShowCase")
  857. Bindings=(Name="RightMouseButton",Command="NextSkinWeaponShowCase")
  858. Bindings=(Name="Up",Command="PrevPawnShowCase")
  859. Bindings=(Name="Down",Command="NextPawnShowCase")
  860. Bindings=(Name="Left",Command="PrevSkinPawnShowCase")
  861. Bindings=(Name="Right",Command="NextSkinPawnShowCase")
  862. Bindings=(Name="F12",Command="Shot")
  863. Bindings=(Name="MouseX",Command="Count bXAxis | Axis aMouseX")
  864. Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY")
  865. Bindings=(Name="Tab",Command="ToggleTeam")
  866.  
  867. [ShooterGame.SGConsole]
  868. AutoCompleteKey=Tab
  869. HistoryTop=4
  870. HistoryBot=0
  871. HistoryCur=4
  872. History[0]=stats fps
  873. History[1]=stat vvvvvvvvvvvvvvvvvvvvvvvvvv
  874. History[2]=FogDensity
  875. History[3]=stat fps
  876. History[4]=
  877. History[5]=
  878. History[6]=
  879. History[7]=
  880. History[8]=
  881. History[9]=
  882. History[10]=
  883. History[11]=
  884. History[12]=
  885. History[13]=
  886. History[14]=
  887. History[15]=
  888. bEnableUI=False
  889. bRequireCtrlToNavigateAutoComplete=False
  890. ManualAutoCompleteList=(Command="Exit",Desc="Exit (Exits the game)")
  891. ManualAutoCompleteList=(Command="DebugCreatePlayer 1",Desc=)
  892. ManualAutoCompleteList=(Command="FreezeAt",Desc="Locks the player view and rendering time.")
  893. ManualAutoCompleteList=(Command="SSSwapControllers",Desc=)
  894. ManualAutoCompleteList=(Command="Open",Desc="Open <MapName> (Opens the specified map)")
  895. ManualAutoCompleteList=(Command="DisplayAll",Desc="DisplayAll <ClassName> <PropertyName> (Display property values for instances of classname)")
  896. ManualAutoCompleteList=(Command="DisplayAllState",Desc="DisplayAllState <ClassName> (Display state names for all instances of classname)")
  897. ManualAutoCompleteList=(Command="DisplayClear",Desc="DisplayClear (Clears previous DisplayAll entries)")
  898. ManualAutoCompleteList=(Command="FlushPersistentDebugLines",Desc="FlushPersistentDebugLines (Clears persistent debug line cache)")
  899. ManualAutoCompleteList=(Command="GetAll ",Desc="GetAll <ClassName> <PropertyName> <Name=ObjectInstanceName> <OUTER=ObjectInstanceName> <SHOWDEFAULTS> <SHOWPENDINGKILLS> <DETAILED> (Log property values of all instances of classname)")
  900. ManualAutoCompleteList=(Command="GetAllState",Desc="GetAllState <ClassName> (Log state names for all instances of classname)")
  901. ManualAutoCompleteList=(Command="Obj List ",Desc="Obj List <Class=ClassName> <Type=MetaClass> <Outer=OuterObject> <Package=InsidePackage> <Inside=InsideObject>")
  902. ManualAutoCompleteList=(Command="Obj ListContentRefs",Desc="Obj ListContentRefs <Class=ClassName> <ListClass=ClassName>")
  903. ManualAutoCompleteList=(Command="Obj Classes",Desc="Obj Classes (Shows all classes)")
  904. ManualAutoCompleteList=(Command="Obj Refs",Desc="Name=<ObjectName> Class=<OptionalObjectClass> Lists referencers of the specified object")
  905. ManualAutoCompleteList=(Command="EditActor",Desc="EditActor <Class=ClassName> or <Name=ObjectName> or TRACE")
  906. ManualAutoCompleteList=(Command="EditDefault",Desc="EditDefault <Class=ClassName>")
  907. ManualAutoCompleteList=(Command="EditObject",Desc="EditObject <Class=ClassName> or <Name=ObjectName> or <ObjectName>")
  908. ManualAutoCompleteList=(Command="ReloadCfg ",Desc="ReloadCfg <Class/ObjectName> (Reloads config variables for the specified object/class)")
  909. ManualAutoCompleteList=(Command="ReloadLoc ",Desc="ReloadLoc <Class/ObjectName> (Reloads localized variables for the specified object/class)")
  910. ManualAutoCompleteList=(Command="Set ",Desc="Set <ClassName> <PropertyName> <Value> (Sets property to value on objectname)")
  911. ManualAutoCompleteList=(Command="Show BOUNDS",Desc="Show BOUNDS (Displays bounding boxes for all visible objects)")
  912. ManualAutoCompleteList=(Command="Show BSP",Desc="Show BSP (Toggles BSP rendering)")
  913. ManualAutoCompleteList=(Command="Show COLLISION",Desc="Show COLLISION (Toggles collision rendering)")
  914. ManualAutoCompleteList=(Command="Show COVER",Desc="Show COVER (Toggles cover rendering)")
  915. ManualAutoCompleteList=(Command="Show DECALS",Desc="Show DECALS (Toggles decal rendering)")
  916. ManualAutoCompleteList=(Command="Show FOG",Desc="Show FOG (Toggles fog rendering)")
  917. ManualAutoCompleteList=(Command="Show LEVELCOLORATION",Desc="Show LEVELCOLORATION (Toggles per-level coloration)")
  918. ManualAutoCompleteList=(Command="Show PATHS",Desc="Show PATHS (Toggles path rendering)")
  919. ManualAutoCompleteList=(Command="Show POSTPROCESS",Desc="Show POSTPROCESS (Toggles post process rendering)")
  920. ManualAutoCompleteList=(Command="Show SKELMESHES",Desc="Show SKELMESHES (Toggles skeletal mesh rendering)")
  921. ManualAutoCompleteList=(Command="Show TERRAIN",Desc="Show TERRAIN (Toggles terrain rendering)")
  922. ManualAutoCompleteList=(Command="Show VOLUMES",Desc="Show VOLUMES (Toggles volume rendering)")
  923. ManualAutoCompleteList=(Command="Show SPLINES",Desc="Show SPLINES (Toggles spline rendering)")
  924. ManualAutoCompleteList=(Command="Stat FPS",Desc="Stat FPS (Shows FPS counter)")
  925. ManualAutoCompleteList=(Command="Stat UNIT",Desc="Stat UNIT (Shows hardware unit framerate)")
  926. ManualAutoCompleteList=(Command="Stat LEVELS",Desc="Stat LEVELS (Displays level streaming info)")
  927. ManualAutoCompleteList=(Command="Stat GAME",Desc="Stat GAME (Displays game performance stats)")
  928. ManualAutoCompleteList=(Command="Stat MEMORY",Desc="Stat MEMORY (Displays memory stats)")
  929. ManualAutoCompleteList=(Command="Stat XBOXMEMORY",Desc="Stat XBOXMEMORY (Displays Xbox memory stats while playing on PC)")
  930. ManualAutoCompleteList=(Command="Stat PHYSICS",Desc="Stat PHYSICS (Displays physics performance stats)")
  931. ManualAutoCompleteList=(Command="Stat STREAMING",Desc="Stat STREAMING (Displays basic texture streaming stats)")
  932. ManualAutoCompleteList=(Command="Stat STREAMINGDETAILS",Desc="Stat STREAMINGDETAILS (Displays detailed texture streaming stats)")
  933. ManualAutoCompleteList=(Command="Stat COLLISION",Desc="Stat COLLISION")
  934. ManualAutoCompleteList=(Command="Stat PARTICLES",Desc="Stat PARTICLES")
  935. ManualAutoCompleteList=(Command="Stat SCRIPT",Desc="Stat SCRIPT")
  936. ManualAutoCompleteList=(Command="Stat AUDIO",Desc="Stat AUDIO")
  937. ManualAutoCompleteList=(Command="Stat ANIM",Desc="Stat ANIM")
  938. ManualAutoCompleteList=(Command="Stat NET",Desc="Stat NET")
  939. ManualAutoCompleteList=(Command="Stat LIST",Desc="Stat LIST Groups/Sets/Group (List groups of stats, saved sets, or specific stats within a specified group)")
  940. ManualAutoCompleteList=(Command="Stat splitscreen",Desc=)
  941. ManualAutoCompleteList=(Command="ListTextures",Desc="ListTextures (Lists all loaded textures and their current memory footprint)")
  942. ManualAutoCompleteList=(Command="ListUncachedStaticLightingInteractions",Desc="ListUncachedStaticLightingInteractions (Lists all uncached static lighting interactions, which causes Lighting needs to be rebuilt messages)")
  943. ManualAutoCompleteList=(Command="RestartLevel",Desc="RestartLevel (restarts the level)")
  944. ManualAutoCompleteList=(Command="ListSounds",Desc="ListSounds (Lists all the loaded sounds and their memory footprint)")
  945. ManualAutoCompleteList=(Command="ListWaves",Desc="ListWaves (List the WaveInstances and whether they have a source)")
  946. ManualAutoCompleteList=(Command="ListSoundClasses",Desc="ListSoundClasses (Lists a summary of loaded sound collated by class)")
  947. ManualAutoCompleteList=(Command="ListSoundModes",Desc="ListSoundModes (Lists loaded sound modes)")
  948. ManualAutoCompleteList=(Command="ListAudioComponents",Desc="ListAudioComponents (Dumps a detailed list of all AudioComponent objects)")
  949. ManualAutoCompleteList=(Command="ListSoundDurations",Desc="ListSoundDurations")
  950. ManualAutoCompleteList=(Command="PlaySoundCue",Desc="PlaySoundCue (Lists a summary of loaded sound collated by class)")
  951. ManualAutoCompleteList=(Command="PlaySoundWave",Desc="PlaySoundWave")
  952. ManualAutoCompleteList=(Command="SetSoundMode",Desc="SetSoundMode <ModeName>")
  953. ManualAutoCompleteList=(Command="DisableLowPassFilter",Desc="DisableLowPassFilter")
  954. ManualAutoCompleteList=(Command="DisableEQFilter",Desc="DisableEQFilter")
  955. ManualAutoCompleteList=(Command="IsolateDryAudio",Desc="IsolateDryAudio")
  956. ManualAutoCompleteList=(Command="IsolateReverb",Desc="IsolateReverb")
  957. ManualAutoCompleteList=(Command="ResetSoundState",Desc="ResetSoundState (Resets volumes to default and removes test filters)")
  958. ManualAutoCompleteList=(Command="ModifySoundClass",Desc="ModifySoundClass <SoundClassName> Vol=<new volume>")
  959. ManualAutoCompleteList=(Command="DisableAllScreenMessages",Desc="Disables all on-screen warnings/messages")
  960. ManualAutoCompleteList=(Command="EnableAllScreenMessages",Desc="Enables all on-screen warnings/messages")
  961. ManualAutoCompleteList=(Command="ToggleAllScreenMessages",Desc="Toggles display state of all on-screen warnings/messages")
  962. ManualAutoCompleteList=(Command="CaptureMode",Desc="Toggles display state of all on-screen warnings/messages")
  963. ManualAutoCompleteList=(Comvmand="ShowDebug NET",Desc=)
  964. ManualAutoCompleteList=(Command="ShowDebug PHYSICS",Desc=)
  965. ManualAutoCompleteList=(Command="ShowDebug COLLISION",Desc=)
  966. ManualAutoCompleteList=(Command="ShowDebug AI",Desc=)
  967. ManualAutoCompleteList=(Command="ShowDebug CAMERA",Desc=)
  968. ManualAutoCompleteList=(Command="ShowDebug WEAPON",Desc=)
  969. ManualAutoCompleteList=(Command="ShowDebug ANIMATION",Desc=)
  970. ManualAutoCompleteList=(Command="ShowDebug INPUT",Desc=)
  971. ManualAutoCompleteList=(Command="memleakcheck",Desc=)
  972. ManualAutoCompleteList=(Command="togglehdwarning",Desc=)
  973. ManualAutoCompleteList=(Command="Stat SOUNDWAVES",Desc="Stat SOUNDWAVES (Shows active SoundWaves)")
  974. ManualAutoCompleteList=(Command="Stat SOUNDCUES",Desc="Stat SOUNDCUES (Shows active SoundCues)")
  975. ManualAutoCompleteList=(Command="Stat SOUNDS",Desc="Stat SOUNDS <?> <sort=distance|class|name|waves|default> <-debug> <off> (Shows active SoundCues and SoundWaves)")
  976. ManualAutoCompleteList=(Command="Debug ANIMATION",Desc="debug ANIMATION (Toggles on screen animation node weight debug information)")
  977. ManualAutoCompleteList=(Command="Debug CAMERA",Desc="debug ANIMATION (Toggles on screen camera animation debug information)")
  978. ManualAutoCompleteList=(Command="Debug LOCOMOTION",Desc="debug LOCOMOTION (Toggles locomotion speed and acceleration graph rendering)")
  979. ManualAutoCompleteList=(Command="Debug RAGDOLL",Desc="debug RAGDOLL (Toggles on screen ragdoll debug information)")
  980. ManualAutoCompleteList=(Command="Debug LOADOUT",Desc="debug LOADOUT (Toggles on screen player loadout debug information)")
  981.  
  982. [IniVersion]
  983. 0=1434546999.000000
  984. 1=1434547035.000000
  985.  
  986. [ShooterGame.SGPlayerInput]
  987. FOVSensitivityScale=0.000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement