From f9e436a1b7d10ba61096bffc44f2a4aa1f46c862 Mon Sep 17 00:00:00 2001 From: JenniBee Date: Thu, 20 Dec 2012 10:16:37 -0500 Subject: WINTERMUTE: added md5 checksums for version 1.1 of Reversion: The Escape --- engines/wintermute/detection_tables.h | 87 +++++++++++++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 4 deletions(-) diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 0c843108ac..1f3ffd5fc9 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -35,7 +35,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"julia", "J.U.L.I.A."}, {"mirage", "Mirage"}, {"pigeons", "Pigeons in the Park"}, - {"reversion", "Reversion"}, + {"reversion1", "Reversion: The Escape"}, {"rosemary", "Rosemary"}, {"thebox", "The Box"}, {"twc", "the white chamber"}, @@ -229,16 +229,94 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, - // Reversion + // Reversion: The Escape Version 1.0 { - "reversion", - "", + "reversion1", + "Version 1.0", AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO0() }, + // Reversion: The Escape Version 1.1 (Chinese) + { + "reversion1", + "Version 1.1", + { + {"chinese.dcp", 0, "cf97150739499a4c15f51dc534ff85a1", 6330561}, + AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + }, + Common::ZH_CNA, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Reversion: The Escape Version 1.1 (English) + { + "reversion1", + "Version 1.1", + { + {"english.dcp", 0, "7b2f061d7c91365c5d04605f1de032b3", 5702699}, + AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + }, + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Reversion: The Escape Version 1.1 (French) + { + "reversion1", + "Version 1.1", + { + {"french.dcp", 0, "214204b6022c5ed67fada44557690faf", 6327400}, + AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + }, + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Reversion: The Escape Version 1.1 (German) + { + "reversion1", + "Version 1.1", + { + {"german.dcp", 0, "96677823b36d580a4a29e3659071071c", 6340699}, + AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + }, + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Reversion: The Escape Version 1.1 (Italian) + { + "reversion1", + "Version 1.1", + { + {"italian.dcp", 0, "9ce80c1835108f10170a02969f71efe1", 6301836}, + AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + }, + Common::IT_ITA, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Reversion: The Escape Version 1.1 (Portuguese) + { + "reversion1", + "Version 1.1", + { + {"portugues.dcp", 0, "8772501afa2c630a7c697eb99e9c7bda", 5053303}, + AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + }, + Common::PT_BRA, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Rosemary { "rosemary", @@ -273,3 +351,4 @@ static const ADGameDescription gameDescriptions[] = { }; } // End of namespace Wintermute + -- cgit v1.2.3