[Scummvm-git-logs] scummvm master -> 16b03830de38b5b9c84c2680f7f4228adf877455
bluegr
noreply at scummvm.org
Sun Dec 7 09:17:43 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:
16b03830de AGI: Add game detection entry for SQ2 Hebrew localization
Commit: 16b03830de38b5b9c84c2680f7f4228adf877455
https://github.com/scummvm/scummvm/commit/16b03830de38b5b9c84c2680f7f4228adf877455
Author: Sam Davidoff (sam at mfbtech.com)
Date: 2025-12-07T11:17:38+02:00
Commit Message:
AGI: Add game detection entry for SQ2 Hebrew localization
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 1bfab3d89b2..7451dea9960 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -855,6 +855,10 @@ static const AGIGameDescription gameDescriptions[] = {
// Unofficial port by Guillaume Major
GAME_PS("sq2", "updated", "d24f19b047e65e1763eff4b46f3d50df", 768, 0x2440, GID_SQ2, Common::kPlatformCoCo3),
+ // Space Quest 2 (Hebrew) 2.0F
+ // Based on English version from GOG
+ GAME_LVFPN("sq2", "", "logdir", "5f73ab13808a260d777d0002c70b967c", 423, Common::HE_ISR, 0x2917, GF_EXTCHAR, GID_SQ2, Common::kPlatformDOS, GType_V2, GAMEOPTIONS_DEFAULT),
+
// Troll's Tale (PC Booter)
GAMEpre_PS("troll", "", "troll.img", "62903f264b3d849be4214b3a5c42a2fa", 184320, 0x0000, GID_TROLL, Common::kPlatformDOS),
More information about the Scummvm-git-logs
mailing list