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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Wed Jun 17 20:48:41 CEST 2009


Revision: 41611
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41611&view=rev
Author:   strangerke
Date:     2009-06-17 18:48:41 +0000 (Wed, 17 Jun 2009)

Log Message:
-----------
- Modify detection files for Playtoons CK Knights (CK2) as it wasn't making the difference with CK1
- Add Playtoons CK Monsters (CK1)

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-06-17 15:07:55 UTC (rev 41610)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-06-17 18:48:41 UTC (rev 41611)
@@ -66,7 +66,8 @@
 	{"playtoons3", "Playtoons 3 - The Secret of the Castle"},
 	{"playtoons4", "Playtoons 4 - The Mandarine Prince"},
 	{"playtoons5", "Playtoons 5 - The Stone of Wakan"},
-	{"playtnck2", "Playtoons Construction Kit 2 - Les chevaliers"},
+	{"playtnck1", "Playtoons Construction Kit 1 - Monsters"},
+	{"playtnck2", "Playtoons Construction Kit 2 - Knights"},
 	{"bambou", "Playtoons Limited Edition - Bambou le sauveur de la jungle"},
 	{"fascination", "Fascination"},
 	{"geisha", "Geisha"},
@@ -3316,10 +3317,29 @@
 	},
 	{
 		{
+			"playtnck1",
+			"",
+			{
+				{"playtoon.stk", 0, "5f9aae29265f1f105ad8ec195dff81de", 68382024},
+				{"dan.itk", 0, "906d67b3e438d5e95ec7ea9e781a94f3", 3000320},
+				{0, 0, 0, 0}
+			},
+			FR_FRA,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES || GUIO_NOSPEECH
+		},
+		kGameTypePlaytnCk,
+		kFeatures640,
+		"intro2.stk", 0, 0
+	},
+	{
+		{
 			"playtnck2",
 			"",
 			{
 				{"playtoon.stk", 0, "5f9aae29265f1f105ad8ec195dff81de", 68382024},
+				{"dan.itk", 0, "74eeb075bd2cb47b243349730264af01", 3213312},
 				{0, 0, 0, 0}
 			},
 			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