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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sun Aug 22 21:54:12 CEST 2010


Revision: 52286
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52286&view=rev
Author:   strangerke
Date:     2010-08-22 19:54:12 +0000 (Sun, 22 Aug 2010)

Log Message:
-----------
GOB - Add detection for all the languages on Fascination CD
Add detection for Spanish, Italian, German and French

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-22 19:47:07 UTC (rev 52285)
+++ scummvm/trunk/engines/gob/detection_tables.h	2010-08-22 19:54:12 UTC (rev 52286)
@@ -2237,6 +2237,62 @@
 	{
 		{
 			"fascination",
+			"CD Version (Censored)",
+			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
+			FR_FRA,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES
+		},
+		kGameTypeFascination,
+		kFeaturesCD,
+		"disk0.stk", 0, 0
+	},
+	{
+		{
+			"fascination",
+			"CD Version (Censored)",
+			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
+			DE_DEU,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES
+		},
+		kGameTypeFascination,
+		kFeaturesCD,
+		"disk0.stk", 0, 0
+	},
+	{
+		{
+			"fascination",
+			"CD Version (Censored)",
+			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
+			IT_ITA,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES
+		},
+		kGameTypeFascination,
+		kFeaturesCD,
+		"disk0.stk", 0, 0
+	},
+	{
+		{
+			"fascination",
+			"CD Version (Censored)",
+			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
+			ES_ESP,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES
+		},
+		kGameTypeFascination,
+		kFeaturesCD,
+		"disk0.stk", 0, 0
+	},
+	{
+		{
+			"fascination",
 			"VGA 3 disks edition",
 			AD_ENTRY1s("disk0.stk", "a50a8495e1b2d67699fb562cb98fc3e2", 1064387),
 			UNK_LANG,


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