[Scummvm-git-logs] scummvm master -> 2022b893e0ff00e9144c83ba571d26642a0f2a25

AndywinXp noreply at scummvm.org
Thu Oct 19 21:41:19 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:
2022b893e0 SWORD1: Add German DVD detection entry


Commit: 2022b893e0ff00e9144c83ba571d26642a0f2a25
    https://github.com/scummvm/scummvm/commit/2022b893e0ff00e9144c83ba571d26642a0f2a25
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-10-19T23:41:14+02:00

Commit Message:
SWORD1: Add German DVD detection entry

Ticket #14651, from german version of the trilogy in DVD

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index 018a014b9c2..136d0bac60f 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -242,6 +242,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{ // DVD Trilogy collection
+		"sword1",
+		"",
+		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1087240,
+				   "clusters/swordres.rif", "b0ae5a47aba74dc0acb3442d4c84b225", 58916,
+				   "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