From feef5d0e2236c912ce55b65ba8c8d61f1f9a198a Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 31 Mar 2009 21:27:54 +0000 Subject: Added the German version of QFG3. Also, enabled Phantasmagoria 1 and 2, as apparently there was only one version of each one svn-id: r39780 --- engines/sci/detection.cpp | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'engines/sci') diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index fd57dd9f53..85962104e8 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -1633,7 +1633,6 @@ static const struct SciGameDescription SciGameDescriptions[] = { #ifdef ENABLE_SCI32 -#if 0 // Phantasmagoria - English DOS {{"phantasmagoria", "", { {"resmap.001", 0, "416138651ea828219ca454cae18341a3", 11518}, @@ -1653,11 +1652,9 @@ static const struct SciGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, {}, SCI_VERSION_AUTODETECT, - SCI_VERSION(0, 000, 000) // FIXME: add version here + SCI_VERSION(2, 100, 2) }, -#endif -#if 0 // Phantasmagoria 2 - English Windows {{"phantasmagoria2", "", { {"resmap.001", 0, "0a961e135f4f7effb195158325856633", 1108}, @@ -1673,9 +1670,8 @@ static const struct SciGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformWindows, 0}, {}, SCI_VERSION_AUTODETECT, - SCI_VERSION(0, 000, 000) // FIXME: add version here + SCI_VERSION(3, 000, 000) }, -#endif #endif // #ifdef ENABLE_SCI32 @@ -1982,6 +1978,16 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(1, 1, 50) }, + // Quest for Glory 3 - German DOS (supplied by markcoolio in bug report #2723846) + {{"qfg3", "", { + {"resource.map", 0, "19e2bf9b693932b5e2bb59b9f9ab86c9", 5958}, + {"resource.000", 0, "6178ad2e83e58e4671ca03315f7a6498", 5868042}, + {NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(1, 1, 83) // got L.rry.083 by executable scan + }, + #if 0 // Quest for Glory 3 - Spanish DOS {{"qfg3", "", { -- cgit v1.2.3