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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Tue Aug 24 23:30:44 CEST 2010


Revision: 52360
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52360&view=rev
Author:   strangerke
Date:     2010-08-24 21:30:44 +0000 (Tue, 24 Aug 2010)

Log Message:
-----------
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.

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-24 21:25:19 UTC (rev 52359)
+++ scummvm/trunk/engines/gob/detection_tables.h	2010-08-24 21:30:44 UTC (rev 52360)
@@ -2220,6 +2220,21 @@
 		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",


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