Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Multiple PSX titles appear?
- This topic has 9 replies, 7 voices, and was last updated 9 years, 3 months ago by herbfargus.
-
AuthorPosts
-
06/14/2015 at 01:32 #99793narpParticipant
Hey! Having a good time and finally getting a hang of retropie thanks to you guys! I added some psx roms and noticed that there are 2 titles for each psx game i’ve added. No doubt something to do with the 2-3 files per game. Any idea how to get rid of those? Thanks!
06/14/2015 at 02:46 #99805OmnijaParticipanti have a feeling it has todo with the cue,bin and another i forget. I would suggest converting them to eboot or isos. I suggest eboot due to compression level’s being better and taking up less space.
06/14/2015 at 03:07 #99806narpParticipantGithub says only .bin .cue .img and .mdf file types are accepted though. :/
06/14/2015 at 14:09 #99817FloobMemberThis may help:
06/15/2015 at 02:59 #99872neighbourhoodnerdParticipantJust edit ES_Systems.CFG. This file controls what file extensions EmulationStation will make visible in its menus.
The file is found at /etc/emulationstation/es_systems.cfg
Search the file for “PlayStation” and edit the EXTENSION section to match mine:
<system> <fullname>Sony Playstation 1</fullname> <name>psx</name> <path>~/RetroPie/roms/psx</path> <extension>.bin .BIN .cbn .CBN .img .IMG .iso .ISO .mdf .MDF .pbp .PBP .toc .TOC .z .Z .znx .ZNX</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/psxlibretro/libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/psx/retroarch.cfg %ROM%" "psxlibretro"</command> <platform>psx</platform> <theme>psx</theme> </system>
These changes make sure that .CUE, .CCD etc are ignored and adds other common disk image formats. Don’t worry, the emulator runs them all just fine.
06/15/2015 at 05:30 #99878narpParticipantOh cool, thanks! Would it just not use the .cue files? Or use them but ignore them? Reason I ask is because apparently some of them have useful info about the tracks. I went ahead and deleted the files that had no track information, but a couple of them actually do have some stuff in there.
06/15/2015 at 06:40 #99881meatParticipantThe way I do it is use .cue files and remove .bin from es_systems.cfg
because sometimes you will find bin files with multiple tracks, like 30 or so for one game which will show in ES.
I delete the .cue/.ccd/.mds (if they are with iso,img,mdf etc as they arent required for those formats)
only the .bin files require the .cue as mentioned above.
That’s what I did anyway to resolve the same issue.
Cheers
Meat06/15/2015 at 12:26 #99891FloobMemberYes, cutting out either .cue or .bin should do the trick. It seems that even for bins that have several audio tracks inside the emulator will look for the .cue so kicking of the game with either should work.
08/08/2015 at 08:13 #103626jwingoParticipantCan I ask a dumb question? How do you update the es_systems.cfg file? I can download it remotely from the network and update it, but do not have permission to load it back in. I was going to use meat’s idea since most of the ROMS I have found have multiple .bin files.
Thanks08/08/2015 at 08:34 #103627herbfargusMemberUse something like winscp or you can type
sudo nano /etc/emulationstation/es_systems.cfg
and just edit it right there, then press Ctrl+x to save your changes, and then press enter. -
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.