[Scummvm-git-logs] scummvm master -> 5d0cd767c1d738d50092e99952fdf15ac73c9456

bluegr noreply at scummvm.org
Thu Aug 11 19:23:47 UTC 2022


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:
5d0cd767c1 SLUDGE: Added missing entries to 3 sludge games


Commit: 5d0cd767c1d738d50092e99952fdf15ac73c9456
    https://github.com/scummvm/scummvm/commit/5d0cd767c1d738d50092e99952fdf15ac73c9456
Author: treloret (eotws at hotmail.com)
Date: 2022-08-11T22:23:44+03:00

Commit Message:
SLUDGE: Added missing entries to 3 sludge games

Changed paths:
    engines/sludge/detection_tables.h


diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index 1c65543f030..e769535a005 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -191,6 +191,19 @@ static const SludgeGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		{
+			"life",
+			"",
+			AD_ENTRY1s("gamedata", "a471759e071e5d2c0e8e6887607df778", 163794266),
+			Common::EN_ANY,
+			Common::kPlatformUnknown,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOMIDI)
+		},
+		0
+	},
+
 	{
 		{
 			"tgttpoacs",
@@ -386,6 +399,19 @@ static const SludgeGameDescription gameDescriptions[] = {
 		3
 	},
 
+	{
+		{
+			"cubert",
+			"",
+			AD_ENTRY1s("cubert.dat", "cabc424d4e39ecdba4b0afd4033b5ea8", 19696514),
+			Common::DE_DEU,
+			Common::kPlatformWindows,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOMIDI)
+		},
+		3
+	},
+
 	{
 		{
 			"nsc",
@@ -399,6 +425,19 @@ static const SludgeGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		{
+			"nsc",
+			"v1.03",
+			AD_ENTRY1s("gamedata", "57f318cc09e93a1e0685b790a956ebdc", 12733871),
+			Common::EN_ANY,
+			Common::kPlatformUnknown,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOMIDI)
+		},
+		0
+	},
+
 	{
 		{
 			"gjgagsas",




More information about the Scummvm-git-logs mailing list