[Scummvm-git-logs] scummvm master -> bea7bf431cdbd04cb0c2bacef93c28eb504cf549
bluegr
noreply at scummvm.org
Wed Jun 24 10:59:07 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:
bea7bf431c SCI: Add detection for the Hebrew fanmade translation of KQ1-SCI>
Commit: bea7bf431cdbd04cb0c2bacef93c28eb504cf549
https://github.com/scummvm/scummvm/commit/bea7bf431cdbd04cb0c2bacef93c28eb504cf549
Author: SegMash (mashras77 at gmail.com)
Date: 2026-06-24T13:59:02+03:00
Commit Message:
SCI: Add detection for the Hebrew fanmade translation of KQ1-SCI>
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index a4f673f9cb1..8dca5ab9b22 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1683,6 +1683,18 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::KO_KOR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
+
+ // King's Quest 1 SCI Remake - Fanmade Hebrew translation (from the King's Quest Collection)
+ // Executable scanning reports "S.old.010", VERSION file reports "1.000.051"
+ // SCI interpreter version 0.000.999
+ {"kq1sci", "SCI", {
+ {"resource.map", 0, "7fe9399a0bec84ca5727309778d27f07", 5790},
+ {"resource.001", 0, "fed9e0072ffd511d248674e60dee2099", 555439},
+ {"resource.002", 0, "fed9e0072ffd511d248674e60dee2099", 714062},
+ {"resource.003", 0, "fed9e0072ffd511d248674e60dee2099", 717478},
+ {"font.000", 0, "97c705f14ce1dd1a940d10eef0e6d252", 2835}, AD_LISTEND},
+ Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER},
+
// King's Quest 1 SCI Remake - English DOS (supplied by ssburnout in bug report #5270)
// 1.000.051 9x5.25" (label: INT#9.19.90)
{"kq1sci", "SCI", {
More information about the Scummvm-git-logs
mailing list