[Scummvm-git-logs] scummvm master -> bdf9c0f3118cdc7cf43f7520f0d6675fb11b073e

eriktorbjorn eriktorbjorn at telia.com
Mon Feb 8 09:18:13 UTC 2021


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:
bdf9c0f311 AGS: Added alternative blackwell4 detection entry


Commit: bdf9c0f3118cdc7cf43f7520f0d6675fb11b073e
    https://github.com/scummvm/scummvm/commit/bdf9c0f3118cdc7cf43f7520f0d6675fb11b073e
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-02-08T10:12:09+01:00

Commit Message:
AGS: Added alternative blackwell4 detection entry

This matches my current GOG version (2.1.0.13). The other entry is
probably for an older version. I don't remember the specifics, but the
game used to have cartoonish hi-res portraits. These were later redrawn
to match the rest of the graphics, and that's presumably the version I
have.

GOG announced this update on November 13, 2013.

Other than the detection, I can't test this at the moment. Most AGS
games don't even start for me, and the ones that do tend to crash pretty
quickly.

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index e962487e42..1552006d20 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1441,6 +1441,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	ENGLISH_ENTRY("blackwell2", "unbound.exe", "5c3a940514d91431e8e1c372018851ca", 14493753), // GOG
 	ENGLISH_ENTRY("blackwell3", "convergence.exe", "2260c1a21aba7ac00baf0100d4ca54f1", 172575801), // GOG
 	ENGLISH_ENTRY("blackwell4", "deception.exe", "b3b192cf20a2f7666ddea3410dbd87cc", 303459336), // GOG
+	ENGLISH_ENTRY("blackwell4", "deception.exe", "1c0bf79d9720d0a81219e8778fb7e231", 304040703), // GOG
 	ENGLISH_ENTRY("blackwell5", "epiphany.exe", "c1cddd6fcdbcd030beda9f10d4e4270a", 281849897), // GOG
 	ENGLISH_ENTRY("geminirue", "gemini rue.exe", "f3c0c7d3892bdd8963e8ce017f73de08", 61986506), // GOG
 	ENGLISH_ENTRY("primordia", "primordia.exe", "22313e59c3233001488c26f18c80cc08", 973495830), // GOG




More information about the Scummvm-git-logs mailing list