Advertisement
NotMeNotYou

8BitDo SN30 Pro+

Sep 28th, 2019
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; This is a Gamepad configuration file for the game A Hat in Time. It is made for the 8BitDo SN30 Pro+
  2. ; Please note that this configuration will only work if the Gamepad is set to Android Mode.
  3. ; In order to set the Gamepad to Android Mode turn it off, then hold B and Start until it turns on.
  4. ; Both wired and wireless connection modes are supported.
  5. [Configuration]
  6. BasedOn=Generic.ini
  7.  
  8. [Identification]
  9. ControllerName = "8BitDo SN30 Pro+"
  10. +GUID = "60022DC8-0000-0000-0000-504944564944"
  11. +GUID = "61022DC8-0000-0000-0000-504944564944"
  12.  
  13. [Buttons]
  14. ; Buttons
  15. +Button = 0
  16. Name = "A"
  17. Color = "Red"
  18.  
  19. +Button = 1
  20. Name = "B"
  21. Color = "Yellow"
  22.  
  23. +Button = 3
  24. Name = "X"
  25. Color = "Blue"
  26.  
  27. +Button = 4
  28. Name = "Y"
  29. Color = "Green"
  30.  
  31. +Button = 6
  32. Name = "L"
  33. Color = "Grey"
  34. FullName = "Left Bumper"
  35. Icon = "Bumper"
  36.  
  37. +Button = 7
  38. Name = "R"
  39. FullName = "Right Bumper"
  40. Icon = "Bumper"
  41.  
  42. +Button = 10
  43. Name = "- Select"
  44. Color = "Grey"
  45. Icon = "Bumper"
  46.  
  47. +Button = 11
  48. Name = "+ Start"
  49. Color = "Grey"
  50. Icon = "Bumper"
  51.  
  52. +Button = 8
  53. Name = "L2"
  54. FullName = "Left Trigger"
  55. Icon = "Trigger"
  56.  
  57. +Button = 9
  58. Name = "R2"
  59. FullName = "Right Trigger"
  60. Icon = "Trigger"
  61.  
  62. +POV = "Up"
  63. Name = "Up"
  64. FullName = "D-Pad Up"
  65. Icon = "DPad_Up"
  66.  
  67. +POV = "Down"
  68. Name = "Down"
  69. FullName = "D-Pad Down"
  70. Icon = "DPad_Down"
  71.  
  72. +POV = "Left"
  73. Name = "Left"
  74. FullName = "D-Pad Left"
  75. Icon = "DPad_Left"
  76.  
  77. +POV = "Right"
  78. Name = "Right"
  79. FullName = "D-Pad Right"
  80. Icon = "DPad_Right"
  81.  
  82. [Binds]
  83. +Bind=Hat_Player_Jump
  84. ButtonID = 1
  85.  
  86. +Bind=Hat_Menu_Confirm
  87. ButtonID = 0
  88.  
  89. +Bind=Hat_Player_Attack
  90. ButtonID = 4
  91.  
  92. +Bind=Hat_Player_Interact
  93. ButtonID = 0
  94.  
  95. +Bind=Hat_Menu_Cancel
  96. ButtonID = 1
  97.  
  98. +Bind=Hat_Player_FocusLookUp
  99. ButtonID = 3
  100.  
  101. +Bind=Hat_Menu_Start
  102. ButtonID = 11
  103.  
  104. +Bind=Hat_Menu_PageLeft
  105. ButtonID = 6
  106.  
  107. +Bind=Hat_Player_AbilitySwap
  108. ButtonID = 6
  109.  
  110. +Bind=Hat_Player_Ability
  111. ButtonID = 8
  112.  
  113. +Bind=Hat_Player_Crouch
  114. ButtonID = 9
  115.  
  116. +Bind=Hat_Menu_PageRight
  117. ButtonID = 7
  118.  
  119. +Bind=Hat_Player_CameraSnap
  120. ButtonID = 7
  121.  
  122. +Bind=Hat_Player_Share
  123. ButtonID = 10
  124.  
  125. ; Hotkeys
  126. +Bind=Hat_Hotkey_Up
  127. POV=Up
  128.  
  129. +Bind=Hat_Hotkey_Down
  130. POV=Down
  131.  
  132. +Bind=Hat_Hotkey_Left
  133. POV=Left
  134.  
  135. +Bind=Hat_Hotkey_Right
  136. POV=Right
  137.  
  138. ; Movement and Camera
  139. +Bind=Hat_Player_MoveX
  140. AxisID = 4
  141. ZeroValue = 32767
  142. MinReach = 0
  143. MaxReach = 65535
  144.  
  145. +Bind=Hat_Player_MoveY
  146. AxisID = 5
  147. ZeroValue = 32768
  148. MinReach = 0
  149. MaxReach = 65535
  150. InvertValue=TRUE
  151.  
  152. +Bind=Hat_Player_CameraX
  153. AxisID = 6
  154. ZeroValue = 32768
  155. MinReach = 0
  156. MaxReach = 65535
  157.  
  158. +Bind=Hat_Player_CameraY
  159. AxisID = 3
  160. ZeroValue = 32767
  161. MinReach = 0
  162. MaxReach = 63975
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement