[Scummvm-git-logs] scummvm branch-3-0 -> 2928e638d62bf1d57544e34fd3291f7c0a4e0d75

sluicebox noreply at scummvm.org
Mon Dec 15 07:04:49 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:
2928e638d6 AGI: Add detection for the fan made Hebrew translation of KQ3


Commit: 2928e638d62bf1d57544e34fd3291f7c0a4e0d75
    https://github.com/scummvm/scummvm/commit/2928e638d62bf1d57544e34fd3291f7c0a4e0d75
Author: SegMash (mashras77 at gmail.com)
Date: 2025-12-14T23:04:35-08: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