InputMaster.inputactions 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "name": "InputMaster",
  3. "maps": [
  4. {
  5. "name": "Player",
  6. "id": "c0e731dc-cca5-4e31-9e39-322320614628",
  7. "actions": [
  8. {
  9. "name": "Steer",
  10. "type": "Value",
  11. "id": "0c2e0063-2a71-41fa-8558-c860d648d00a",
  12. "expectedControlType": "Analog",
  13. "processors": "",
  14. "interactions": ""
  15. },
  16. {
  17. "name": "Lean",
  18. "type": "Value",
  19. "id": "11b8defd-5887-45af-b2e8-f3442e007bcf",
  20. "expectedControlType": "Analog",
  21. "processors": "",
  22. "interactions": ""
  23. },
  24. {
  25. "name": "Speed",
  26. "type": "Value",
  27. "id": "0368d4e7-2254-4f77-a048-c03d5a9e9466",
  28. "expectedControlType": "Analog",
  29. "processors": "",
  30. "interactions": ""
  31. }
  32. ],
  33. "bindings": [
  34. {
  35. "name": "1D Axis",
  36. "id": "809e58c9-063d-4091-85dd-c6912da7887c",
  37. "path": "1DAxis(minValue=-20,maxValue=20)",
  38. "interactions": "",
  39. "processors": "",
  40. "groups": "",
  41. "action": "Steer",
  42. "isComposite": true,
  43. "isPartOfComposite": false
  44. },
  45. {
  46. "name": "negative",
  47. "id": "918a761d-d749-4fab-943b-b15b684ff46b",
  48. "path": "<Gamepad>/leftStick/left",
  49. "interactions": "",
  50. "processors": "",
  51. "groups": "Xbox Control Scheme",
  52. "action": "Steer",
  53. "isComposite": false,
  54. "isPartOfComposite": true
  55. },
  56. {
  57. "name": "positive",
  58. "id": "d09cba85-d987-46fc-89c7-98a9410da5ea",
  59. "path": "<Gamepad>/leftStick/right",
  60. "interactions": "",
  61. "processors": "",
  62. "groups": "Xbox Control Scheme",
  63. "action": "Steer",
  64. "isComposite": false,
  65. "isPartOfComposite": true
  66. },
  67. {
  68. "name": "1D Axis",
  69. "id": "ca704029-9a84-41e8-9def-5edf0439737a",
  70. "path": "1DAxis(minValue=-20,maxValue=20)",
  71. "interactions": "",
  72. "processors": "",
  73. "groups": "",
  74. "action": "Lean",
  75. "isComposite": true,
  76. "isPartOfComposite": false
  77. },
  78. {
  79. "name": "negative",
  80. "id": "02ebe08c-4529-44b9-9d52-47c3454c09ed",
  81. "path": "<Gamepad>/rightStick/left",
  82. "interactions": "",
  83. "processors": "",
  84. "groups": "Xbox Control Scheme",
  85. "action": "Lean",
  86. "isComposite": false,
  87. "isPartOfComposite": true
  88. },
  89. {
  90. "name": "positive",
  91. "id": "afcc1116-c915-451a-9058-b47acbc00d4d",
  92. "path": "<Gamepad>/rightStick/right",
  93. "interactions": "",
  94. "processors": "",
  95. "groups": "Xbox Control Scheme",
  96. "action": "Lean",
  97. "isComposite": false,
  98. "isPartOfComposite": true
  99. },
  100. {
  101. "name": "1D Axis",
  102. "id": "ef5544f0-948e-4ac2-9b5a-740ab381b571",
  103. "path": "1DAxis(minValue=-300,maxValue=300)",
  104. "interactions": "",
  105. "processors": "",
  106. "groups": "",
  107. "action": "Speed",
  108. "isComposite": true,
  109. "isPartOfComposite": false
  110. },
  111. {
  112. "name": "negative",
  113. "id": "190c1e38-5a07-4cf2-ac16-b1d89d70a921",
  114. "path": "<Gamepad>/leftTrigger",
  115. "interactions": "",
  116. "processors": "",
  117. "groups": "Xbox Control Scheme",
  118. "action": "Speed",
  119. "isComposite": false,
  120. "isPartOfComposite": true
  121. },
  122. {
  123. "name": "positive",
  124. "id": "aa7db5f0-9d6e-44b0-bdd2-fad109320909",
  125. "path": "<Gamepad>/rightTrigger",
  126. "interactions": "",
  127. "processors": "",
  128. "groups": "Xbox Control Scheme",
  129. "action": "Speed",
  130. "isComposite": false,
  131. "isPartOfComposite": true
  132. }
  133. ]
  134. }
  135. ],
  136. "controlSchemes": [
  137. {
  138. "name": "Xbox Control Scheme",
  139. "bindingGroup": "Xbox Control Scheme",
  140. "devices": [
  141. {
  142. "devicePath": "<XInputController>",
  143. "isOptional": false,
  144. "isOR": false
  145. }
  146. ]
  147. }
  148. ]
  149. }