[Scummvm-git-logs] scummvm master -> f4561ee66e77682f7dd7d0ed9a1685f04eba3af8

sluicebox noreply at scummvm.org
Sun Sep 22 23:00:57 UTC 2024


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:
f4561ee66e SCI: Add KQ5 German EGA detection entry


Commit: f4561ee66e77682f7dd7d0ed9a1685f04eba3af8
    https://github.com/scummvm/scummvm/commit/f4561ee66e77682f7dd7d0ed9a1685f04eba3af8
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2024-09-22T15:59:33-07:00

Commit Message:
SCI: Add KQ5 German EGA detection entry

Thanks to @indy4fan for reporting this and figuring out version numbers

Trac #15377

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index f3525b46565..7058bf65979 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2094,7 +2094,24 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16	},
 
-	// King's Quest 5 - German DOS Floppy (supplied by markcoolio in bug report #4290, also includes english language)
+	// King's Quest 5 - German DOS Floppy EGA (5.25" disks)
+	// Game version 0.000.121 from about box, 1.000 from VERSION file
+	// SCI interpreter version 1.000.575
+	{"kq5", "EGA", {
+		{"resource.map", 0, "4ca7ba8ec59f6190a841e1d4efa46ad5", 8040},
+		{"resource.000", 0, "1a82e9253c727fef5c8ed655d1a42486", 451799},
+		{"resource.001", 0, "326c1b81779fddd84a990e74f8fb4e27", 571810},
+		{"resource.002", 0, "98961f673ef9476c6e4166aa9319b2c7", 619028},
+		{"resource.003", 0, "564a92dbe7cb76ee9861e763136ae16f", 495857},
+		{"resource.004", 0, "c734b48f9cf3d18370cf09778904ed10", 632541},
+		{"resource.005", 0, "646f6f84c0ed677e0c77fd145f04ce3e", 679955},
+		{"resource.006", 0, "16974fb4b68f8f2bf1dba483e7611590", 677478},
+		{"resource.007", 0, "7cc8e8d946833f57428928fbc6c57dd6", 552483},
+		{"resource.008", 0, "c9fd8d08ecc9d1e94d792416d48e71ac", 609913},
+		AD_LISTEND},
+		Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16	},
+
+	// King's Quest 5 - German DOS Floppy VGA (supplied by markcoolio in bug report #4290, also includes english language)
 	// SCI interpreter version 1.000.060
 	{"kq5", "", {
 		{"resource.map", 0, "bff44f0c326a71b1757c793a02b502d6", 8283},
@@ -2109,7 +2126,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16	},
 
-	// King's Quest 5 - German DOS Floppy, 9 x 5.25" disks, v0.000.149
+	// King's Quest 5 - German DOS Floppy VGA, 9 x 5.25" disks, v0.000.149
 	// VERSION file reports "1.000", SCI interpreter version 1.000.784
 	{"kq5", "", {
 		{"resource.map", 0, "dacbaf066987387b4ec2e8985dad70d5", 8169},




More information about the Scummvm-git-logs mailing list