RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Share your collections

    Scheduled Pinned Locked Moved General Discussion and Gaming
    collectionsharethread
    50 Posts 12 Posters 20.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.
    • cyperghostC
      cyperghost @thelostsoul
      last edited by cyperghost

      @thelostsoul Thx ;)
      As small info... I missed 7 only 2 roms out of your MegaDrive Collection with the filefind.sh script ;) (since version 1.10_060918) It was forced to change every file extension from .md to .bin

      DEcapAttack = Decap Attack, so no chance as it seems to be a typing error in your ROMslist
      Sonic 3D Blast ~ Sonic 3D Flickies' Island (USA, Europe).md ;), I don't have this game, so no chance for the script.

      So the result is 49 of 51 ROMs detected
      One ROM was added manually (Decap Attack) and so the result is 50 out of 51
      The missing ROM isn't in my list.... but I left the entry into the list.

      Thx for sharing

      1 Reply Last reply Reply Quote 0
      • thelostsoulT
        thelostsoul
        last edited by

        No problem. Your script does well and helps to minimize the manual work. I did a lot of changing regional roms and the only thing I needed to do was using your script. ;-) But one thing, shouldn't the script do the change of Roman numericals automatically?

        Did you try the Neo Geo Mini list?

        📜 RE/SET: 100 SNES Games for your RetroPie, 🎁 Share your hidden gems and insider tips

        cyperghostC 1 Reply Last reply Reply Quote 1
        • cyperghostC
          cyperghost @thelostsoul
          last edited by

          @thelostsoul said in Share your collections:

          No problem. Your script does well and helps to minimize the manual work. I did a lot of changing regional roms and the only thing I needed to do was using your script. ;-) But one thing, shouldn't the script do the change of Roman numericals automatically?

          No... but I think I will try annother search level that just cuts the last space. Then you might get a big list of selections. But this would help to get all ROMs very quick

          Did you try the Neo Geo Mini list?

          Yes! 100% hit

          1 Reply Last reply Reply Quote 0
          • jamesnjJ
            jamesnj
            last edited by

            I love this thread, thanks.

            I've started making some collections, my favorite right now are pinball games.

            If you are interested, my pinball and other lists can be gotten from my retropie github repo.

            I have about 20 games listed there ... if anyone has some other hidden pinball gems please send them my way.

            Thanks!

            thelostsoulT 2 Replies Last reply Reply Quote 1
            • thelostsoulT
              thelostsoul @jamesnj
              last edited by

              @jamesnj Ouh thats cool, as I thought about sharing some pinball games too. Found some interesting ones. I will check your list later and post mine, when I build a new collection.

              📜 RE/SET: 100 SNES Games for your RetroPie, 🎁 Share your hidden gems and insider tips

              1 Reply Last reply Reply Quote 0
              • thelostsoulT
                thelostsoul @jamesnj
                last edited by thelostsoul

                @jamesnj Here is the fresh list:

                • Pinball

                Some games not found in your list are: There are multiple titles from the Crush series (first three items MD, SNES and PCE), so you may don't want integrate all, as they get similar.

                • Dragon's Revenge (MD)
                • Jaki Crush (SNES)
                • Alien Crush (PCE)
                • Time Cruise (PCE)
                • Pinball - Revenge of the Gator (GB)
                • Super Pinball Action, rom:spbactn.zip (MAME2003)

                📜 RE/SET: 100 SNES Games for your RetroPie, 🎁 Share your hidden gems and insider tips

                1 Reply Last reply Reply Quote 0
                • jamesnjJ
                  jamesnj
                  last edited by

                  Thanks, some good ones there. 1 or two I can't find so I'll have to dig around online. One challenge is seems like these roms have some slight naming differences, but I was able to sort out.

                  Full disclosure, I added the Super Pinball Action to my list but it is of a mild adult theme .... though the games seem sufficiently difficult enough to make "the prize" near impossible to attain. Or maybe I'm just terrible at video games ;)

                  cyperghostC 1 Reply Last reply Reply Quote 0
                  • cyperghostC
                    cyperghost @jamesnj
                    last edited by cyperghost

                    @jamesnj I can recommend this tool: Pathfinder for Custom Collections.

                    One challenge is seems like these roms have some slight naming differences, but I was able to sort out.

                    No problem! ;)

                    Thanks for your collection - used your Arcade Classic and this is really a nice one.

                    1 Reply Last reply Reply Quote 0
                    • M
                      MrSkyle
                      last edited by

                      Not really here to share a collection, but rather pose a question:

                      Is it possible to add entire systems or romsets to a collection instead of adding single games?

                      I'm trying to create an "Arcade" collection where I would put every MAME, FBA and Neo-Geo game in it. I know there is an "arcade" rom folder but that doesn't allow me to have different copies of the same game (MAME romset version, FBA romset version) in the same folder nor do I want to have to change emulator each time I launch a game to see where it runs better. My idea is simply to have all arcade roms in the same collection, where I know which system it originates from (as they appear listed at the end of the title) and allows me to better compare between versions.

                      However, doing this adding a single game each time is too daunting. Is there a way to add entire system libraries to a collection?

                      cyperghostC mediamogulM 2 Replies Last reply Reply Quote 0
                      • cyperghostC
                        cyperghost @MrSkyle
                        last edited by cyperghost

                        @mrskyle Of course that is possible. Go to your ROMs dir and just type
                        ls -d1 $PWD/* > "/opt/retropie/configs/all/emulationstation/collections/custom-YOURCOLLECTION.cfg"

                        Use > to give the file a one shot entry, doing this again will overwrite the whole file
                        Use >> to append other entries, with a second ls-command

                        YOURCOLLECTION presents the name of this. After this restart EmulationStation to make the collection appear and then set it active in Main-Menu > Game Collection Settings

                        mediamogulM 1 Reply Last reply Reply Quote 0
                        • mediamogulM
                          mediamogul Global Moderator @MrSkyle
                          last edited by mediamogul

                          Edited:

                          A much better solution above ;)

                          RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                          1 Reply Last reply Reply Quote 1
                          • mediamogulM
                            mediamogul Global Moderator @cyperghost
                            last edited by mediamogul

                            @cyperghost

                            One thing to add is that the collection name also needs to be added to /opt/retropie/configs/all/emulationstation/es_settings.cfg. Using the same custom-YOURCOLLECTION.cfg example, here it would just read YOURCOLLECTION.

                            <string name="CollectionSystemsCustom" value="YOURCOLLECTION" />
                            

                            RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                            cyperghostC 1 Reply Last reply Reply Quote 1
                            • cyperghostC
                              cyperghost @mediamogul
                              last edited by

                              @mediamogul Oh well not really neccessary. I think to restarting ES and activating the collection out of the menu should do the trick ;) Whatever solution you do, ES always needs to be restarted.

                              mediamogulM 1 Reply Last reply Reply Quote 0
                              • mediamogulM
                                mediamogul Global Moderator @cyperghost
                                last edited by

                                @cyperghost said in Share your collections:

                                Oh well not really neccessary.

                                Are you sure? I could have sworn this was a roadblock for me when creating these manually in the past. Still, it's been a while, you may be right.

                                RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                                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.