[Scummvm-git-logs] scummvm master -> 3b3d55843fb1378902a64a6eaedbc32cab78f595
sluicebox
noreply at scummvm.org
Tue Aug 23 22:20:49 UTC 2022
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:
3b3d55843f SCI: Update KQ4 1.003.006 entry with original files
Commit: 3b3d55843fb1378902a64a6eaedbc32cab78f595
https://github.com/scummvm/scummvm/commit/3b3d55843fb1378902a64a6eaedbc32cab78f595
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-08-23T15:20:08-07:00
Commit Message:
SCI: Update KQ4 1.003.006 entry with original files
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index bc4a314bb8d..de829468f48 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1655,9 +1655,13 @@ static const struct ADGameDescription SciGameDescriptions[] = {
// SCI interpreter version 0.000.409
// Game version 1.003.006
// Released: January 24, 1989 (Information from QAFILE file)
+ // Resource files are identical to Atari ST 1.003.006
{"kq4sci", "SCI", {
- {"resource.map", 0, "7c86c3c2bb93d581c2f587bfcbcc1617", 5766},
- {"resource.001", 0, "a3cdb4848fb859fdd302976fff56490f", 1920200},
+ {"resource.map", 0, "8800cd62b1eee93752099986dc704a16", 7416},
+ {"resource.001", 0, "a3cdb4848fb859fdd302976fff56490f", 450790},
+ {"resource.002", 0, "a3cdb4848fb859fdd302976fff56490f", 535276},
+ {"resource.003", 0, "a3cdb4848fb859fdd302976fff56490f", 705074},
+ {"resource.004", 0, "a3cdb4848fb859fdd302976fff56490f", 478366},
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16_UNDITHER },
@@ -1706,6 +1710,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
// Game version 1.003.006 (January 12, 1989)
// SCI interpreter version 1.001.008
// Provided by fischersfritz in bug report #5518
+ // Resource files are identical to DOS 1.003.006
{"kq4sci", "SCI", {
{"resource.map", 0, "8800cd62b1eee93752099986dc704a16", 7416},
{"resource.001", 0, "a3cdb4848fb859fdd302976fff56490f", 450790},
More information about the Scummvm-git-logs
mailing list