Advertisement
senichi

My N64c settings

Oct 29th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. # Controller configuration file
  2. #
  3. # AXISX#- - stick left
  4. # AXISX#+ - stick right
  5. # AXISY#- - stick up
  6. # AXISY#+ - stick down
  7. # START - start button
  8. # B - b button
  9. # C-LEFT - c left button
  10. # C-RIFHT - c right button
  11. # C-UP - c up button
  12. # C-DOWN - c down button
  13. # A - a button
  14. # R - r button
  15. # L - l button
  16. # Z - z button
  17. # UP - dpad up
  18. # DOWN - dpad down
  19. # LEFT - dpad left
  20. # RIGHT - dpad right
  21. # CAXISX#- - c stick left
  22. # CAXISX#+ - c stick right
  23. # CAXISY#- - c stick up
  24. # CAXISY#+ - c stick down
  25. # X - x button
  26. # Y - y button
  27. # END - ends the configuration
  28. #
  29. # Values:
  30. # A 1, means pressing button 1 will hilight A button
  31. # A D1U, means pressing up on 1st dpad will hilight A button
  32. # A A2+, means pushing in positive direction on 2nd axis will hilight A button
  33. # AXISX- A1-, means pushing in negative direction on 1st axis will move stick left
  34. #
  35. # use a number for buttons or A#- or A#+ replaceing the # with axis number for axis inputs
  36. # this way you can have a stick for c buttons
  37. # use D#U for d-pad up D#D for down etc. replacing the # with d-pad number (if you have only one d-pad just use 1)
  38.  
  39. STICKX- A1-
  40. STICKX+ A1+
  41. STICKY- A2-
  42. STICKY+ A2+
  43. START 10
  44. B 3
  45. A 2
  46. R 8
  47. L 7
  48. Z 9
  49. UP D1U
  50. DOWN D1D
  51. LEFT D1L
  52. RIGHT D1R
  53. X 7
  54. Y 8
  55. #N64 only
  56. C-LEFT A4+
  57. C-UP A3-
  58. C-RIGHT A4-
  59. C-DOWN A3+
  60. #GC only
  61. C-STICKX- A3-
  62. C-STICKX+ A3+
  63. C-STICKY- A4-
  64. C-STICKY+ A4+
  65. #SNES only
  66. SELECT 3
  67. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement