diff options
author | Arnaud Boutonné | 2010-03-05 15:52:51 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-03-05 15:52:51 +0000 |
commit | 724e9a0ceb945931dc30b96117282900e84b0c9c (patch) | |
tree | 86735ef78aa0ad4fcdee9499cda93ec36aee7dbf /engines/gob | |
parent | 902dc6929ad54fb20aa0353d09a9ceb5464e1192 (diff) | |
download | scummvm-rg350-724e9a0ceb945931dc30b96117282900e84b0c9c.tar.gz scummvm-rg350-724e9a0ceb945931dc30b96117282900e84b0c9c.tar.bz2 scummvm-rg350-724e9a0ceb945931dc30b96117282900e84b0c9c.zip |
Add detection for Playtoons 3 EN, based on Hkz MD5s
svn-id: r48164
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 50 |
1 files changed, 34 insertions, 16 deletions
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 @@ -1864,20 +1864,6 @@ static const GOBGameDescription gameDescriptions[] = { }, { { - "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 @@ 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", @@ -4469,16 +4473,30 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "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 }, { |