[Scummvm-git-logs] scummvm master -> 874ee608701d5cb5f06c7675505c9a461fd25a3a
bluegr
noreply at scummvm.org
Tue Feb 3 06:32:30 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:
874ee60870 SCI: Add detection for the Hebrew fan translation of KQ4
Commit: 874ee608701d5cb5f06c7675505c9a461fd25a3a
https://github.com/scummvm/scummvm/commit/874ee608701d5cb5f06c7675505c9a461fd25a3a
Author: SegMash (mashras77 at gmail.com)
Date: 2026-02-03T08:32:23+02:00
Commit Message:
SCI: Add detection for the Hebrew fan translation of KQ4
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index c4a98db0025..86b4e1b7207 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1884,6 +1884,19 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
+ // King's Quest 4 - Fanmade Hebrew translation, based on the series GOG version
+ // Game version 1.006.004
+ // SCI interpreter version 0.000.502
+ // Released: August 7, 1989 (Information from About screen in scripts)
+ {"kq4sci", "SCI", {
+ {"resource.map", 0, "3164a39790b599c954ecf716d0b32be8", 7476},
+ {"resource.001", 0, "77615c595388acf3d1df8e107bfb6b52", 452523},
+ {"resource.002", 0, "77615c595388acf3d1df8e107bfb6b52", 536573},
+ {"resource.003", 0, "77615c595388acf3d1df8e107bfb6b52", 707591},
+ {"font.000", 0, "5053e202adbd7a4fdebb30b2ea76ce27", 2835},
+ AD_LISTEND},
+ Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER},
+
#define GUIO_KQ5_CD_WINDOWS GUIO7(GUIO_MIDIGM, \
GAMEOPTION_PREFER_DIGITAL_SFX, \
GAMEOPTION_ORIGINAL_SAVELOAD, \
More information about the Scummvm-git-logs
mailing list