From 26a5391f834321c4dee7aa425376d3dfd9107321 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 17 Sep 2019 23:11:29 +0200 Subject: SCI: Added Russian QFG1vga --- engines/sci/detection_tables.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 87c0f52966..ea611f1556 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3911,6 +3911,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16 }, + // Russian translation, based on English DOS version + // Version 1.01 + {"qfg1vga", "VGA", { + {"resource.map", 0, "a731fb6c9c0b282443f7027bc8694d4c", 8469}, + {"resource.000", 0, "ecace1a2771846b1a8aa1afdd44111a0", 6570147}, + {"556.msg", 0, "859bdc832fc9e080aadacdbc00a5979c", 2621}, + AD_LISTEND}, + Common::RU_RUS, Common::kPlatformDOS, 0, GUIO_STD16 }, + // Quest for Glory 1 VGA Remake - English DOS Non-Interactive Demo (from FRG) // SCI interpreter version 1.001.029 {"qfg1vga", "VGA/Demo", { -- cgit v1.2.3