[Scummvm-git-logs] scummvm master -> 48d1bab56cdfc9134dfd2174cfce05f8285d5c0e

eriktorbjorn noreply at scummvm.org
Fri Aug 5 06:14:39 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:
48d1bab56c ICB: Add detection entry for my CD version of In Cold Blood


Commit: 48d1bab56cdfc9134dfd2174cfce05f8285d5c0e
    https://github.com/scummvm/scummvm/commit/48d1bab56cdfc9134dfd2174cfce05f8285d5c0e
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-08-05T08:14:21+02:00

Commit Message:
ICB: Add detection entry for my CD version of In Cold Blood

I don't know for sure, but I assume this is an earlier version than what
GOG distributes? One possible hint is that the binkw32.dll in GOG's
version contains the string "Bink now requires Miles version 7" while
the one on my CDs does not.

Changed paths:
    engines/icb/detection.cpp


diff --git a/engines/icb/detection.cpp b/engines/icb/detection.cpp
index 130bdb8ef14..28a70ded9b2 100644
--- a/engines/icb/detection.cpp
+++ b/engines/icb/detection.cpp
@@ -47,6 +47,21 @@ static const IcbGameDescription gameDescriptions[] = {
 		GType_ICB
 	},
 
+	{
+		{
+			// In Cold Blood
+			// English 3 CD version
+			"icb",
+			"",
+			AD_ENTRY2s("g/speech.clu", "ced60009bdffa9a1055863bf10d2e79e", 7683040, "g/g", "af8281173d34b64088e173d791d1c27f", 63000),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NONE)
+		},
+		GType_ICB
+	},
+
 	{
 		{
 			// In Cold Blood




More information about the Scummvm-git-logs mailing list