Git Product home page Git Product logo

Comments (3)

Deide avatar Deide commented on May 23, 2024 1

With regards to the rom checksums, I think you can see how rcheevos does it in rhash/hash.c; the rc_hash_nintendo_ds being an example for NDS.

EDIT: More information here: https://docs.retroachievements.org/Game-Identification/

from playnite-successstory-plugin.

Lacro59 avatar Lacro59 commented on May 23, 2024

In Discord from @Deide#6005

@Lacro59 I think a it might be nicer to work with md5 hashes with retroachievements in Success Story, since that is what it goes by in the service.
What you could do is generate the hashes for all games under the supported platforms, then use something like http://retroachievements.org/dorequest.php?r=hashlibrary&c=18 (where c=18 is console ID 18 - Nintendo DS) and get all supported hashes and their associated RA game ids.

@Lacro59 It's what they themselves use https://github.com/RetroAchievements/RASuite/blob/3c68b8ae891aec4341dcf5a033355e00125ca546/RA_Integration/RA_httpthread.cpp#L70
There is a problem, however. You'd have to use a proper rom checksum algorithm rather than getting a hash of the file, since that's what the emulators (and RA itself) use. I think it's mostly a case of hashing a rom while taking into account the relevant zero-padding for headers and stuff.

from playnite-successstory-plugin.

Lacro59 avatar Lacro59 commented on May 23, 2024

From EustaceCS on forum (https://playnite.link/forum/thread-275-post-2695.html#pid2695)

How, by any chance, can I make the plugin fetch different achievement lists for
Battletoads (GameBoy) https://retroachievements.org/game/2211
Battletoads (NES) https://retroachievements.org/game/1509
?
That's two completely different games.
PlayNite recognizes them as separate entries with different release dates, covers, etc. SuccessStory does not (achievements from the latter are being displayed for both).

Also, are Arcade games supported?
Metal Slug series does have achievements at RetroAchievements (MS5, as example: https://retroachievements.org/game/12027 ) but SuccessStory doesn't show any.

from playnite-successstory-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.