[Scummvm-git-logs] scummvm master -> 9d3311edd5c15322d799c57d4610cb740f05085e
sluicebox
noreply at scummvm.org
Thu Feb 26 08:39:47 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
9d3311edd5 SCI: Add PQ3 EGA 1.2M disks to detection table
Commit: 9d3311edd5c15322d799c57d4610cb740f05085e
https://github.com/scummvm/scummvm/commit/9d3311edd5c15322d799c57d4610cb740f05085e
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2026-02-26T01:39:09-07:00
Commit Message:
SCI: Add PQ3 EGA 1.2M disks to detection table
Tract #16573
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 86b4e1b7207..e2aa5724645 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4694,8 +4694,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
- // Police Quest 3 EGA
- // Reported by musiclyinspired in bug report #5251
+ // Police Quest 3 EGA - (720k disks)
{"pq3", "EGA", {
{"resource.map", 0, "1341f7c9643947414a8e238b88f68d82", 5901},
{"resource.000", 0, "7659713720d61d9465a59091b7ee63ea", 402208},
@@ -4707,6 +4706,16 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
+ // Police Quest 3 EGA - (1.2M disks)
+ {"pq3", "EGA", {
+ {"resource.map", 0, "aa938c5c3ffd4927bba4edfb9db640df", 5535},
+ {"resource.000", 0, "7659713720d61d9465a59091b7ee63ea", 504069},
+ {"resource.001", 0, "0284ca44341fbc3cb7a047e49d230234", 869158},
+ {"resource.002", 0, "31c226bf01b69c8182b8ca0e8760b0a7", 983665},
+ {"resource.003", 0, "9e6c53a0e7eef53694d260fade8b1fc7", 930048},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
+
// Police Quest 4 - English DOS Non-Interactive Demo (from FRG)
// SCI interpreter version 1.001.096
// Note: we are not using ADGF_DEMO here, to avoid a game ID like pq4demo-demo
More information about the Scummvm-git-logs
mailing list