From c2b7fc526e7da440563cc2a7b3a96dcdb7fc81a4 Mon Sep 17 00:00:00 2001 From: lolbot-iichan Date: Mon, 3 Jun 2019 01:17:48 +0300 Subject: WINTERMUTE: Detection tables for Tanya Grotter dilogy Tanya Grotter games are based on first 2 books of a Russian fantasy novel series by Dmitri Yemets. Those games were both released in Russian only. --- engines/wintermute/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/wintermute/detection_tables.h') diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index ad02af60cf..e3ce066d9c 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -87,6 +87,8 @@ static const PlainGameDescriptor wintermuteGames[] = { {"spaceinvaders", "Space Invaders"}, {"spacemadness", "Space Madness"}, {"sofiasdebt", "Sofia's Debt"}, + {"tanya1", "Tanya Grotter and the Magical Double Bass"}, + {"tanya2", "Tanya Grotter and the Disappearing Floor"}, {"theancientmark1", "The Ancient Mark - Episode 1"}, {"thebox", "The Box"}, {"thekite", "The Kite"}, @@ -581,6 +583,12 @@ static const WMEGameDescription gameDescriptions[] = { // Space Madness WME_WINENTRY("spacemadness", "1.0.2", WME_ENTRY1s("data.dcp", "b9b83135dc7a9e1b4b5f50195dbeb630", 39546622), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), + // Tanya Grotter and the Magical Double Bass + WME_WINENTRY("tanya1", "", + WME_ENTRY1s("data.dcp", "035bbdaff078cc4053ecf4b518c0d0fd", 1007507786), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION), + // Tanya Grotter and the Disappearing Floor + WME_WINENTRY("tanya2", "", + WME_ENTRY1s("data.dcp", "9c15f14990f630177e063da885d03e6d", 936959767), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION), // The Ancient Mark - Episode 1 WME_WINENTRY("theancientmark1", "", WME_ENTRY1s("data.dcp", "ca04c26f03b2bd307368b306b297ddd7", 364664692), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), -- cgit v1.2.3