diff options
author | Filippos Karapetis | 2009-03-31 21:39:59 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-03-31 21:39:59 +0000 |
commit | 4d64856687dbdb51f5f69be88ecc281548fd56a1 (patch) | |
tree | a1e4cc2e343b029bd32c721ca257a5046694f5c7 /engines/sci | |
parent | feef5d0e2236c912ce55b65ba8c8d61f1f9a198a (diff) | |
download | scummvm-rg350-4d64856687dbdb51f5f69be88ecc281548fd56a1.tar.gz scummvm-rg350-4d64856687dbdb51f5f69be88ecc281548fd56a1.tar.bz2 scummvm-rg350-4d64856687dbdb51f5f69be88ecc281548fd56a1.zip |
Added 2 versions of QFG4 and updated the information of the German version of SQ5
svn-id: r39781
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection.cpp | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 85962104e8..4368cad003 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -2013,6 +2013,26 @@ static const struct SciGameDescription SciGameDescriptions[] = { }, #endif + // Quest for Glory 4 1.1 Floppy - English DOS (supplied by markcool in bug report #2723852) + {{"qfg4", "", { + {"resource.map", 0, "685bdb1ed47bbbb0e5e25db392da83ce", 9301}, + {"resource.000", 0, "f64fd6aa3977939a86ff30783dd677e1", 11004993}, + {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(2, 000, 000) + }, + + // Quest for Glory 4 1.1 Floppy - German DOS (supplied by markcool in bug report #2723850) + {{"qfg4", "", { + {"resource.map", 0, "9e0abba8746f40565bc7eb5720522ecd", 9301}, + {"resource.000", 0, "57f22cdc54eeb35fce1f26b31b5c3ee1", 11076197}, + {NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(2, 000, 000) + }, + // Quest for Glory 4 - English DOS demo (from FRG) {{"qfg4", "Demo", { {"resource.map", 0, "1ba7c7ae1efb315326d45cb931569b1b", 922}, @@ -2439,17 +2459,15 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(1, 1, 67) }, -#if 0 - // Space Quest 5 - German DOS (from Tobis87) + // Space Quest 5 v1.04 - German DOS (from Tobis87, updated information by markcool from bug report #2723935) {{"sq5", "", { {"resource.map", 0, "66317c12ac6e818d1f7c17e83c1d9819", 6143}, {"resource.000", 0, "4147edc5045e6d62998018b5614c58ec", 5496486}, {NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0}, {}, SCI_VERSION_AUTODETECT, - SCI_VERSION(0, 000, 000) + SCI_VERSION(1, 1, 68) }, -#endif #if 0 // Space Quest 5 - Italian DOS Floppy (from glorifindel) |