diff options
author | Einar Johan Trøan Sømåen | 2013-03-24 17:40:07 +0100 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2013-03-24 17:41:10 +0100 |
commit | 7d0d498a5661c063f4984fe13fc6dea779b3e156 (patch) | |
tree | ce93a31a339e8165e4d1c5e4d9b7a4ca2f09ab8e | |
parent | dedde93d1e2b2595e874ae5055a9426579476f13 (diff) | |
download | scummvm-rg350-7d0d498a5661c063f4984fe13fc6dea779b3e156.tar.gz scummvm-rg350-7d0d498a5661c063f4984fe13fc6dea779b3e156.tar.bz2 scummvm-rg350-7d0d498a5661c063f4984fe13fc6dea779b3e156.zip |
WINTERMUTE: Add detection entries for Carol Reed 4-9 (renaming East Side Story to Carol Reed 4)
-rw-r--r-- | engines/wintermute/detection_tables.h | 90 |
1 files changed, 78 insertions, 12 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 6b6dec635d..e77a376501 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -28,10 +28,15 @@ static const PlainGameDescriptor wintermuteGames[] = { {"5ld", "Five Lethal Demons"}, {"5ma", "Five Magical Amulets"}, {"actualdest", "Actual Destination"}, + {"carolreed4", "Carol Reed 4 - East Side Story"}, + {"carolreed5", "Carol Reed 5 - The Colour of Murder"}, + {"carolreed6", "Carol Reed 6 - Black Circle"}, + {"carolreed7", "Carol Reed 7 - Blue Madonna"}, + {"carolreed8", "Carol Reed 8 - Amber's Blood"}, + {"carolreed9", "Carol Reed 9 - Cold Case Summer"}, {"chivalry", "Chivalry is Not Dead"}, {"deadcity", "Dead City"}, {"dirtysplit", "Dirty Split"}, - {"eastside", "East Side Story"}, {"ghostsheet", "Ghost in the Sheet"}, {"hamlet", "Hamlet or the last game without MMORPS features, shaders and product placement"}, {"julia", "J.U.L.I.A."}, @@ -76,6 +81,78 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Carol Reed 4 - East Side Story (Demo) + { + "carolreed4", + "Demo", + AD_ENTRY1s("data.dcp", "b3f8b09bb4b05ee3e9d14697525257f9", 59296246), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_DEMO, + GUIO0() + }, + // Carol Reed 4 - East Side Story + { + "carolreed4", + "", + AD_ENTRY1s("data.dcp", "b26377797f060afc2d440d820100c1ce", 529320536), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_DEMO, + GUIO0() + }, + // Carol Reed 5 - The Colour of Murder + { + "carolreed5", + "", + AD_ENTRY1s("data.dcp", "3fcfca44209545d0e26774156427b494", 603660415), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Carol Reed 6 - Black Circle + { + "carolreed6", + "", + AD_ENTRY1s("data.dcp", "0e4c532beecf23d85012168753f41189", 456258147), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Carol Reed 7 - Blue Madonna + { + "carolreed7", + "", + AD_ENTRY1s("data.dcp", "24e3db3e2fabfc956713796d87a3efb0", 495471147), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Carol Reed 8 - Amber's Blood + { + "carolreed8", + "", + AD_ENTRY1s("data.dcp", "859d16b0d5b9b255e470cbded2c6cedc", 502714557), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Carol Reed 9 - Cold Case Summer + { + "carolreed9", + "", + AD_ENTRY1s("data.dcp", "2b343b48a7aee508d728a546b414a255", 620005266), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Chivalry is Not Dead { "chivalry", @@ -158,17 +235,6 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, - // East Side Story (Demo) - { - "eastside", - "Demo", - AD_ENTRY1s("data.dcp", "b3f8b09bb4b05ee3e9d14697525257f9", 59296246), - Common::EN_ANY, - Common::kPlatformWindows, - ADGF_UNSTABLE | - ADGF_DEMO, - GUIO0() - }, // Ghosts in the Sheet { "ghostsheet", |