From abec0982b9c70f2b88b0744f5abe82b55f6217e8 Mon Sep 17 00:00:00 2001 From: lolbot-iichan Date: Thu, 27 Jun 2019 03:21:28 +0300 Subject: WINTERMUTE: Add detection for some Russian version of 1 1/2 Ritter This seems to be some fan-made translation patch. File "string3.tab" seems to be the only thing translated, and it's stored as a plain file, outside dcp packages. Patch is applied to original by adding this file. --- engines/wintermute/detection_tables.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 217607afea..c4316b8980 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -1768,10 +1768,15 @@ static const WMEGameDescription gameDescriptions[] = { WME_WINENTRY("rhiannon", "Demo: Chapter 5", WME_ENTRY1s("data.dcp", "88be3fa1389889b2079e54d780803a75", 88644508), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION), - // 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde + // 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde (German) WME_WINENTRY("ritter", "", WME_ENTRY1s("data.dcp", "5ac416cee605d3a30f4d59687b1cdab2", 364260278), Common::DE_DEU, ADGF_UNSTABLE, LATEST_VERSION), + // 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde (Russian) + WME_WINENTRY("ritter", "", + WME_ENTRY2s("data.dcp", "5ac416cee605d3a30f4d59687b1cdab2", 364260278, + "string3.tab", "e9d0e6341e8994be5fa6d70d39ac630b", 813982), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION), + // Satan and Son WME_WINENTRY("satanandson", "", WME_ENTRY1s("data.dcp", "16a6ba8174b697bbba9299619d1e20c4", 67539054), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION), -- cgit v1.2.3