Advertisement
Guest User

Settings.json

a guest
Aug 14th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.93 KB | None | 0 0
  1. {
  2.   "MovementStyle": 0,
  3.   "InputMode": 0,
  4.   "InputBindingsKBM": {
  5.     "Submit": {
  6.       "InputName": 0,
  7.       "InputType": 0,
  8.       "InputButton": null,
  9.       "InputKey": 13,
  10.       "InputMouseButton": 0
  11.     },
  12.     "Cancel": {
  13.       "InputName": 1,
  14.       "InputType": 0,
  15.       "InputButton": null,
  16.       "InputKey": 8,
  17.       "InputMouseButton": 0
  18.     },
  19.     "Pause": {
  20.       "InputName": 2,
  21.       "InputType": 0,
  22.       "InputButton": null,
  23.       "InputKey": 27,
  24.       "InputMouseButton": 0
  25.     },
  26.     "MainGun": {
  27.       "InputName": 3,
  28.       "InputType": 1,
  29.       "InputButton": null,
  30.       "InputKey": 0,
  31.       "InputMouseButton": 0
  32.     },
  33.     "Ability1": {
  34.       "InputName": 4,
  35.       "InputType": 0,
  36.       "InputButton": null,
  37.       "InputKey": 101,
  38.       "InputMouseButton": 0
  39.     },
  40.     "Ability2": {
  41.       "InputName": 5,
  42.       "InputType": 0,
  43.       "InputButton": null,
  44.       "InputKey": 113,
  45.       "InputMouseButton": 0
  46.     },
  47.     "Ability3": {
  48.       "InputName": 6,
  49.       "InputType": 1,
  50.       "InputButton": null,
  51.       "InputKey": 0,
  52.       "InputMouseButton": 1
  53.     },
  54.     "Warp": {
  55.       "InputName": 7,
  56.       "InputType": 0,
  57.       "InputButton": null,
  58.       "InputKey": 304,
  59.       "InputMouseButton": 0
  60.     },
  61.     "MoveRight": {
  62.       "InputName": 8,
  63.       "InputType": 0,
  64.       "InputButton": null,
  65.       "InputKey": 100,
  66.       "InputMouseButton": 0
  67.     },
  68.     "MoveLeft": {
  69.       "InputName": 9,
  70.       "InputType": 0,
  71.       "InputButton": null,
  72.       "InputKey": 97,
  73.       "InputMouseButton": 0
  74.     },
  75.     "MoveForward": {
  76.       "InputName": 10,
  77.       "InputType": 0,
  78.       "InputButton": null,
  79.       "InputKey": 119,
  80.       "InputMouseButton": 0
  81.     },
  82.     "MoveBack": {
  83.       "InputName": 11,
  84.       "InputType": 0,
  85.       "InputButton": null,
  86.       "InputKey": 115,
  87.       "InputMouseButton": 0
  88.     }
  89.   },
  90.   "InputBindingsController": {
  91.     "Submit": {
  92.       "InputName": 0,
  93.       "InputType": 2,
  94.       "InputButton": "Controller Button 0",
  95.       "InputKey": 0,
  96.       "InputMouseButton": 0
  97.     },
  98.     "Cancel": {
  99.       "InputName": 1,
  100.       "InputType": 2,
  101.       "InputButton": "Controller Button 1",
  102.       "InputKey": 0,
  103.       "InputMouseButton": 0
  104.     },
  105.     "Pause": {
  106.       "InputName": 2,
  107.       "InputType": 2,
  108.       "InputButton": "Controller Button 7",
  109.       "InputKey": 0,
  110.       "InputMouseButton": 0
  111.     },
  112.     "MainGun": {
  113.       "InputName": 3,
  114.       "InputType": 4,
  115.       "InputButton": "Controller Right Trigger",
  116.       "InputKey": 0,
  117.       "InputMouseButton": 0
  118.     },
  119.     "Ability1": {
  120.       "InputName": 4,
  121.       "InputType": 2,
  122.       "InputButton": "Controller Button 4",
  123.       "InputKey": 0,
  124.       "InputMouseButton": 0
  125.     },
  126.     "Ability2": {
  127.       "InputName": 5,
  128.       "InputType": 4,
  129.       "InputButton": "Controller Left Trigger",
  130.       "InputKey": 0,
  131.       "InputMouseButton": 0
  132.     },
  133.     "Ability3": {
  134.       "InputName": 6,
  135.       "InputType": 2,
  136.       "InputButton": "Controller Button 5",
  137.       "InputKey": 0,
  138.       "InputMouseButton": 0
  139.     },
  140.     "Warp": {
  141.       "InputName": 7,
  142.       "InputType": 2,
  143.       "InputButton": "Controller Button 8",
  144.       "InputKey": 0,
  145.       "InputMouseButton": 0
  146.     },
  147.     "MoveXAxis": {
  148.       "InputName": 12,
  149.       "InputType": 5,
  150.       "InputButton": "Controller Left Stick Horizontal",
  151.       "InputKey": 0,
  152.       "InputMouseButton": 0
  153.     },
  154.     "MoveYAxis": {
  155.       "InputName": 13,
  156.       "InputType": 5,
  157.       "InputButton": "Controller Left Stick Vertical",
  158.       "InputKey": 0,
  159.       "InputMouseButton": 0
  160.     },
  161.     "AimXAxis": {
  162.       "InputName": 14,
  163.       "InputType": 5,
  164.       "InputButton": "Controller Right Stick Horizontal",
  165.       "InputKey": 0,
  166.       "InputMouseButton": 0
  167.     },
  168.     "AimYAxis": {
  169.       "InputName": 15,
  170.       "InputType": 5,
  171.       "InputButton": "Controller Right Stick Vertical",
  172.       "InputKey": 0,
  173.       "InputMouseButton": 0
  174.     }
  175.   }
  176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement