[Scummvm-git-logs] scummvm master -> 921415e6344e4f5075dc98d58824e0401acbc854
bluegr
noreply at scummvm.org
Sun Dec 14 08:55:09 UTC 2025
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:
921415e634 AGI: Add detection for the fan made Hebrew translation of KQ3
Commit: 921415e6344e4f5075dc98d58824e0401acbc854
https://github.com/scummvm/scummvm/commit/921415e6344e4f5075dc98d58824e0401acbc854
Author: SegMash (mashras77 at gmail.com)
Date: 2025-12-14T10:55:04+02:00
Commit Message:
AGI: Add detection for the fan made Hebrew translation of KQ3
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index df43280bf00..0d298ba50eb 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -491,6 +491,10 @@ static const AGIGameDescription gameDescriptions[] = {
// Official port by Sierra
GAME_PS("kq3", "", "5a6be7d16b1c742c369ef5cc64fefdd2", 429, 0x2440, GID_KQ3, Common::kPlatformCoCo3),
+ // King's Quest 3 (Hebrew) [2.14 1988-03-15 3.5"/DOS]
+ // Fan made translation by SegMash, based on the English GoG version
+ GAME_LPS("kq3", "", "e8b8d392396e2b165957752f5784a279", 390, Common::HE_ISR, 0x2917, GID_KQ3, Common::kPlatformDOS),
+
// King's Quest 4 (PC 5.25") 2.0 7/27/88 [AGI 3.002.086]
GAME3("kq4", "2.0 1988-07-27", "kq4dir", "f50f7f997208ca0e35b2650baec43a2d", 0x3086, GID_KQ4),
More information about the Scummvm-git-logs
mailing list