libretro / libretro-database

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

SLUS-01417 Harry Potter and the Philosophers Stone is not in Database? #918

Open the16bitgamer opened 5 years ago

the16bitgamer commented 5 years ago

I submitted a support request in Retroarch about this problem but was told to make a issue request over here.

SLUS-01415 - Harry Potter and the Sorcerer's Stone (US)

SLUS-01417 - Harry Potter and the Philosophers Stone (CAD)

RobLoach commented 5 years ago

I don't see the CAD version in Redump: http://redump.org/discs/letter/h/

Could you dump it there? Then we'd inherit it in the db here.

Otherwise, we could add it manually. Just not optimal.

the16bitgamer commented 5 years ago

I can see what I can do about generating a dump.

RobLoach commented 5 years ago

http://wiki.redump.org/index.php?title=PlayStation_Portable_Dumping_Guide

the16bitgamer commented 5 years ago

Oh I have a bin/cue of the game, and it's for the PlayStation, not PlayStation Portable. I've requested an account so I can send my backup.

RobLoach commented 5 years ago

Oops! Liniked the wrong URL :smile:

http://wiki.redump.org/index.php?title=Dumping_Guides

Don't think you can get all the dump info they need if it's just a .bin/.cue file. May be best to inject it into our dat manually.

Mind adding it to the hacks one here? https://github.com/libretro/libretro-database/blob/master/metadat/hacks/Sony%20-%20PlayStation.dat

It'll need serial in the rom() part.... Like this...

game (
    name "'98 Koshien (Japan)"
    serial "SLPS-01204"
    description "Baseball is one of the most popular sports in Japan. It was introduced to Japan in 1872 by Horace Wilson, who taught at the Kaisei School in Tokyo. The first baseball team was called the Shimbashi Athletic Club and was established in 1878. Baseball has been a popular sport ever since. It is called yakyu in Japanese, combining the characters for fielding and ball."
    developer "Magical Company"
    publisher "Magical Company"
    releaseyear "1998"
    releasemonth "6"
    releaseday "18"
    users "2"
    genre "Strategy"
    rom (
        serial "SLPS-01204"
        name "'98 Koshien (Japan).cue"
    )
)
the16bitgamer commented 5 years ago

I do have the physical disc, so I can do a proper dump of the game (didn't realize how much went into this).

I will let you know here if I was successful or not.

If I am not successful I can add it as a hack. I would prefer to do it properly though since the game isn't a hack 😃

the16bitgamer commented 5 years ago

Following Up, I have submitted the dump information to the Redump Forum, don't know if there is anything else I need to do after this.

http://forum.redump.org/post/73102/#p73102

RobLoach commented 5 years ago

Nice work! They usually get back to you within a few days. I know the process is a long one, having dumped a few myself :wink:

RobLoach commented 4 years ago

dat/Sony - PlayStation.dat uses GameTDB... Looks like SLUS-01415 is there, but not SLUS-01417.

lasers commented 3 years ago
$ git grep -I -E 'SLUS-0141[5,7]'

dat/ps1.idlst:SLUS-01415 "Harry Potter and The Sorcerer's Stone"
dat/ps1.idlst:SLUS-01417 "Harry Potter and The Sorcerer's Stone"
metadat/developer/Sony - PlayStation.dat:   serial "SLUS-01415"
metadat/developer/Sony - PlayStation.dat:       serial "SLUS-01415"
metadat/redump/Sony - PlayStation.dat:  serial "SLUS-01417"
metadat/redump/Sony - PlayStation.dat:  rom ( name "Harry Potter and the Philosopher's Stone (Canada) (En,Fr,De).bin" size 615628944 crc fefc3d28 md5 acec19cfb01254ff5c9168ec52dc23b8 sha1 7cedb1a322f4149eb6c383d5a30fde84912cd044 serial "SLUS-01417" )
metadat/redump/Sony - PlayStation.dat:  serial "SLUS-01415"
metadat/redump/Sony - PlayStation.dat:  rom ( name "Harry Potter and the Sorcerer's Stone (USA) (En,Fr,Es).bin" size 602455392 crc 4b747faa md5 93013f503df634f8a0bc7714e9e17a1f sha1 e833ddac575f2c500c8e3a6774f13706a5c76c4e serial "SLUS-01415" )
metadat/redump/Sony - PlayStation.dat:  serial "SLUS-01415GH"
metadat/redump/Sony - PlayStation.dat:  rom ( name "Harry Potter and the Sorcerer's Stone (USA) (En,Fr,Es).bin" size 602455392 crc 4b747faa md5 93013f503df634f8a0bc7714e9e17a1f sha1 e833ddac575f2c500c8e3a6774f13706a5c76c4e serial "SLUS-01415GH" )