diff options
author | lolbot-iichan | 2019-06-04 02:50:05 +0300 |
---|---|---|
committer | Filippos Karapetis | 2019-06-04 08:24:42 +0300 |
commit | f23345104c7957ca2e16129b78f4ccae1b2cec05 (patch) | |
tree | 45680469d8866e72830c98f071706053b547bff3 | |
parent | bd5e8724811facadec22e32de440244d03834c1f (diff) | |
download | scummvm-rg350-f23345104c7957ca2e16129b78f4ccae1b2cec05.tar.gz scummvm-rg350-f23345104c7957ca2e16129b78f4ccae1b2cec05.tar.bz2 scummvm-rg350-f23345104c7957ca2e16129b78f4ccae1b2cec05.zip |
WINTERMUTE: Add detection tables for thekite v1.4
You can get the Kite v1.4 at https://anatolii.itch.io/the-kite
The Kite v1.5 is remade with Unity engine, so only v1.4 or lower are supported
-rw-r--r-- | engines/wintermute/detection_tables.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 14931ca5df..8643e75558 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -561,6 +561,18 @@ static const WMEGameDescription gameDescriptions[] = { // The Kite (Version 1.3.e) WME_WINENTRY("thekite", "Version 1.3.e", WME_ENTRY1s("data.dcp", "9761827b51370263b7623721545d7627", 47382987), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), + // The Kite (Version 1.4.e) (English) + WME_WINENTRY("thekite", "Version 1.4.e", + WME_ENTRY1s("data.dcp", "b7b72a291c614ad45ae6a4e9c8d55f97", 47240677), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), + // The Kite (Version 1.4.f) (French) + WME_WINENTRY("thekite", "Version 1.4.f", + WME_ENTRY1s("data.dcp", "a1e2e8a1a0c54b2bd3f7a3b628e9483c", 47341826), Common::FR_FRA, ADGF_UNSTABLE, LATEST_VERSION), + // The Kite (Version 1.4.i) (Italian) + WME_WINENTRY("thekite", "Version 1.4.i", + WME_ENTRY1s("data.dcp", "69a58ff96306ec80114e0c4b3339a405", 47312894), Common::IT_ITA, ADGF_UNSTABLE, LATEST_VERSION), + // The Kite (Version 1.4.r) (Russian) + WME_WINENTRY("thekite", "Version 1.4.r", + WME_ENTRY1s("data.dcp", "16618c3488b07fae5d00fb94c408d2b8", 47472358), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION), // Fairy Tales About Toshechka and Boshechka WME_WINENTRY("tib", "", WME_ENTRY1s("data.dcp", "87d296ef3f46570ed18f000d3885db77", 340264526), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION), |