From 2ee73548528c97e71806660d00e272d09a386b84 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 15 Sep 2017 15:06:05 -0500 Subject: SCI32: Blacklist pirated GOG.com + German GK2 Fixes Trac#9744. --- engines/sci/detection_tables.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/sci/detection_tables.h') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 202827dcfb..cf92dcba3d 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 -- cgit v1.2.3