mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 04:43:26 +00:00
WINTERMUTE: Add detection of Dr. Doyle & The Mystery Of The Cloche Hat
"Dr. Doyle & The Mystery Of The Cloche Hat" is a 2D point and click adventure game by PnC Narratives. Interesting detail about this game is that not actual items, but ideas and clues are stored in inventory. Combining them and using on people and objects leads to interrogations, more clues, etc. Buy game URL: https://store.steampowered.com/app/574420 Depot details: https://steamdb.info/depot/574421
This commit is contained in:
parent
b58da7d847
commit
781f72f43c
@ -60,6 +60,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
|
||||
{"devilincapital", "Devil In The Capital"},
|
||||
{"dfafadventure", "DFAF Adventure"},
|
||||
{"drbohus", "Dr. Bohus"},
|
||||
{"drdoylemotch", "Dr. Doyle - Mystery Of The Cloche Hat"},
|
||||
{"dreamcat", "Dreamcat"},
|
||||
{"dreaming", "Des Reves Elastiques Avec Mille Insectes Nommes Georges"},
|
||||
{"driller", "The Driller Incident"},
|
||||
@ -672,6 +673,10 @@ static const WMEGameDescription gameDescriptions[] = {
|
||||
WME_WINENTRY("drbohus", "",
|
||||
WME_ENTRY1s("data.dcp","a79e640ea15f7ca36addc08ab7b1db49", 59344013), Common::CZ_CZE, ADGF_UNSTABLE, WME_1_2_43),
|
||||
|
||||
// Dr. Doyle - Mystery Of The Cloche Hat
|
||||
WME_WINENTRY("drdoylemotch", "",
|
||||
WME_ENTRY1s("data.dcp","9276850f89f71c5e9ab173ce6788daa8", 45779909), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
|
||||
|
||||
// Dreamcat
|
||||
WME_WINENTRY("dreamcat", "",
|
||||
WME_ENTRY1s("data.dcp","189bd4eef29034f4ff4ed30120eaac4e", 7758040), Common::EN_ANY, ADGF_UNSTABLE | GF_LOWSPEC_ASSETS, WME_1_9_1),
|
||||
|
Loading…
x
Reference in New Issue
Block a user