From 724e9a0ceb945931dc30b96117282900e84b0c9c Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Fri, 5 Mar 2010 15:52:51 +0000 Subject: Add detection for Playtoons 3 EN, based on Hkz MD5s svn-id: r48164 --- engines/gob/detection.cpp | 50 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 16 deletions(-) (limited to 'engines/gob') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 4eb75074d7..be1f5b7461 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1862,20 +1862,6 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdLib | kFeaturesEGA, 0, 0, 0 }, - { - { - "ajworld", - "", - AD_ENTRY1s("intro.stk", "e453bea7b28a67c930764d945f64d898", 3913628), - EN_ANY, - kPlatformPC, - ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH - }, - kGameTypeGob2, - kFeaturesAdLib, - 0, 0, 0 - }, { { "lit", @@ -4012,6 +3998,24 @@ static const GOBGameDescription gameDescriptions[] = { 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", @@ -4467,6 +4471,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesNone, 0, 0, 0 }, + { + { + "ajworld", + "", + AD_ENTRY1s("intro.stk", "e453bea7b28a67c930764d945f64d898", 3913628), + EN_ANY, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeGob2, + kFeaturesAdLib, + 0, 0, 0 + }, { { "adibou1", @@ -4475,10 +4493,10 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO_NOSUBTITLES | GUIO_NOSPEECH }, kGameTypeAdibou1, - kFeaturesNone, + kFeaturesAdLib, 0, 0, 0 }, { -- cgit v1.2.3