[Scummvm-git-logs] scummvm master -> 7e4dc2c08a7b95dfed77fd8792ba2253c69a89a9
bluegr
noreply at scummvm.org
Thu Mar 19 17:17:04 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:
7e4dc2c08a SCI: Add detection for the Hebrew fanmade translation of KQ5
Commit: 7e4dc2c08a7b95dfed77fd8792ba2253c69a89a9
https://github.com/scummvm/scummvm/commit/7e4dc2c08a7b95dfed77fd8792ba2253c69a89a9
Author: SegMash (mashras77 at gmail.com)
Date: 2026-03-19T19:16:58+02:00
Commit Message:
SCI: Add detection for the Hebrew fanmade translation of KQ5
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index e2aa5724645..48dc09c3a88 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1980,6 +1980,16 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_KQ5_CD_WINDOWS },
+ // King's Quest 5 - Fanmade Hebrew translation Windows CD (based on the series GOG version)
+ // Executable scanning reports "x.yyy.zzz", VERSION file reports "1.000.052"
+ {"kq5", "CD", {
+ {"resource.map", 0, "f68ba690e5920725dcf9328001b90e33", 13122},
+ {"resource.000", 0, "449471bfd77be52f18a3773c7f7d843d", 571368},
+ {"resource.001", 0, "b45a581ff8751e052c7e364f58d3617f", 16800210},
+ {"0.fon", 0, "a2fc0fd2c4ddcf1f1dc5207126cd998b", 3419},
+ AD_LISTEND},
+ Common::HE_ISR, Common::kPlatformWindows, ADGF_CD, GUIO_KQ5_CD_WINDOWS},
+
// King's Quest 5 - English DOS Floppy
// SCI interpreter version 1.000.060
{"kq5", "", {
More information about the Scummvm-git-logs
mailing list