Advertisement
Chockrit

GameCube__MayFlash.ini

Oct 6th, 2017
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. [Configuration]
  2. BasedOn=Generic.ini
  3.  
  4. [Identification]
  5. ; Black Mayflash (4 slots)
  6. ControllerName="GameCube"
  7. +GUID = "18430079-0000-0000-0000-504944564944"
  8. ; Purple Mayflash (2 slots)
  9. +GUID = "F7051A34-0000-0000-0000-504944564944"
  10.  
  11. [Buttons]
  12. ; Buttons
  13. +Button = 9
  14. Name = "Start"
  15. Color = "Grey"
  16.  
  17. +Button = 3
  18. Name = "Y"
  19. Color = "Red"
  20.  
  21. +Button = 0
  22. Name = "X"
  23. Color = "Grey"
  24.  
  25. +Button = 2
  26. Name = "B"
  27. Color = "Red"
  28.  
  29. +Button = 1
  30. Name = "A"
  31. Color = "Green"
  32.  
  33. +Button = 7
  34. Name = "Z"
  35. Color = "Blue"
  36.  
  37. +Button = 12
  38. Name = "Up"
  39. FullName = "D-Pad Up"
  40.  
  41. +Button = 14
  42. Name = "Down"
  43. FullName = "D-Pad Down"
  44.  
  45. +Button = 15
  46. Name = "Left"
  47. FullName = "D-Pad Left"
  48.  
  49. +Button = 13
  50. Name = "Right"
  51. FullName = "D-Pad Right"
  52.  
  53. +Button = 5
  54. Name = "R"
  55. Color = "Grey"
  56.  
  57. +Button = 4
  58. Name = "L"
  59. Color = "Grey"
  60.  
  61. ; Axes
  62. +Axis = 0
  63. Name = "R"
  64. Color = "Grey"
  65. Icon = "gamecube_right_trigger"
  66.  
  67. +Axis = 3
  68. Name = "L"
  69. Color = "Grey"
  70. Icon = "gamecube_left_trigger"
  71.  
  72. [Binds]
  73. ; Actions
  74. +Bind = Hat_Player_Jump
  75. ButtonID = 1
  76.  
  77. +Bind = Hat_Player_Attack
  78. ButtonID = 0
  79.  
  80. +Bind = Hat_Player_Interact
  81. ButtonID = 3
  82.  
  83. +Bind = Hat_Player_Crouch
  84. ButtonID = 2
  85.  
  86. +Bind = Hat_Player_Share
  87. ButtonID = 14
  88.  
  89. +Bind = Hat_Player_CameraSnap
  90. ButtonID = 4
  91.  
  92. ; Menus
  93. +Bind = Hat_Menu_Confirm
  94. ButtonID = 1
  95.  
  96. +Bind = Hat_Menu_Cancel
  97. ButtonID = 2
  98.  
  99. +Bind = Hat_Menu_Start
  100. ButtonID = 9
  101.  
  102. +Bind = Hat_Menu_PageRight
  103. ButtonID = 5
  104.  
  105. +Bind = Hat_Menu_PageLeft
  106. ButtonID = 4
  107.  
  108. ; Hats
  109. +Bind = Hat_Player_Ability
  110. AxisID = y rotation
  111. AbsoluteValue = TRUE
  112.  
  113. +Bind = Hat_Player_Badge_PageRight
  114. ButtonID = 13
  115.  
  116. ; Hotkeys
  117. +Bind = Hat_Hotkey_Up
  118. ButtonID = 12
  119.  
  120. +Bind = Hat_Hotkey_Down
  121. ButtonID = 14
  122.  
  123. +Bind = Hat_Hotkey_Left
  124. ButtonID = 15
  125.  
  126. +Bind = Hat_Hotkey_Right
  127. ButtonID = 7
  128.  
  129. ; Movement and Camera
  130. +Bind = Hat_Player_MoveX
  131. AxisID = x axis
  132.  
  133. +Bind = Hat_Player_MoveY
  134. AxisID = y axis
  135. InvertValue = TRUE
  136.  
  137. +Bind = Hat_Player_CameraX
  138. AxisID = z rotation
  139.  
  140. +Bind = Hat_Player_CameraY
  141. AxisID = z axis
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement