From 23c9bff22637c5bb1e3c3caf93adab7088a2e711 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Wed, 18 Jul 2012 17:57:05 +0200 Subject: WINTERMUTE: Add detection for Reversion, Dead City and East Side Story (demo) --- engines/wintermute/detection.cpp | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index 5a6b696d0d..ef28fedd2b 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -37,12 +37,15 @@ static const PlainGameDescriptor wintermuteGames[] = { {"5ma", "Five Magical Amulets"}, {"actualdest", "Actual Destination"}, {"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."}, {"mirage", "Mirage"}, {"pigeons", "Pigeons in the Park"}, + {"reversion", "Reversion"}, {"rosemary", "Rosemary"}, {"thebox", "The Box"}, {"twc", "the white chamber"}, @@ -87,6 +90,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + { + "deadcity", + "", + AD_ENTRY1s("data.dcp", "7ebfd50d1a22370ed7b079bcaa631d62", 9070205), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, { "dirtysplit", "", @@ -105,6 +117,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + { + "eastside", + "Demo", + AD_ENTRY1s("data.dcp", "b3f8b09bb4b05ee3e9d14697525257f9", 59296246), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_DEMO, + GUIO0() + }, { "ghostsheet", "Demo", @@ -161,6 +183,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + { + "reversion", + "", + AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, { "rosemary", "", -- cgit v1.2.3