[Scummvm-git-logs] scummvm master -> 781f72f43ce027fcb2cc4c93c142d6986140b1c7
bluegr
bluegr at gmail.com
Mon Jan 27 06:11:48 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
781f72f43c WINTERMUTE: Add detection of Dr. Doyle & The Mystery Of The Cloche Hat
Commit: 781f72f43ce027fcb2cc4c93c142d6986140b1c7
https://github.com/scummvm/scummvm/commit/781f72f43ce027fcb2cc4c93c142d6986140b1c7
Author: lolbot-iichan (lolbot_iichan at mail.ru)
Date: 2020-01-27T08:11:44+02:00
Commit Message:
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
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index b854677..e9c7fea 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -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),
More information about the Scummvm-git-logs
mailing list