[Scummvm-cvs-logs] SF.net SVN: scummvm:[52395] scummvm/trunk/engines/gob/detection_tables.h

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Wed Aug 25 22:10:45 CEST 2010


Revision: 52395
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52395&view=rev
Author:   strangerke
Date:     2010-08-25 20:10:45 +0000 (Wed, 25 Aug 2010)

Log Message:
-----------
GOB: Detection of pirated games

Add detection of the known cracked Coktel 
games with the appropriate ADGF_PIRATED flag

Modified Paths:
--------------
    scummvm/trunk/engines/gob/detection_tables.h

Modified: scummvm/trunk/engines/gob/detection_tables.h
===================================================================
--- scummvm/trunk/engines/gob/detection_tables.h	2010-08-25 19:41:59 UTC (rev 52394)
+++ scummvm/trunk/engines/gob/detection_tables.h	2010-08-25 20:10:45 UTC (rev 52395)
@@ -1798,10 +1798,26 @@
 		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",
+			"",
 			AD_ENTRY1s("intro.stk", "7b7f48490dedc8a7cb999388e2fadbe3", 3930674),
 			EN_USA,
 			kPlatformPC,
@@ -2221,23 +2237,24 @@
 		"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",
 			"VGA 3 disks edition",
 			AD_ENTRY1s("disk0.stk", "a50a8495e1b2d67699fb562cb98fc3e2", 1064387),
 			FR_FRA,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list