diff options
author | Einar Johan Trøan Sømåen | 2014-05-31 21:26:55 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-05-31 21:26:55 +0200 |
commit | 7b7f0222ba7f1fcf1daafa17d3bc279f0af5d05b (patch) | |
tree | 6cd65afa2567948f8d8e4f2180d30337b5b9e1f7 /engines | |
parent | 36409146249eb3286e6d2ba5d4dcb8db121413f4 (diff) | |
download | scummvm-rg350-7b7f0222ba7f1fcf1daafa17d3bc279f0af5d05b.tar.gz scummvm-rg350-7b7f0222ba7f1fcf1daafa17d3bc279f0af5d05b.tar.bz2 scummvm-rg350-7b7f0222ba7f1fcf1daafa17d3bc279f0af5d05b.zip |
WINTERMUTE: Add detection for 5 versions of The Kite
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/detection_tables.h | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 0b5ee8c35c..69d66c3498 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -69,6 +69,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"spaceinvaders", "Space Invaders"}, {"spacemadness", "Space Madness"}, {"thebox", "The Box"}, + {"thekite", "The Kite"}, {"tib", "Fairy Tales About Toshechka and Boshechka"}, {"tradestory", "The Trader of Stories"}, {"twc", "the white chamber"}, @@ -1196,6 +1197,56 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // The Kite (Version 1.1) + { + "thekite", + "Version 1.1", + AD_ENTRY1s("data.dcp", "92d29428f464469bda2d81b03d4d5c3e", 47332296), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // The Kite (Version 1.2.e) + { + "thekite", + "Version 1.2.e", + AD_ENTRY1s("data.dcp", "92451578b1bdd2b32a1db592a4f6d5fc", 47360539), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // The Kite (Version 1.2.i) (Italian) + { + "thekite", + "Version 1.2.i", + AD_ENTRY1s("data.dcp", "d3435b106a1b3b4c1df8ad596d271586", 47509274), + Common::IT_ITA, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // The Kite (Version 1.2.r) (Russian) + { + "thekite", + "Version 1.2.r", + AD_ENTRY1s("data.dcp", "d531e097dd884737469da014ed882cde", 47554582 ), + Common::RU_RUS, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // The Kite (Version 1.3.e) + { + "thekite", + "Version 1.3.e", + AD_ENTRY1s("data.dcp", "9761827b51370263b7623721545d7627", 47382987), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Fairy Tales About Toshechka and Boshechka { "tib", |