[Scummvm-git-logs] scummvm master -> 1da5439f7aee57175762708eaf6b79dbb3064b20

AndywinXp noreply at scummvm.org
Thu Oct 19 21:46:40 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1da5439f7a SWORD1: Add detection entry for GOG.com translated version


Commit: 1da5439f7aee57175762708eaf6b79dbb3064b20
    https://github.com/scummvm/scummvm/commit/1da5439f7aee57175762708eaf6b79dbb3064b20
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-10-19T23:46:35+02:00

Commit Message:
SWORD1: Add detection entry for GOG.com translated version

This version is from GOG.com, plus the german translation,
and DXA videos.
Ticket #14592.

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index 136d0bac60f..fcaf1a2d024 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -242,7 +242,7 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
-	{ // DVD Trilogy collection
+	{ // German DVD Trilogy collection
 		"sword1",
 		"",
 		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1087240,
@@ -255,6 +255,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{ // GOG.com version + german translation
+		"sword1",
+		"GOG.com",
+		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1087240,
+				   "clusters/swordres.rif", "5463362dc77b6efc36e46ac84998bd2f", 59788,
+				   "clusters/text.clu",     "76f93f5feecc8915435105478f3c6615", 2705446,
+				   "video/intro.dxa",       "e27cd33593c08b66e8d20fbc40938789", 7397543),
+		Common::DE_DEU,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+
 	{
 		"sword1",
 		"",




More information about the Scummvm-git-logs mailing list