[Scummvm-git-logs] scummvm master -> 2f8ebb7d830add85e18426a0c03f931902515c3d
bluegr
noreply at scummvm.org
Mon Nov 3 08:21:35 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:
2f8ebb7d83 AGI: Add fanmade Hebrew translation of KQ2
Commit: 2f8ebb7d830add85e18426a0c03f931902515c3d
https://github.com/scummvm/scummvm/commit/2f8ebb7d830add85e18426a0c03f931902515c3d
Author: SegMash (mashras77 at gmail.com)
Date: 2025-11-03T10:21:31+02:00
Commit Message:
AGI: Add fanmade Hebrew translation of KQ2
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 677c469022a..1bfab3d89b2 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -442,6 +442,10 @@ static const AGIGameDescription gameDescriptions[] = {
// Unofficial port by Guillaume Major
GAME_PS("kq2", "", "bdb10876cd4cb20eabd88778c40b4075", 543, 0x2440, GID_KQ2, Common::kPlatformCoCo3),
+ // King's Quest 2 (Hebrew) [2.1 1987-04-10/DOS]
+ // Fan made translation by SegMash, based on the English GoG version
+ GAME_LVFPN("kq2", "", "logdir", "34e9abb9f1ce54db4e1abcc37b53b198", 543, Common::HE_ISR, 0x2917, GF_EXTCHAR, GID_KQ2, Common::kPlatformDOS, GType_V2, GAMEOPTIONS_DEFAULT),
+
// King's Quest 3 (Amiga) 1.01 11/8/86
GAME_PO("kq3", "1.01 1986-11-08", "8ab343306df0e2d98f136be4e8cfd0ef", 0x2440, GID_KQ3, Common::kPlatformAmiga, GAMEOPTIONS_AMIGA),
More information about the Scummvm-git-logs
mailing list