[Scummvm-cvs-logs] scummvm master -> d58c5133f45879e617ae3017e7720b657c5a2eb6

digitall digitall at scummvm.org
Tue Mar 13 14:22:26 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d58c5133f4 SCI: Add detection entry for KQ6 French DOS Floppy.


Commit: d58c5133f45879e617ae3017e7720b657c5a2eb6
    https://github.com/scummvm/scummvm/commit/d58c5133f45879e617ae3017e7720b657c5a2eb6
Author: D G Turner (digitall at scummvm.org)
Date: 2012-03-13T06:20:44-07:00

Commit Message:
SCI: Add detection entry for KQ6 French DOS Floppy.

See bug #3503425.

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 63eda1c..2047f58 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1421,6 +1421,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 	 	Common::EN_ANY, Common::kPlatformPC, 0, GUIO1(GUIO_NOSPEECH)	},
 
+	// King's Quest 6 - French DOS Floppy (supplied by misterhands in bug #3503425)
+	// SCI interpreter version ???
+	{"kq6", "", {
+		{"resource.map", 0, "a362063318eebe7d6423b1d9dc6213e1", 8703},
+		{"resource.000", 0, "f2b7f753992c56a0c7a08d6a5077c895", 7863324},
+		{"resource.msg", 0, "adc2aa8adbdcc97507d44a6f492fbd77", 265194},
+		AD_LISTEND},
+	 	Common::FR_FRA, Common::kPlatformPC, 0, GUIO1(GUIO_NOSPEECH)	},
+
 	// King's Quest 6 - German DOS Floppy (supplied by markcoolio in bug report #2727156)
 	// SCI interpreter version 1.001.054
 	{"kq6", "", {






More information about the Scummvm-git-logs mailing list