diff options
author | Arnaud Boutonné | 2010-08-25 20:10:45 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-08-25 20:10:45 +0000 |
commit | bbab21300abebbd74f002d89ebaec525ed82b88a (patch) | |
tree | c0c397cabeada134cb81e7fa915ff491068eb2fe /engines/gob | |
parent | 2506560bda8dc43dfe996533e359323e3d344c2d (diff) | |
download | scummvm-rg350-bbab21300abebbd74f002d89ebaec525ed82b88a.tar.gz scummvm-rg350-bbab21300abebbd74f002d89ebaec525ed82b88a.tar.bz2 scummvm-rg350-bbab21300abebbd74f002d89ebaec525ed82b88a.zip |
GOB: Detection of pirated games
Add detection of the known cracked Coktel
games with the appropriate ADGF_PIRATED flag
svn-id: r52395
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection_tables.h | 45 |
1 files changed, 31 insertions, 14 deletions
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", |