Guest User

Vib Ribbon Retroarch Setup and Custom Music

a guest
Sep 30th, 2020
2,142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. Vib Ribbon setup and custom music on Retroarch
  2. 2020-09-19
  3.  
  4. INTRO
  5. Retroarch is currently the best emulator frontend, and the worst to learn and set up.
  6. Retroarch's UI kinda sucks. It's better than years ago, I tell you.
  7. I'll cover setting up Retroarch and getting custom music to work.
  8.  
  9. INSTALL
  10. Install Retroarch
  11. Notepad++ (or equivalent to edit CFG, CUE, and M3U text files)
  12. Audacity (or equivalent to dump raw audio)
  13.  
  14. SETUP
  15. Left click (or enter key) is enter, right click (or backspace) back.
  16. Familarize yourself with the Settings tab.
  17. Set Settings->Directory->File Browser to your rom folder.
  18. Go to Main Menu->Configuration File->Save Current Configuration to save any changes made in Settings.
  19. Go to Main Menu->Load Core->Download Core->Sony - Playstation (Beetle PSX HW) to install the PS1 emulator core.
  20. Download the PS1 BIOS files, rename them, and place them in the retroarch/system directory.
  21. http://emulation.gametechwiki.com/index.php/Emulator_Files#PlayStation
  22. Find ps-30j.bin, rename it to SCPH5500.bin, and place it in the retroarch/system directory.
  23. Find ps-30a.bin, rename it to SCPH5501.bin, and place it in the retroarch/system directory.
  24. Find ps-30e.bin, rename it to SCPH5502.bin, and place it in the retroarch/system directory.
  25. Download Vib Ribbon EU version (check reddit /r/roms if link is broken)
  26. https://archive.org/download/SonyPlaystation-EUR-Part2-Redump.org2019-06-05
  27. Download Vib Ribbon JP version, if you want 60 fps instead of EU's 50 fps (but with moonrunes).
  28. https://archive.org/download/Sony-Playstation-JP-ASIA-Part-2
  29. Go to Load Content->Start Directory and find the Vib Ribbon CUE file.
  30. You should now be able to play Vib Ribbon
  31.  
  32. KEYBOARD CONFIG
  33. This is my custom control config for keyboard players.
  34. I save this in a new config file. Main Menu->Configuration File->Save New Configuration
  35. You use your middle fingers and pinky fingers to play.
  36. Not really ideal, I admit. Go change it yourself.
  37. You WILL have to edit the cfg file manually with Notepad++ to unbind button conflicts. Ctrl-F is your friend.
  38. Add binds in Settings->Input
  39. esdf is up left down right
  40. ijkl is tri square x o
  41. a is l bumper
  42. ; is r bumper
  43. No other buttons are needed to play Vib Ribbon.
  44. I also have these custom-bound:
  45. Tab increases speed when held.
  46. F1 toggles the in-game menu.
  47. F5 loads or unloads the current disk.
  48. F6 decreases the disk index when unloaded.
  49. F7 increases the disk index when unloaded.
  50. F11 toggles fullscreen.
  51.  
  52.  
  53. MANUAL CUSTOM MUSIC
  54.  
  55. ABOUT FILE FORMATS
  56. You will need to make these files.
  57. CD audio is raw (headerless) 16-bit signed little-endian PCM binary audio at a 44100 Hz sample rate.
  58. CUE files are text files that describe what's on a CD.
  59. For our purposes, swapping CDs is the same as swapping CUE files.
  60. https://en.wikipedia.org/wiki/Cue_sheet_(computing)
  61. M3U files are text files that is just a list of files (at its simplest).
  62. For our purposes, a M3U is a set of CUE files, aka a set of CDs.
  63. https://en.wikipedia.org/wiki/M3U
  64.  
  65. EXPORT RAW AUDIO
  66. Open Audacity
  67. Drag and drop your audio
  68. Make sure the Project Rate (Hz) is set to 44100 Hz
  69. File->Export->Export Audio...
  70. Set "Other Uncompressed Files", Raw, and Signed 16-bit PCM
  71. Save it as .raw or .bin, doesn't matter.
  72.  
  73. ADD AUDIO TO CUE FILE
  74. Open Notepad++
  75. Read: https://en.wikipedia.org/wiki/Cue_sheet_(computing)
  76. Example:
  77. FILE "Fearofdark - Motorway - 08 Surfing On A Sine Wave.raw" BINARY
  78. TRACK 01 AUDIO
  79. INDEX 00 00:00:00
  80. INDEX 01 00:00:00
  81. FILE "DDRKirby(ISQ) - Love Everlasting - 03 Love Everlasting -Lonely Rolling Star-.raw" BINARY
  82. TRACK 02 AUDIO
  83. INDEX 00 00:00:00
  84. INDEX 01 00:00:00
  85.  
  86. ADD CUE FILE TO M3U
  87. Open Notepad++
  88. Example:
  89. Vib-Ribbon (Europe) (En,Fr,De,Es,It).cue
  90. vib-ribbon-play.cue
  91.  
  92. RUN M3U
  93. Go to Load Content->Start Directory and find the M3U file you made.
  94. Press F1 to open the menu, and scroll down to Disk Control.
  95. Or, use disk swap keys as I have bound.
  96.  
  97. Congrats! You can now load custom music.
  98. HAPPY VIBING
  99.  
Advertisement
Add Comment
Please, Sign In to add comment