[Scummvm-git-logs] scummvm master -> 3d8cbffd03342dbea1301aab82fa1e4f1f3df6e8

sev- noreply at scummvm.org
Mon Feb 6 17:39:02 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:
3d8cbffd03 SWORD1: Added detection entry for German Steam sword1


Commit: 3d8cbffd03342dbea1301aab82fa1e4f1f3df6e8
    https://github.com/scummvm/scummvm/commit/3d8cbffd03342dbea1301aab82fa1e4f1f3df6e8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-02-06T18:38:42+01:00

Commit Message:
SWORD1: Added detection entry for German Steam sword1

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index dfe5b8ff307..f8151334671 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -203,6 +203,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{
+		"sword1",
+		"Steam",
+		AD_ENTRY4s("scripts.clu",           "72b10193714e8c6e4daca51791c0db0c", 1087240,
+				   "swordres.rif",          "b0ae5a47aba74dc0acb3442d4c84b225", 58916,
+				   "text.clu",              "76f93f5feecc8915435105478f3c6615", 2705446,
+				   "smackshi/intro.smk",    "d1d0e958aeef9b1375b55df8f8831f26", 13281776),
+		Common::DE_DEU,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+
 	{
 		"sword1",
 		"",




More information about the Scummvm-git-logs mailing list