aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection_tables.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-05-10 18:29:13 +0000
committerMatthew Hoops2010-05-10 18:29:13 +0000
commit7344ac20d7461245103279a8b48f853371018a79 (patch)
treee102b3a50960e5c4845f8ef2e3a1e30868e93897 /engines/sci/detection_tables.h
parentb9813063ad3cfca5f7ff7a731eccca0bb32159e0 (diff)
downloadscummvm-rg350-7344ac20d7461245103279a8b48f853371018a79.tar.gz
scummvm-rg350-7344ac20d7461245103279a8b48f853371018a79.tar.bz2
scummvm-rg350-7344ac20d7461245103279a8b48f853371018a79.zip
Add support for loading SCI games from Mac resource forks. The games themselves do not work yet as some (not all) of the data is in BE order instead of LE. They currently error out because it thinks the relocation block is outside of the script.
svn-id: r48998
Diffstat (limited to 'engines/sci/detection_tables.h')
-rw-r--r--engines/sci/detection_tables.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 4a67960875..dba4d879aa 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1088,6 +1088,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
{NULL, 0, NULL, 0}},
Common::ES_ESP, Common::kPlatformPC, 0, GUIO_NONE },
+ // King's Quest 6 - English Macintosh Floppy
+ // VERSION file reports "1.0"
+ {"kq6", "", {
+ {"Data1", 0, "f3c38a33c94293b8ff0337c1090a4973", 3916479},
+ {"Data2", 0, "b255edf327d7b366dce816b7debf3b94", 15046256},
+ {NULL, 0, NULL, 0}},
+ Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_NOSPEECH },
+
#ifdef ENABLE_SCI32
@@ -2243,6 +2251,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH
},
+ // Quest for Glory 1 VGA Remake - English Macintosh Floppy
+ // VERSION file reports "2.0"
+ {"qfg1", "VGA Remake", {
+ {"Data1", 0, "14f26bc75f24bb1ecc94532df17b5371", 1768155},
+ {"Data2", 0, "a7aee8bd46fc9cef7fd3bea93ef173e0", 6586422},
+ {NULL, 0, NULL, 0}},
+ Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_NOSPEECH
+ },
+
// Quest for Glory 2 - English Amiga
// Executable scanning reports "1.003.004"
// SCI interpreter version 0.001.010