[Scummvm-git-logs] scummvm master -> 03ed413590f4f89a0474b817b3995e90a5a07440

sluicebox noreply at scummvm.org
Sat Apr 8 20:58:36 UTC 2023


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:
03ed413590 SCI: Add detection for KQ4 1.003.006 360k disks


Commit: 03ed413590f4f89a0474b817b3995e90a5a07440
    https://github.com/scummvm/scummvm/commit/03ed413590f4f89a0474b817b3995e90a5a07440
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2023-04-08T13:57:58-07:00

Commit Message:
SCI: Add detection for KQ4 1.003.006 360k disks

Thanks to @digitoxin1

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index d0ffd9a1f65..9ae231d2bae 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1667,6 +1667,23 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND },
 		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16_UNDITHER },
 
+	// King's Quest 4 - English DOS (5 1/4" disks)
+	// Game version 1.003.006
+	// SCI interpreter version 0.000.409
+	// Released: January 24, 1989 (Information from QAFILE file)
+	{"kq4sci", "SCI", {
+		{"resource.map", 0, "5051546e5f87aa6103289c8001a94234", 9240},
+		{"resource.001", 0, "91a2aebafb234c486744bd69b145ac43", 184255},
+		{"resource.002", 0, "91a2aebafb234c486744bd69b145ac43", 338296},
+		{"resource.003", 0, "91a2aebafb234c486744bd69b145ac43", 334522},
+		{"resource.004", 0, "91a2aebafb234c486744bd69b145ac43", 310026},
+		{"resource.005", 0, "91a2aebafb234c486744bd69b145ac43", 282391},
+		{"resource.006", 0, "91a2aebafb234c486744bd69b145ac43", 323541},
+		{"resource.007", 0, "91a2aebafb234c486744bd69b145ac43", 333089},
+		{"resource.008", 0, "91a2aebafb234c486744bd69b145ac43", 272995},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16_UNDITHER	},
+
 	// King's Quest 4 - English DOS (3 1/2" disks)
 	// Game version 1.003.006
 	// SCI interpreter version 0.000.409




More information about the Scummvm-git-logs mailing list