From 95da9c27617bbbc758f6414706b2db3c1ac28404 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Wed, 17 Jun 2009 18:48:41 +0000 Subject: - Modify detection files for Playtoons CK Knights (CK2) as it wasn't making the difference with CK1 - Add Playtoons CK Monsters (CK1) svn-id: r41611 --- engines/gob/detection.cpp | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'engines/gob/detection.cpp') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 7a62e0fef7..297fe98929 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -66,7 +66,8 @@ static const PlainGameDescriptor gobGames[] = { {"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"}, @@ -3314,12 +3315,31 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640, "intro.stk", "intro.tot", 0 }, + { + { + "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, -- cgit v1.2.3