From c7695cc92977a3bedf36cfb73cf6376964ee4fe0 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 10 Jan 2016 02:22:26 +0100 Subject: TINSEL: Added detection for DW1 fan translation --- engines/tinsel/detection_tables.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h index a2ea67b3e6..6c1a3a39f4 100644 --- a/engines/tinsel/detection_tables.h +++ b/engines/tinsel/detection_tables.h @@ -556,6 +556,27 @@ static const TinselGameDescription gameDescriptions[] = { TINSEL_V1, }, + { // Russian Discworld 1. Fan translation v1.1 + { + "dw", + "CD v1.1", + { + {"dw.scn", 0, "133041bde59d05c1bf084fd6f1bdce4b", 776524}, + {"english.txt", 0, "317542cf2e50106d9c9421ddcf821e22", 221656}, + {"english.smp", 0, NULL, -1}, + {NULL, 0, NULL, 0} + }, + Common::RU_RUS, + Common::kPlatformDOS, + ADGF_CD, + GUIO1(GUIO_NOASPECT) + }, + GID_DW1, + 0, + GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, + TINSEL_V1, + }, + { // Polish fan translaction Discworld 1 { "dw", -- cgit v1.2.3