Advertisement
Guest User

ds

a guest
Apr 25th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. configVersion 10
  2. bindingVersion 44
  3. // Restoring last configured key bindings stored in file "cfg/dishonored2GamepadConfig0.cfg"
  4. // All previous bindings will be unbound! Please increment the version number in default.cfg to apply any new bindings (current version is 33)
  5. //
  6. //========================== Binding commands ==========================
  7.  
  8. // EMPTY ==========================
  9.  
  10. arkSwitchToBindingSet "EMPTY"
  11. arkUnbindJoypad
  12.  
  13. // INTERLUDES ==========================
  14. arkSwitchToBindingSet "INTERLUDES"
  15. arkUnbindJoypad
  16. arkBind "PAD_START_OPTIONS" "PAUSE"
  17. arkBind "PAD_B_CIRCLE" "INTERACT"
  18. arkBind "PAD_RSTICK" "LOOK"
  19.  
  20. // IN_GAME ==========================
  21. arkSwitchToBindingSet "IN_GAME"
  22. arkUnbindJoypad
  23. arkBind "PAD_LSTICK" "MOVE"
  24. arkBind "PAD_RSTICK" "LOOK"
  25. arkBind "PAD_BACK" "JOURNAL"
  26. arkBind "PAD_START_OPTIONS" "PAUSE"
  27. arkBind "PAD_DIR_UP" "QUICK_1"
  28. arkBind "PAD_DIR_DOWN" "QUICK_3"
  29. arkBind "PAD_DIR_LEFT" "QUICK_2"
  30. arkBind "PAD_DIR_RIGHT" "QUICK_0"
  31. arkBind "PAD_A_CROSS" "JUMP"
  32. arkBind "PAD_B_CIRCLE" "INTERACT"
  33. arkBind "PAD_X_SQUARE" "CROUCH"
  34. arkBind "PAD_Y_TRIANGLE" "LEAN"
  35. arkBind "PAD_LSHOULDER" "POWER_WEAPON"
  36. arkBind "PAD_RSHOULDER" "MELEE"
  37. arkBind "PAD_LTHUMB" "SPRINT"
  38. arkBind "PAD_RTHUMB" "ZOOM"
  39. arkBind "PAD_TOUCHPAD" "JOURNAL"
  40. arkBind "PAD_LTRIGGER" "POWERWHEEL"
  41. arkBind "PAD_RTRIGGER" "BLOCK"
  42.  
  43. // ARK_DBG_FREE_CAM ==========================
  44. arkSwitchToBindingSet "ARK_DBG_FREE_CAM"
  45. arkUnbindJoypad
  46. arkBind "PAD_START_OPTIONS" "PAUSE"
  47. arkBind "PAD_LTHUMB" "SPRINT"
  48. arkBind "PAD_RTRIGGER" "MELEE"
  49.  
  50. arkSwitchToDefaultBindingSet
  51. //======================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement