From bbab21300abebbd74f002d89ebaec525ed82b88a Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Wed, 25 Aug 2010 20:10:45 +0000 Subject: GOB: Detection of pirated games Add detection of the known cracked Coktel games with the appropriate ADGF_PIRATED flag svn-id: r52395 --- engines/gob/detection_tables.h | 45 +++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 14 deletions(-) (limited to 'engines/gob') diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index 08e6f1015d..0e7870b471 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -1798,6 +1798,22 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdLib | kFeaturesEGA, 0, 0, 0 }, +// This version is not detected on purpose: it's a pirated version. +// Tagged ADGF_PIRATED! Do not re-add nor un-tag! + { + { + "lit", + "", + AD_ENTRY1s("intro.stk", "3712e7527ba8ce5637d2aadf62783005", 72318), + FR_FRA, + kPlatformPC, + ADGF_PIRATED, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeLostInTime, + kFeaturesAdLib, + 0, 0, 0 + }, { { "lit", @@ -2221,20 +2237,21 @@ static const GOBGameDescription gameDescriptions[] = { "demo.stk", "demo.tot", 0 }, // This version is not detected on purpose: it's a pirated version, using a corrupted crack. -// { -// { -// "fascination", -// "", -// AD_ENTRY1s("disk0.stk", "c14330d052fe4da5a441ac9d81bc5891", 1061955), -// UNK_LANG, -// kPlatformPC, -// ADGF_NO_FLAGS, -// GUIO_NOSUBTITLES | GUIO_NOSPEECH -// }, -// kGameTypeFascination, -// kFeaturesAdLib, -// "disk0.stk", 0, 0 -// }, +// Tagged ADGF_PIRATED! Do not re-add nor un-tag! + { + { + "fascination", + "", + AD_ENTRY1s("disk0.stk", "c14330d052fe4da5a441ac9d81bc5891", 1061955), + UNK_LANG, + kPlatformPC, + ADGF_PIRATED, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeFascination, + kFeaturesAdLib, + "disk0.stk", 0, 0 + }, { { "fascination", -- cgit v1.2.3