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

    what about adding a cheevos flag in gamelist.xml ?

    Scheduled Pinned Locked Moved Ideas and Development
    metadatacheevosemulationstatio
    108 Posts 13 Posters 38.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.
    • pjftP
      pjft @meleu
      last edited by

      @meleu Well done good sir!

      I'm sure you thought of this, but just in case if I may recommend something, I'd create a backup of the gamelists before actually overwriting them, in case something goes wrong in the new script . :)

      1 Reply Last reply Reply Quote 1
      • S
        sselph @meleu
        last edited by

        @meleu Cool. Sorry I didn't see this eariler, but looks like you have it all sorted out. I also have hashing code for several rom types. I have a shasum utility here that demonstrates its use:
        https://github.com/sselph/scraper/blob/master/shasum/shasum.go#L14
        If you need to reference how I handle other systems, the implementation that transforms the bits to something that hashes nicely is here:
        https://github.com/sselph/scraper/blob/master/rom/hash/hash.go

        But the only other one that is tricky is N64. .Z64 and .N64 have each byte swapped around differently. Atari 7800 and Lynx have optional headers that won't match no-intro hash if they are there but those are easy enough to detect and remove.

        Auto-scraper: https://github.com/sselph/scraper
        Donate to Extra-Life 2018 and help save lives: https://goo.gl/diu5oU

        meleuM 1 Reply Last reply Reply Quote 1
        • meleuM
          meleu @sselph
          last edited by

          @sselph thanks for the references man! :-)

          For RetroAchievements, the only non-plain MD5 hashes are for SNES, MegaDrive and NES ROMS. All other systems (including N64) use plain MD5. Then I think everything is fine. :-)

          Cheers!

          • Useful topics
          • joystick-selection tool
          • rpie-art tool
          • achievements I made
          1 Reply Last reply Reply Quote 1
          • meleuM
            meleu
            last edited by

            I've just made a small improvement on the hascheevos.sh script and now you guys have an easy way to get a list of your ROMs that have cheevos.

            From the repo's README:

            Create a list of all ROMs that have cheevos in a directory.

            The only thing the script puts on stdout are the file name of ROMs that have cheevos. Everything else are printed in stderr. Then if you want a list of all ROMs that have cheevos in a directory, do something like this:

            $ ./hascheevos.sh -u USER -p PASSWORD /path/to/megadrive/* > ~/megadrive-roms-with-cheevos.txt
            

            Don't worry about non-ROM files in the same directory (like gamelist.xml or .srm files), the script ignores files with invalid extensions. ;-)

            • Useful topics
            • joystick-selection tool
            • rpie-art tool
            • achievements I made
            1 Reply Last reply Reply Quote 0
            • hansolo77H
              hansolo77
              last edited by

              Getting closer to a reality! :)

              Who's Scruffy Looking?

              1 Reply Last reply Reply Quote 0
              • pjftP
                pjft
                last edited by

                Hi @meleu .

                Just letting you know that I hope to pick this up shortly.

                Best.

                meleuM 1 Reply Last reply Reply Quote 2
                • meleuM
                  meleu @pjft
                  last edited by

                  @pjft I'll try to finish the scraper (the part that updates the gamelist.xml) this weekend (if the kids permit)! :-)

                  • Useful topics
                  • joystick-selection tool
                  • rpie-art tool
                  • achievements I made
                  pjftP 1 Reply Last reply Reply Quote 2
                  • pjftP
                    pjft @meleu
                    last edited by

                    @meleu not a bother.

                    I might put together a build for that, for you to test anyway. Hopefully that'll help.

                    If time allows for it, of course:)

                    meleuM 1 Reply Last reply Reply Quote 2
                    • meleuM
                      meleu @pjft
                      last edited by

                      @pjft no need to upload a binary for that. Just the code is enough. ;-)

                      Thanks dude!

                      • Useful topics
                      • joystick-selection tool
                      • rpie-art tool
                      • achievements I made
                      1 Reply Last reply Reply Quote 0
                      • R
                        robertybob
                        last edited by robertybob

                        Is this something that can be added to the RetroPie Setup menu, or intergrated into the built-in ES scraper? Or is this gong to be another cool tool that gets lost in the forums? :(

                        PokeEngineerP 1 Reply Last reply Reply Quote 1
                        • hansolo77H
                          hansolo77
                          last edited by

                          REQUEST - Update the tool to spit out additional texts. Specifically, I'd like to see what games exist with cheevos that I don't have, so I know to go out and find them.

                          REQUEST - Update the tool to keep a log of the date you last checked for cheevo games, then compare the dates with TODAY to see if it needs re-scraped.

                          QUESTION - I'm happy with the way it works now, but what if I choose to run the scraper again.. will it make duplicate copies in the texts, thus making me have multiple copies of the same game when I run the tool to auto-add it to a custom system?

                          Who's Scruffy Looking?

                          meleuM 1 Reply Last reply Reply Quote 0
                          • PokeEngineerP
                            PokeEngineer @robertybob
                            last edited by

                            @robertybob

                            I second this.

                            Don't sweat it.
                            When in doubt, take a BYTE out of life.

                            😎

                            1 Reply Last reply Reply Quote 0
                            • meleuM
                              meleu @hansolo77
                              last edited by

                              @hansolo77 said in what about adding a cheevos flag in gamelist.xml ?:

                              REQUEST - Update the tool to spit out additional texts. Specifically, I'd like to see what games exist with cheevos that I don't have, so I know to go out and find them.

                              I would love this feature too, but I'm afraid it's not going to happen.

                              Why?

                              Because with the [currently?] RetroAchievements.org isn't smart enough to provide a list with all games that have cheevos. Implementing what you're suggesting with the current "technology" would stress the RA server (and would take ages several hours to accomplish the task).

                              REQUEST - Update the tool to keep a log of the date you last checked for cheevo games, then compare the dates with TODAY to see if it needs re-scraped.

                              Not sure what you mean. Can you expand that?

                              QUESTION - I'm happy with the way it works now, but what if I choose to run the scraper again.. will it make duplicate copies in the texts, thus making me have multiple copies of the same game when I run the tool to auto-add it to a custom system?

                              No. The add-game-to-custom-system.sh doesn't create duplicated links.

                              • Useful topics
                              • joystick-selection tool
                              • rpie-art tool
                              • achievements I made
                              hansolo77H 1 Reply Last reply Reply Quote 0
                              • hansolo77H
                                hansolo77 @meleu
                                last edited by

                                @meleu said in what about adding a cheevos flag in gamelist.xml ?:

                                @hansolo77 said in what about adding a cheevos flag in gamelist.xml ?:

                                REQUEST - Update the tool to keep a log of the date you last checked for cheevo games, then compare the dates with TODAY to see if it needs re-scraped.

                                Not sure what you mean. Can you expand that?

                                Just as means to know if I should scrape again.. Like in the Retropie-Setup script, it tells you when the last time was that you last updated the script. I'd like to have a similar system in place, that checks when the last time was you last scraped. Even better would be a simple version number check. See if your version is the same you have in your github databases. That way I'm not needlessly re-scraping all my games again a week later if you haven't updated the databases.

                                This actually brings up another thing I noticed. When it was going through checking each rom, it was actually going back and saying something like "checking on retroachievements". Is it doing that, or is that just a bit of bad wording since you have it scraping from github?

                                Who's Scruffy Looking?

                                meleuM 1 Reply Last reply Reply Quote 0
                                • meleuM
                                  meleu @hansolo77
                                  last edited by

                                  @hansolo77 said in what about adding a cheevos flag in gamelist.xml ?:

                                  Just as means to know if I should scrape again.

                                  OK, I got it. I'll try to think in something to avoid re-scraping everything. Would you be kind enough to make those requests on the repository issue tracker? I think I'll forget if this stays here on the forums. :-)

                                  https://github.com/meleu/hascheevos/issues

                                  When it was going through checking each rom, it was actually going back and saying something like "checking on retroachievements".

                                  It's really doing that. If the script fails to find info in the github files, it tries to get from RetroAchievements.org.

                                  • Useful topics
                                  • joystick-selection tool
                                  • rpie-art tool
                                  • achievements I made
                                  hansolo77H 1 Reply Last reply Reply Quote 0
                                  • hansolo77H
                                    hansolo77 @meleu
                                    last edited by

                                    @meleu said in what about adding a cheevos flag in gamelist.xml ?:

                                    OK, I got it. I'll try to think in something to avoid re-scraping everything. Would you be kind enough to make those requests on the repository issue tracker? I think I'll forget if this stays here on the forums. :-)

                                    https://github.com/meleu/hascheevos/issues

                                    Will Do!

                                    It's really doing that. If the script fails to find info in the github files, it tries to get from RetroAchievements.org.

                                    Well it was doing it for what appeared to be ALL of them. So if the server crashed yesterday or was slow, it was probably my fault.

                                    Who's Scruffy Looking?

                                    1 Reply Last reply Reply Quote 0
                                    • lilbudL
                                      lilbud
                                      last edited by

                                      I think cheevos are fine, but what would really be a worthwhile addition would be backloggery support: http://www.backloggery.com/

                                      Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                                      Backlog: http://backloggery.com/lilbud

                                      1 Reply Last reply Reply Quote 0
                                      • meleuM
                                        meleu
                                        last edited by

                                        Hello friends!

                                        I've got distracted with PS Vita hacking and hunting RetroAchievements for some Mega Man games. But now I finally made an useful progress on my "cheevos scraper".

                                        You can check it in this repository: https://github.com/meleu/hascheevos

                                        The README has instructions on how to use it.

                                        An example of how useful the tool can be: In order to update your NES' gamelist.xml adding <achievements>true</achievements> for every game that has cheevos, you just need to use this command:

                                        $ ./hascheevos.sh -u USER -p PASSWORD --system nes --scrape
                                        

                                        Now let's wait if @pjft can find sometime to work on EmulationStation code in order to make the <achievements> flag filterable. :-)

                                        • Useful topics
                                        • joystick-selection tool
                                        • rpie-art tool
                                        • achievements I made
                                        1 Reply Last reply Reply Quote 2
                                        • hansolo77H
                                          hansolo77
                                          last edited by hansolo77

                                          Exciting progress! So just to be clear.. in order to access the new feature (adding the flag), I will need to rebuild the binary correct? I'm not particularly eager to get this specific feature right now, I'd just like to know. Quick question.. is there a reason a binary hasn't been made yet, to skip having to build it? 2nd quick question.. any progress been made on checking to see what new roms exist without having to completely rescrape?

                                          Kudos!

                                          Who's Scruffy Looking?

                                          cyperghostC meleuM 2 Replies Last reply Reply Quote 0
                                          • cyperghostC
                                            cyperghost @hansolo77
                                            last edited by cyperghost

                                            @hansolo77

                                            in order to access the new feature (adding the flag), I will need to rebuild the binary correct?

                                            Yes!

                                            Quick question.. is there a reason a binary hasn't been made yet, to skip having to build it?

                                            As @pjft is the develeoper for adding new flags to XMLs (as he did by adding favorite selections) it's up to him for a release.

                                            So things will surely be done, just let them grow. I highly appreciate such a possibility as the RetroAchievements makes the gaming experience really better ... :)

                                            @meleu
                                            I will point to your latest thread with my RA-automate-script

                                            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.