[Scummvm-git-logs] scummvm master -> bbf2214ddf4a2bbcdfeedcf2b31da3123173c578
sluicebox
noreply at scummvm.org
Sun Mar 26 23:05:46 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:
bbf2214ddf SCI: Add detection for KQ5 and LSL1 EGA Spanish
Commit: bbf2214ddf4a2bbcdfeedcf2b31da3123173c578
https://github.com/scummvm/scummvm/commit/bbf2214ddf4a2bbcdfeedcf2b31da3123173c578
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2023-03-26T16:03:30-07:00
Commit Message:
SCI: Add detection for KQ5 and LSL1 EGA Spanish
Thanks to @einstein95 for finding these
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 2aa53afb6c9..d0ffd9a1f65 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1971,6 +1971,23 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16 },
+ // King's Quest 5 DOS Spanish Floppy EGA
+ // Game version 0.000.133 from about box, 1.000 from VERSION file
+ // SCI interpreter version 1.000.575
+ {"kq5", "EGA", {
+ {"resource.map", 0, "0dedf9d810ef864cbcc2370edaf19448", 8040},
+ {"resource.000", 0, "9091979bbdbe9e40b4ff952677bf4d4b", 451270},
+ {"resource.001", 0, "dd692513f878279fbf07d715dd6ddad6", 571171},
+ {"resource.002", 0, "79347fba1de905023dc1549e9676e53b", 618015},
+ {"resource.003", 0, "027f96c38d52276906e67304d9aaf92e", 495375},
+ {"resource.004", 0, "23af8904376aa72ec45b9936be2d8280", 632343},
+ {"resource.005", 0, "4a713d8aa31b74529515ea1edd3466ad", 679888},
+ {"resource.006", 0, "2b54e0487820b79fcc62b72756344555", 677261},
+ {"resource.007", 0, "3cedf14dff9514409508f394ddbc35e8", 552191},
+ {"resource.008", 0, "bae4e3022fd09c5cd751e0945f083983", 609429},
+ AD_LISTEND},
+ Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
+
// King's Quest 5 DOS Spanish Floppy VGA (3.5" disks)
// Game version 0.000.162 from about box, 1.000 from VERSION file
// SCI interpreter version 1.000.784
@@ -2883,6 +2900,17 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
+ // Larry 1 EGA Remake - Spanish DOS
+ // Executable scanning reports "1.SQ4.056", VERSION file reports "1.000"
+ {"lsl1sci", "SCI/EGA", {
+ {"resource.map", 0, "c07cf88e6c69a432f1d11f660faa996a", 3333},
+ {"resource.000", 0, "5e501a9bf8c753bf4c96158042422f00", 502971},
+ {"resource.001", 0, "112648995dbc194037f1e4ed2e195910", 610960},
+ {"resource.002", 0, "3fe2a3aec0ed53c7d6db1845a67e3aa2", 518218},
+ {"resource.003", 0, "2b21fab32a5f49ff871b3ff696d51214", 578780},
+ AD_LISTEND},
+ Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
+
// Larry 1 VGA Remake - Russian DOS (also includes english language?!)
// Executable scanning reports "1.000.510", VERSION file reports "2.0"
// SCI interpreter version 1.000.510
More information about the Scummvm-git-logs
mailing list