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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Fri Sep 17 19:52:17 CEST 2010


Revision: 52767
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52767&view=rev
Author:   strangerke
Date:     2010-09-17 17:52:17 +0000 (Fri, 17 Sep 2010)

Log Message:
-----------
GOB: Add detection for polish gob2 and gob3

MD5s provided in bug #3067489

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-09-17 16:04:02 UTC (rev 52766)
+++ scummvm/trunk/engines/gob/detection_tables.h	2010-09-17 17:52:17 UTC (rev 52767)
@@ -1068,6 +1068,20 @@
 		kFeaturesCD,
 		0, 0, 0
 	},
+	{ // Supplied by pykman in bug report #3067489
+		{
+			"gob2cd",
+			"v2.01 Polish",
+			AD_ENTRY1s("intro.stk", "3025f05482b646c18c2c79c615a3a1df", 5011726),
+			UNK_LANG,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES | GUIO_NOSPEECH
+		},
+		kGameTypeGob2,
+		kFeaturesCD,
+		0, 0, 0
+	},
 	{
 		{
 			"gob2cd",
@@ -2812,6 +2826,20 @@
 		kFeaturesCD,
 		0, 0, 0
 	},
+	{ // Supplied by pykman in bug report #3067489
+		{
+			"gob3cd",
+			"v1.02 Polish",
+			AD_ENTRY1s("intro.stk", "978afddcac81bb95a04757b61f78471c", 619825),
+			UNK_LANG,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES | GUIO_NOSPEECH
+		},
+		kGameTypeGob3,
+		kFeaturesCD,
+		0, 0, 0
+	},
 	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230
 		{
 			"gob3cd",


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