libretro / libretro-database

Repository containing cheatcode files, content data files, etc.
Creative Commons Attribution Share Alike 4.0 International
885 stars 788 forks source link

Missing games from ScummVM #1315

Open stuffu opened 2 years ago

stuffu commented 2 years ago

Created .scummvm files with short names and most games were added successfully in playlist for ScummVM.

Though, some are missing and I didn't have any success adding them manually either:

3 skulls of the toltecs Barton Attack Broken Sword: The Shadow of the Templars Cruise for a corpse Eco Quest 1 Flight of the Amazon queen I have no mouth and I must scream Indiana jones and the last crusade Lands of lore Leisure suit Larry 7 Nippon Safes inc Police quest IV Space Quest II The Bizarre Adventures of Woodruff and the Schnibble The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel

Are they missing in db, is there a workaround?

All games are added and working in ScummVM when launched from core and db etc are all updated in RA.

mediaexplorer74 commented 2 years ago

Created .scummvm files with short names and most games were added successfully in playlist for ScummVM.

Though, some are missing and I didn't have any success adding them manually either:

3 skulls of the toltecs Barton Attack Broken Sword: The Shadow of the Templars Cruise for a corpse Eco Quest 1 Flight of the Amazon queen I have no mouth and I must scream Indiana jones and the last crusade Lands of lore Leisure suit Larry 7 Nippon Safes inc Police quest IV Space Quest II The Bizarre Adventures of Woodruff and the Schnibble The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel

Are they missing in db, is there a workaround?

All games are added and working in ScummVM when launched from core and db etc are all updated in RA.

Wow... Leisure suit Larry 7.... old sweet game )) I remember its scenario ) The developers are genios ))

stuffu commented 2 years ago

Wow... Leisure suit Larry 7.... old sweet game )) I remember its scenario ) The developers are genios ))

There are so many fantastic treasures in scummvm, lsl being one :) but I like the earlier lsl games most.

stuffu commented 2 years ago

Oops, posting on a phone has its disadvantages… still unsolved

RobLoach commented 2 years ago

Feel free to add some individual entries over at https://github.com/RobLoach/libretro-database-scummvm/blob/master/manual-games.json and I'd be happy to merge them up and rebuild.

stuffu commented 2 years ago

Thanks!

I am a GitHub noob... I guess I shouldn't be able to edit the file, but where do I add the missing entries? I have created them offline as it is now.

RobLoach commented 2 years ago

At the top of the JSON file is fine. Just follow the same format

stuffu commented 2 years ago

That's what I tried, no write access. Only option I understand is to create a fork

stuffu commented 2 years ago

new entries scummvm.txt

If someone got the time to add it, here's the missing content.

stuffu commented 2 years ago

Thank you so much for helping out!

Do you have a clue when I should be able to see the additions after a db update?

RobLoach commented 2 years ago

Once the RDB file is updated, it takes a bit for the Online Updater to get it. You could try now though.

stuffu commented 2 years ago

Amazing! It worked! :) There are four of the games that still is missing though. I double checked md5, , sha, arc and size for 3 Skulls of the toltecs and all matches.

Any clues what might be wrong?

These are the ones that I still can't add:

},
"toltecs": {
    "name": "toltecs",
    "description": "3 Skulls of the Toltecs (DOS/English)",
    "year": "1996",
    "manufacturer": "Revistronic",
    "rom": {
        "name": "SAMPLE.AD",
        "size": "3242",
        "crc": "11cde28d",
        "md5": "904b04063ff4e04c8fc33576e41c68a9",
        "sha1": "a99a70134fde20ef0c5dbf170a037f37a32cb425"
    }
},
"sword1": {
    "name": "sword1",
    "description": "Broken Sword: Shadow of the Templars",
    "year": "1996",
    "manufacturer": "Revolution Software",
    "rom": {
        "name": "SWORDRES.RIF",
        "size": "59788",
        "crc": "c1b07ca2",
        "md5": "003f4dc09692592d3a8347bc84ded39f",
        "sha1": "baddca4dc1d6e7cfba6dde2ab22a99a2e439ebb3"
    }
},
"scalpel": {
    "name": "scalpel",
    "description": "The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel (DOS/English)",
    "year": "1992",
    "manufacturer": "Mythos Software",
    "rom": {
        "name": "chess.pth",
        "size": "6593",
        "crc": "170c1c6d",
        "md5": "a30e550ecb26f2e89bc85d9d82a739d6",
        "sha1": "2ad940c0fe8dca2b5fa205823f33bffdb69b601f"
    }
stuffu commented 2 years ago

Still struggling with adding three specific games. Is it possible to skip size, checksums etc and just submit the game info + filename?