From eface88e31f46331537d4d9b8942076eee9ce6c3 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Tue, 24 Aug 2010 21:30:44 +0000 Subject: GOB: Add information about a cracked Fascination Add a comment about a cracked versions of Fascination. The crack used is based on the original executable's tolerance, it crashes in Scummvm. svn-id: r52360 --- engines/gob/detection_tables.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'engines') diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index 678ccb68c9..08e6f1015d 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -2220,6 +2220,21 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdLib, "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 +// }, { { "fascination", -- cgit v1.2.3