[Scummvm-git-logs] scummvm master -> 40eb968c5c0c68b79a2dc07bf6a51064b499477f

sluicebox noreply at scummvm.org
Fri Aug 1 20:53: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:
40eb968c5c AGI: Add detection entry for SQ2 French translation


Commit: 40eb968c5c0c68b79a2dc07bf6a51064b499477f
    https://github.com/scummvm/scummvm/commit/40eb968c5c0c68b79a2dc07bf6a51064b499477f
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2025-08-01T13:53:06-07:00

Commit Message:
AGI: Add detection entry for SQ2 French translation

Congratulations to @Thpwg!

Changed paths:
    engines/agi/detection_tables.h


diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 8adbaac62e6..2ccd5d3f81c 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -831,6 +831,9 @@ static const AGIGameDescription gameDescriptions[] = {
 	// Space Quest 2 (Russian)
 	GAME_LPS("sq2", "", "ba21c8934caf28e3ba45ce7d1cd6b041", 423, Common::RU_RUS, 0x2917, GID_SQ2, Common::kPlatformDOS),
 
+	// Space Quest 2 (PC 3.5" / 5.25") 2.0F [AGI 2.936]; French Translation
+	GAME_LVFPN("sq2", "2.0F", "words.tok.extended", "b2efb603df643d8d93db0c6d51a54b5a", 19142, Common::FR_FRA, 0x2936, GF_EXTCHAR, GID_SQ2, Common::kPlatformDOS, GType_V2, GAMEOPTIONS_DEFAULT),
+
 	// Space Quest 2 (CoCo3 360k) [AGI 2.023]
 	// Unofficial port by Guillaume Major
 	GAME_PS("sq2", "", "12973d39b892dc9d280257fd271e9597", 768, 0x2440, GID_SQ2, Common::kPlatformCoCo3),




More information about the Scummvm-git-logs mailing list