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

csnover csnover at users.noreply.github.com
Fri Sep 15 22:07:24 CEST 2017


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:
2ee7354852 SCI32: Blacklist pirated GOG.com + German GK2


Commit: 2ee73548528c97e71806660d00e272d09a386b84
    https://github.com/scummvm/scummvm/commit/2ee73548528c97e71806660d00e272d09a386b84
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-09-15T15:06:46-05:00

Commit Message:
SCI32: Blacklist pirated GOG.com + German GK2

Fixes Trac#9744.

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 202827d..cf92dcb 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -934,6 +934,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_GK2_MAC },
 
+	// Gabriel Knight 2 - PIRATED US English GOG.com version with German data
+	// From Trac#9744
+	{"gk2", "", {
+		{"resource.aud", 0, "3812e15c3a187f5b633bde3a4832b2cf", 167630831},
+		{"ressci.000", 0, "a19fc3604c6e5407abcf03d59ee87217", 169500205},
+		{"resmap.000", 0, "e6bab045e2b5eb205e150338e74d8641", 8092},
+		AD_LISTEND},
+		Common::DE_DEU, Common::kPlatformDOS, ADGF_PIRATED, GUIO_GK2 },
+
 #undef GUIO_GK2_DEMO
 #undef GUIO_GK2
 #undef GUIO_GK2_MAC





More information about the Scummvm-git-logs mailing list