RobLoach / libretro-database-scummvm

ScummVM.dat file to run ScummVM games in RetroArch
http://github.com/libretro/scummvm
14 stars 9 forks source link

Create Discworld.scummvm #12

Closed 6lackmag3 closed 2 years ago

RobLoach commented 4 years ago

Thanks for submitting this. Been thinking of having ScummVM scan the individual files so that we don't need the .scummvm files anymore...

The Pull Request is at https://github.com/RobLoach/libretro-database-scummvm/pull/11

The resulting DAT is at https://github.com/libretro/libretro-database/blob/860febfb9533aec0400a598bd5d412e94f368fe5/dat/ScummVM.dat?raw=true

I can see a few Discworld entries appear...

game (
    name "Discworld (CD/DOS)[v2][!]"
    description "Discworld (CD/DOS)[v2][!]"
    code "dw-cd"
    rom ( name "ACT1.SCN" size 134528 crc 38776cac md5 6568c47d70a7ab898ef101ce9b74109f sha1 13cb872da24a27a3b58cbae0b106c2d0eb18b95a )
)

game (
    name "Discworld (CD/DOS)[v1]"
    description "Discworld (CD/DOS)[v1]"
    code "dw-cd-1"
    rom ( name "ENGLISH.IDX" size 27400 crc d80f2f3b md5 d4b11031e59bc85b187ba5245d9eb943 sha1 ac46b13342de097b1e78be3f7beec6188860f79c )
)

This means you won't have to create a scummvm file, and just scan it, and the DB will add it for you. Tonight, I'll rebuild the DB and speak with Twinaphex to get it merged.

6lackmag3 commented 4 years ago

That would be great, thank you! Didn't know there are other short names for this game.

RobLoach commented 2 years ago

It's in!