[Scummvm-cvs-logs] SF.net SVN: scummvm:[48164] scummvm/trunk/engines/gob/detection.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Fri Mar 5 16:52:51 CET 2010


Revision: 48164
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48164&view=rev
Author:   strangerke
Date:     2010-03-05 15:52:51 +0000 (Fri, 05 Mar 2010)

Log Message:
-----------
Add detection for Playtoons 3 EN, based on Hkz MD5s

Modified Paths:
--------------
    scummvm/trunk/engines/gob/detection.cpp

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2010-03-05 00:58:29 UTC (rev 48163)
+++ scummvm/trunk/engines/gob/detection.cpp	2010-03-05 15:52:51 UTC (rev 48164)
@@ -1864,20 +1864,6 @@
 	},
 	{
 		{
-			"ajworld",
-			"",
-			AD_ENTRY1s("intro.stk", "e453bea7b28a67c930764d945f64d898", 3913628),
-			EN_ANY,
-			kPlatformPC,
-			ADGF_NO_FLAGS,
-			GUIO_NOSUBTITLES | GUIO_NOSPEECH
-		},
-		kGameTypeGob2,
-		kFeaturesAdLib,
-		0, 0, 0
-	},
-	{
-		{
 			"lit",
 			"",
 			AD_ENTRY1s("intro.stk", "7b7f48490dedc8a7cb999388e2fadbe3", 3930674),
@@ -4012,6 +3998,24 @@
 		kFeatures640,
 		"intro2.stk", 0, 0
 	},
+	{ // Supplied by Hkz
+		{
+			"playtoons3",
+			"",
+			{
+				{"playtoon.stk", 0, "4772c96be88a57f0561519e4a1526c62", 24406262},
+				{"chato.stk", 0, "bdef407387112bfcee90e664865ac3af", 6033867},
+				{0, 0, 0, 0}
+			},
+			EN_ANY,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES | GUIO_NOSPEECH
+		},
+		kGameTypePlaytoons,
+		kFeatures640,
+		"intro2.stk", 0, 0
+	},
 	{
 		{
 			"playtoons4",
@@ -4469,16 +4473,30 @@
 	},
 	{
 		{
+			"ajworld",
+			"",
+			AD_ENTRY1s("intro.stk", "e453bea7b28a67c930764d945f64d898", 3913628),
+			EN_ANY,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES | GUIO_NOSPEECH
+		},
+		kGameTypeGob2,
+		kFeaturesAdLib,
+		0, 0, 0
+	},
+	{
+		{
 			"adibou1",
 			"ADIBOU 1 Environnement 4-7 ans",
 			AD_ENTRY1s("intro.stk", "6db110188fcb7c5208d9721b5282682a", 4805104),
 			FR_FRA,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
-			GUIO_NONE
+			GUIO_NOSUBTITLES | GUIO_NOSPEECH
 		},
 		kGameTypeAdibou1,
-		kFeaturesNone,
+		kFeaturesAdLib,
 		0, 0, 0
 	},
 	{


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