[Scummvm-git-logs] scummvm master -> 26a5391f834321c4dee7aa425376d3dfd9107321

sev- sev at scummvm.org
Tue Sep 17 23:11:57 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
26a5391f83 SCI: Added Russian QFG1vga


Commit: 26a5391f834321c4dee7aa425376d3dfd9107321
    https://github.com/scummvm/scummvm/commit/26a5391f834321c4dee7aa425376d3dfd9107321
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-09-17T23:11:49+02:00

Commit Message:
SCI: Added Russian QFG1vga

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 87c0f52..ea611f1 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", {





More information about the Scummvm-git-logs mailing list