Author Topic: Total noob here, but diving head first lol. How do I..........  (Read 3700 times)

jamnjim46

  • Newbie
  • *
  • Posts: 3
    • View Profile
Total noob here, but diving head first lol. How do I..........
« on: January 12, 2017, 01:55:38 PM »
Hello all, new to the retropie scene, and man can you get caught going down the rabbit hole with this lol. So here is my dilemma. If in Emulation station my PS1 roms are perfect. However, in Attract mode I have 10 tracks to certain roms. Track 1 is the actual rom to play. Is there a way that I could somehow hide the other tracks in the wheel menu? Example: Namco Museums have 10 tracks. In Emulation Station it is just vol 1. But in Attract mode it's vol1 track 1-10 in the wheel menu. So I put my snap's and artwork for track 1, but the others are question marks. I would just like to hide track 2-10. Any help would be appreciated, and thanks!

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1274
    • View Profile
Re: Total noob here, but diving head first lol. How do I..........
« Reply #1 on: January 13, 2017, 12:38:14 AM »
Modify your /home/pi/.attract/emulators/<psx>.cfg file.

Change the the "romext" line to this (basically you need to make sure that ".bin" isn't in here and ".cue" is in here)
Code: [Select]
romext               .cue;.cbn;.img;.m3u;.mdf;.pbp;.toc;.z;.znx

jamnjim46

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Total noob here, but diving head first lol. How do I..........
« Reply #2 on: January 13, 2017, 08:01:48 AM »
Okay, I will try that. Thank you!!

jamnjim46

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Total noob here, but diving head first lol. How do I..........
« Reply #3 on: January 14, 2017, 10:42:30 PM »
Thank you!!!! That did the trick!