From 64406b09a8f6bdf6f9dd63d3ab9fcd334739550d Mon Sep 17 00:00:00 2001 From: lolbot-iichan Date: Sat, 29 Jun 2019 03:43:42 +0300 Subject: WINTERMUTE: Add detection tables for all non-English versions of Hamlet Source: https://steamdb.info/app/222160/depots/ --- engines/wintermute/detection_tables.h | 50 ++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) (limited to 'engines/wintermute') diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index b2e92c5839..6e7e94efcd 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -500,14 +500,58 @@ static const WMEGameDescription gameDescriptions[] = { WME_WINENTRY("ghostsheet", "Demo", WME_ENTRY1s("data.dcp", "dc1f6595f412ac25a52eaf47dad4ab81", 169083), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_0), - // Hamlet or the last game without MMORPG features, shaders and product placement + // Hamlet or the last game without MMORPG features, shaders and product placement (English) WME_WINENTRY("hamlet", "", WME_ENTRY1s("data.dcp", "f624add957a77c9930529fb28cc2450f", 88183022), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1), - // Hamlet or the last game without MMORPG features, shaders and product placement - WME_WINENTRY("hamlet", "", + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (English) + WME_WINENTRY("hamlet", "v1.03", WME_ENTRY1s("data.dcp", "74130d3c13f4a8caa2aafb9ee23f2639", 88184289), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1), + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (French) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "5facdd153473cd3dafd4c6cfd5c683c6", 88145395), Common::FR_FRA, ADGF_UNSTABLE, WME_1_9_1), + + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (German) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "fbd9ff90d8cc695b4a1524873792471d", 88204928), Common::DE_DEU, ADGF_UNSTABLE, WME_1_9_1), + + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (Hungarian) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "8eb59bb531d3dbfe1d6800b2e82f5613", 88284666), Common::HU_HUN, ADGF_UNSTABLE, WME_1_9_1), + + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (Italian) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "ed16bdedc212c2a754b065ded5d91f00", 88259077), Common::IT_ITA, ADGF_UNSTABLE, WME_1_9_1), + + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (Japanese) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "06200da35604641c676c363babecb498", 88252762), Common::JA_JPN, ADGF_UNSTABLE, WME_1_9_1), + + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (Koreana) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "29b8a8fcb4d50533571125be65c0fb93", 88093017), Common::KO_KOR, ADGF_UNSTABLE, WME_1_9_1), + + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (Polish) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "b1f993e048cded6902630343fbc14fe2", 88295172), Common::PL_POL, ADGF_UNSTABLE, WME_1_9_1), + + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (Portuguese) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "f55674e17df2816145d3473401081f05", 88245004), Common::PT_POR, ADGF_UNSTABLE, WME_1_9_1), + + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (Russian) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "22cb24e8d37201e49bd2a76c33a1b98d", 88326328), Common::RU_RUS, ADGF_UNSTABLE, WME_1_9_1), + + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (Spanish) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "262c84ebabc473a678b8e3a18b57fa89", 88332992), Common::ES_ESP, ADGF_UNSTABLE, WME_1_9_1), + + // Hamlet or the last game without MMORPG features, shaders and product placement (Steam) (Turkish) + WME_WINENTRY("hamlet", "v1.03", + WME_ENTRY1s("data.dcp", "5c9deef7e072f75081165b9c519f5b69", 88239961), Common::TR_TUR, ADGF_UNSTABLE, WME_1_9_1), + // Helga Deep In Trouble (Czech) WME_WINENTRY("helga", "", WME_ENTRY2s("data.dcp", "25cb955a60b58326f2eeda1ce288fb37", 183251259, -- cgit v1.2.3