[Scummvm-git-logs] scummvm master -> 2f8e0e4186fadbb1586e3bfd21dbb564d3353ddd

tag2015 noreply at scummvm.org
Sat May 31 15:57:14 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:
2f8e0e4186 ICB: Add detection entries for German GOG and PS1 Demo


Commit: 2f8e0e4186fadbb1586e3bfd21dbb564d3353ddd
    https://github.com/scummvm/scummvm/commit/2f8e0e4186fadbb1586e3bfd21dbb564d3353ddd
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-05-31T17:53:28+02:00

Commit Message:
ICB: Add detection entries for German GOG and PS1 Demo

Fix #15703 and #15977

Changed paths:
    engines/icb/detection.cpp


diff --git a/engines/icb/detection.cpp b/engines/icb/detection.cpp
index 2c8b2753d77..38422ed7559 100644
--- a/engines/icb/detection.cpp
+++ b/engines/icb/detection.cpp
@@ -92,6 +92,21 @@ static const IcbGameDescription gameDescriptions[] = {
 		GType_ICB
 	},
 
+	{
+		{
+			// In Cold Blood
+			// German GOG version
+			"icb",
+			"",
+			AD_ENTRY2s("g/speech.clu", "c880a89fe4a46b5c068acc06cf1dbf2b", 8785336, "g/g", "4ef623595db724fa33a127227b31acec", 65828),
+			Common::DE_DEU,
+			Common::kPlatformWindows,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NONE)
+		},
+		GType_ICB
+	},
+
 	{
 		{
 			// In Cold Blood
@@ -122,6 +137,21 @@ static const IcbGameDescription gameDescriptions[] = {
 		GType_ICB
 	},
 
+	{
+		{
+			// In Cold Blood
+			// English PS1 Demo from Official UK PlayStation Magazine CD Disk 64 (SCED-02638)
+			"icb",
+			"Demo",
+			AD_ENTRY2s("g/speech.clu", "4e58eafc80b734ad177bdb7e2b2a3794", 735688, "g/havenota.clu", "87bacf73f340c879484fbcff93e4fd74", 44432),
+			Common::EN_GRB,
+			Common::kPlatformPSX,
+			ADGF_DEMO | ADGF_UNSTABLE,
+			GUIO1(GUIO_NONE)
+		},
+		GType_ICB
+	},
+
 	{
 		{
 			// The Road to El Dorado




More information about the Scummvm-git-logs mailing list