RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    PSX Games Question

    Scheduled Pinned Locked Moved Help and Support
    14 Posts 7 Posters 10.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ExmixE
      Exmix
      last edited by

      Most the PSX Games come in .bin and .cue files. Do I NEED both to play the game or can I use only one, or is there a way I can combine them into one .iso so that when I go to my list, I don't have the same game listed twice.

      1 Reply Last reply Reply Quote 0
      • FloobF
        Floob
        last edited by

        If the bin contains various audio tracks, you need the cue as it points to the location of them.
        If its just one track you dont need the cue. The cue is just a small text file that points at locations in the .bin

        Or if you want you can choose to hide certain extensions from showing:
        https://retropie.org.uk/forum/topic/2190/hide-iso-files-when-you-scraped-cue-files

        Video showing bin and cues on the PSX:

        Please read the Docs before asking a new question.
        RetroPie Help Guides: https://goo.gl/3gcNsT

        herb_fargusH 1 Reply Last reply Reply Quote 0
        • herb_fargusH
          herb_fargus administrators @Floob
          last edited by

          @Floob cue is still needed as bin was removed from the default extensions

          If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

          Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

          ExmixE FloobF P 3 Replies Last reply Reply Quote 0
          • ExmixE
            Exmix @herb_fargus
            last edited by

            @herb_fargus
            So I still need both files. Anyway to toss them both into one .iso or anything of that nature?
            One of my games has one /cue file and 17 .bin files. They all show up on the list and yeah.. xD

            herb_fargusH 1 Reply Last reply Reply Quote 0
            • herb_fargusH
              herb_fargus administrators @Exmix
              last edited by

              @Exmix you can look up eboot pbp files. It works something like that, I haven't really used them so I dont know. But yea in the future releases bin won't be an option because of all the duplicates as you mentioned. The cue will call the correct files which keeps the list cleaner

              If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

              Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

              ExmixE 1 Reply Last reply Reply Quote 0
              • ExmixE
                Exmix @herb_fargus
                last edited by

                @herb_fargus
                Ah ok. Thanks. I'll deal with this until the next releases come out :P

                1 Reply Last reply Reply Quote 0
                • FloobF
                  Floob @herb_fargus
                  last edited by Floob

                  @herb_fargus
                  I just had a look down this thread:
                  https://retropie.org.uk/forum/topic/735/psx-please-remove-bin-from-the-file-types

                  I was thinking it would be easier for users to have .cue hidden, as a .bin can call the .cue if needed. That way, all the single track (and multi track if suitable cue is provided) bin files wouldnt cause any queries. And most users wouldnt have to worry about generating a .cue if required.
                  Although I guess if a game has multi .bins they will have the problem the other way. But then a multi bin file should really be rebuilt into a single one.

                  Or maybe I should update the Wiki to make cue generation very clear?
                  https://retropie.org.uk/forum/topic/2044/retopiepsx-emu-problem

                  Please read the Docs before asking a new question.
                  RetroPie Help Guides: https://goo.gl/3gcNsT

                  herb_fargusH 1 Reply Last reply Reply Quote 0
                  • herb_fargusH
                    herb_fargus administrators @Floob
                    last edited by

                    @Floob how I figure there is only ever one cue file but there may be multiple bin files (perhaps as audio tracks unless those are separate filetypes like .mp3)

                    I also wasnt aware bin called the cue file if it was there, I thought only the cue called the bin file due to the aforementioned multiple tracks component.

                    I don't really use psx all that much but it would probably be good to have the cue requirement mentioned in the wiki

                    If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                    Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                    1 Reply Last reply Reply Quote 0
                    • dankcushionsD
                      dankcushions Global Moderator
                      last edited by

                      also some (all?) bins can work on their own, without a cue. some of the psx roms i acquired were just a single .bin files with no .cue included, and they still worked.

                      for me i couldn't get a nice way for it to all work until i got everything in single .PBP format files :)

                      1 Reply Last reply Reply Quote 0
                      • P
                        PetroRie @herb_fargus
                        last edited by PetroRie

                        @herb_fargus Thanks! I was wondering why my PSX games didn't show up. I have fixed it now.

                        @dankcushions said in PSX Games Question:

                        also some (all?) bins can work on their own, without a cue. some of the psx roms i acquired were just a single .bin files with no .cue included, and they still worked.

                        for me i couldn't get a nice way for it to all work until i got everything in single .PBP format files :)

                        For me some games didn't show up until I added the .cue files. I wonder why they changed it?

                        FloobF 1 Reply Last reply Reply Quote 0
                        • FloobF
                          Floob @PetroRie
                          last edited by Floob

                          @PetroRie There are a few reasons to change it, and I'll write up more info in the Wiki soon (now updated).

                          A few reasons I can think of now are:

                          • It is very common for PSX games to be in 2 parts, a .bin and .cue, this means that Emulation Station will show duplicates for each game which no-one really wants. This is because it used to show extensions .bin and .cue
                          • A PSX game will only ever need one .cue file, so by hiding a .bin it prevents duplicates showing (as it could have multiple .bins. Sort of.)
                          • By hiding .bin files it will make the user think a little bit more about how the emulator loads files rather than blindly throwing files at it until it works.
                          • Any PSX game that has multi tracks will work better (usually audio tracks) if it has a .cue to point to the audio.

                          I cover it briefly here

                          Please read the Docs before asking a new question.
                          RetroPie Help Guides: https://goo.gl/3gcNsT

                          P 1 Reply Last reply Reply Quote 1
                          • P
                            PetroRie @Floob
                            last edited by PetroRie

                            @Floob I noticed that with some games the games show up twice. With multi disk games for an example Fear Effect, it shows the first disk twice and the others only once. Once I remove the cue file from the first disk it lists it only once like it should be. Is it a bug? If I remove all the cue files the folder will be gone.

                            With Metal Gear Solid VR Missions I get this too. Since this is a one disk game only once I add the cue file it shows the game twice. If I remove the cue file it shows it only once.

                            EDIT: I just finished watching your YouTube clip it makes sense now. Thanks!

                            T 1 Reply Last reply Reply Quote 0
                            • BuZzB
                              BuZz administrators
                              last edited by

                              Post support questions in the Help / Support area.

                              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                              1 Reply Last reply Reply Quote 0
                              • T
                                thouve @PetroRie
                                last edited by

                                Hello, I would like to know how to launch mgs vr mission
                                I have images of both mg cds but when I load them this tells me bad drive.
                                Thank you for helping me because I really want to be able to replay finally a vr mission

                                PS: sorry for my english I use google translate

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.