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

Nice MAME2003 overlays repository

Scheduled Pinned Locked Moved Projects and Themes
overlaysarcademame-libretromame2003
157 Posts 11 Posters 83.4k 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.
  • M
    meleu
    last edited by meleu 23 Mar 2017, 00:24

    OK guys. This brainstorm was good. I am very strict in adhering to the KISS principle, so no xml files for a such a simple task, please! :)

    But you guys gave me an idea. Here's my proposal:

    Every single overlay directory must have a file named info.txt with the following content (example for Aliens):

    # yes, we can have comments here
    rom_config = "aliens.zip.cfg"
    overlay_config = "aliens.cfg"
    # multiple values separated by semicolon
    overlay_image = "aliens_udb_1-ovl.png; aliens_udb_2.png"
    rom_clones = "aliensa; aliensj; aliensu"
    

    Many problems will be solved if we start using such a file!

    • Useful topics
    • joystick-selection tool
    • rpie-art tool
    • achievements I made
    U 1 Reply Last reply 23 Mar 2017, 00:32 Reply Quote 1
    • U
      UDb23 @meleu
      last edited by 23 Mar 2017, 00:29

      @meleu said in Nice MAME2003 overlays repository:

      Well, I was holding back myself from asking you to do an overlay for Cadillacs and Dinosaurs. :-)
      It's one of the most played by kids (and grownups too) when visiting my home.

      Here it is:

      Cadillacs and Dinosaurs overlay now available in the Repo.

      0_1490228662474_dino_udb-ovl.jpg

      Took a while to find, select and edit the right images.. these graphics are so great.
      Never seen any Mark Schultz artwork before; thanks for making me discover all this!

      1 Reply Last reply Reply Quote 2
      • U
        UDb23 @meleu
        last edited by UDb23 23 Mar 2017, 00:32

        @meleu OK, agreed.
        So this also means "Option X" subfolders will have their own info.txt; correct ?

        M 1 Reply Last reply 23 Mar 2017, 05:39 Reply Quote 0
        • M
          meleu @UDb23
          last edited by 23 Mar 2017, 05:39

          @UDb23

          So this also means "Option X" subfolders will have their own info.txt; correct ?

          I think it's better to use only one info.txt for each game. If we stick with the info.txt approach, all the rules we defined become guidelines. The final word will be in the info.txt file. Therefore we don't need a subfolder for the optional config files. It could be, for example, RomName_opt1.zip.cfg (actually the name pattern will be completely irrelevant to the script, since it will get the info from the info.txt file).

          I'll try to write the rules for the info.txt and submit to the repo. But here is an example for the Burning Force (the game that has more art in the repository).

          rom_config = "burnforc.zip.cfg"
          overlay_config = "burnforc.cfg"
          overlay_image = "burnforc_udb-ovl.png"
          rom_clones = "burnforco"
          launching_image = "burnforc-launching.png"
          scrape_image = "burnforc-image.png"
          rom_config_1 = "Option 1/burnforc.zip.cfg"
          overlay_config_1 = "Option 1/burnforc.cfg"
          
          • Useful topics
          • joystick-selection tool
          • rpie-art tool
          • achievements I made
          U 1 Reply Last reply 23 Mar 2017, 06:35 Reply Quote 2
          • U
            UDb23 @meleu
            last edited by 23 Mar 2017, 06:35

            @meleu Makes sense. One file does it all.

            M 1 Reply Last reply 23 Mar 2017, 07:05 Reply Quote 1
            • M
              meleu @UDb23
              last edited by meleu 23 Mar 2017, 07:05

              @UDb23 take a look at my latest PR. ;-)

              info.txt rules here.

              • Useful topics
              • joystick-selection tool
              • rpie-art tool
              • achievements I made
              U 2 Replies Last reply 23 Mar 2017, 07:30 Reply Quote 1
              • U
                UDb23 @meleu
                last edited by 23 Mar 2017, 07:30

                @meleu Well done, thanks.
                I think I'll create some vba code (own use) for my rom resolution db so that it generates cfg files and info.txt automatically; will speed up overlay creation process.

                1 Reply Last reply Reply Quote 2
                • B
                  backstander
                  last edited by backstander 23 Mar 2017, 14:34

                  Another challenge for @meleu's script is that the non arcade ROM filenames are not static like the MAME/FBA/Arcade ROM filenames. For example: @UDb23's Game & Watch Gallery 4 overlay for GBA assumes that the ROM is named "gwg4.gba" but like on my system, that ROM is named "Game & Watch Gallery 4 (USA).zip" and there could be a million variations to the name of this one ROM.

                  I know I can just easily rename it with mv gwg4.gba.cfg Game\ \&\ Watch\ Gallery\ 4\ \(USA\).zip.cfg but the whole reason to use this script is to make this process much easier and also for the Linux noobs that don't have a clue about manually renaming files.

                  One solution could be comparing hashes/CRC/MD5 but this might open a new can of warms. Also since RetroArch now supports 7zip, if we compare hashes, then the script would also need to look inside of Zip's and 7zip's to calculate the hashes for every ROM/file in that directory.

                  Just some food for thought!

                  H M 2 Replies Last reply 23 Mar 2017, 15:26 Reply Quote 0
                  • H
                    HurricaneFan @backstander
                    last edited by 23 Mar 2017, 15:26

                    @backstander You would also have to have a database or huge file list of what each game's hash should be to match.

                    1 Reply Last reply Reply Quote 1
                    • M
                      meleu @backstander
                      last edited by 23 Mar 2017, 15:48

                      @backstander I thought about it. The script will use game_name from info.txt to try to find the rom name (file system itself and gamelist.xml) and let the user choose in a list of probable options.

                      • Useful topics
                      • joystick-selection tool
                      • rpie-art tool
                      • achievements I made
                      B 1 Reply Last reply 23 Mar 2017, 15:59 Reply Quote 1
                      • B
                        backstander @meleu
                        last edited by backstander 23 Mar 2017, 15:59

                        @meleu

                        The script will use game_name from info.txt to try to find the rom name (file system itself and gamelist.xml) and let the user choose in a list of probable options.

                        If the ROM is scraped and in the gamelist.xml that might be a really good way to find a match. I can see this way working for "Game & Watch Gallery 4 (USA).zip" but maybe not so well for un-scraped "gwg4.gba". Maybe add a small first check to see if the ROM.xxx.cfg filename is an exact match with ROM.xxx and if it isn't, then do the checks you mentioned above.

                        @HurricaneFan

                        @backstander You would also have to have a database or huge file list of what each game's hash should be to match.

                        Well, we would only need to do this with non-arcade ROMs and would just need to find all the acceptable/known hashes for that one game and put them in the info.txt like this:

                        rom_hash = "64565415624615241652126; 79495795464654; 54654654"
                        

                        (note: those are made up hashes)

                        M 2 Replies Last reply 23 Mar 2017, 16:21 Reply Quote 0
                        • M
                          meleu @backstander
                          last edited by 23 Mar 2017, 16:21

                          @backstander OK. The script will use 3 methods:

                          1. exact match with rom_config from info.txt (without the trailing .cfg).
                          2. try to find something using the game_name from info.txt.
                          3. try to find something in gamelist.xml using the game_name from info.txt.

                          But using hashes is a severe agression on the KISS principle. :-)

                          • Useful topics
                          • joystick-selection tool
                          • rpie-art tool
                          • achievements I made
                          U 1 Reply Last reply 23 Mar 2017, 18:24 Reply Quote 2
                          • U
                            UDb23 @meleu
                            last edited by 23 Mar 2017, 18:24

                            @meleu Yes, we should keep this absolutely simple. I would suggest to avoid hashes. Complexity to manage would be too big for the scope.
                            The script, getting the name from the info.txt, could simply tell the user what is the required rom name and suggest manual renaming. ROM folders are accessible thru Samba shares so even a beginner user can access and rename.

                            1 Reply Last reply Reply Quote 1
                            • B
                              backstander
                              last edited by 23 Mar 2017, 18:30

                              When it comes time to make a Wiki/Docs page about this script, we'll have to remember to put something about the names have to match in the troubleshooting section ;-)

                              U 1 Reply Last reply 23 Mar 2017, 18:35 Reply Quote 2
                              • U
                                UDb23 @backstander
                                last edited by 23 Mar 2017, 18:35

                                @backstander Good suggestion; yes this should be underlined.
                                With @meleu's proposed 3 methods I hope we'll be able to automatically match rom names in most cases.

                                1 Reply Last reply Reply Quote 2
                                • M
                                  meleu @backstander
                                  last edited by 24 Mar 2017, 04:28

                                  @backstander I was reading a book today and faced a quote from Ralph Waldo Emerson that made me remember our brainstorm here:

                                  We ascribe beauty to that which is simple; which has no superfluous parts; which exactly answers its end(...)

                                  Cheers! :)

                                  • Useful topics
                                  • joystick-selection tool
                                  • rpie-art tool
                                  • achievements I made
                                  1 Reply Last reply Reply Quote 2
                                  • U
                                    UDb23 @Graboid
                                    last edited by 26 Mar 2017, 21:50

                                    @Graboid said in Nice MAME2003 overlays repository:

                                    I tried, not sure what I did wrong, but no folder in the Space Invaders!

                                    Did you manage to create it ? Need support ?
                                    I haven't found any Pull request from you.

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      Graboid
                                      last edited by 27 Mar 2017, 10:02

                                      Yes, could you step me through creating a folder in the Space Invaders folder please. I'm not used to Github. Thanks.

                                      Built Space Invaders Themed Bartop - Check it out here:- https://retropie.org.uk/forum/topic/5593/space-invaders-themed-bartop-arcade-uk-completed

                                      U 1 Reply Last reply 27 Mar 2017, 18:18 Reply Quote 0
                                      • U
                                        UDb23 @Graboid
                                        last edited by 27 Mar 2017, 18:18

                                        @Graboid I'd suggest you create a new Fork so we make sure you have a your own updated "copy" of the overlay repository. Once done you can add folders and your overlay files.
                                        Let's take the example of Space Invaders.
                                        If you click on that folder it should look like this:
                                        0_1490638066773_Schermata 2017-03-27 alle 20.05.08.png
                                        There is no command to create a new (sub) folder so you need to use the trick also @meleu suggested.
                                        Click on "create new file" button; you get this:
                                        0_1490638221315_Schermata 2017-03-27 alle 20.09.52.png
                                        In the "name your file..." box write "nameofnewsubfolder/test.txt".
                                        As currently no optional overlay exists for Space Invaders, the new subfolder should be called "Option 1".
                                        This will create test.txt AND the subfolder that contains it.
                                        Now you can click on the subfolder to open it.
                                        From there you simply use "upload new file" button to add files from your PC.
                                        After upload you can delete the "dummy" test.txt file.
                                        Please follow new naming convention; I will then update the info.txt file.

                                        One you have uploaded all your files you can make a "pull" request and I can Merge it with the main repository.

                                        1 Reply Last reply Reply Quote 1
                                        • U
                                          UDb23 @meleu
                                          last edited by 27 Mar 2017, 20:49

                                          @meleu said in Nice MAME2003 overlays repository:

                                          info.txt rules here.

                                          info.txt creation completed for all overlays in the Repo.
                                          Also added to console games (gba & atari2600).

                                          Now it's your turn ;-)

                                          M 1 Reply Last reply 28 Mar 2017, 09:38 Reply Quote 2
                                          104 out of 157
                                          • First post
                                            104/157
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received