[Scummvm-git-logs] scummvm master -> 3b441df98bb2cb2c2f6f950aad769b42c452e795
sluicebox
22204938+sluicebox at users.noreply.github.com
Fri Jan 3 20:10:31 UTC 2020
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:
3b441df98b SCI32: Add KQ7 Russian (SoftClub) detection entry
Commit: 3b441df98bb2cb2c2f6f950aad769b42c452e795
https://github.com/scummvm/scummvm/commit/3b441df98bb2cb2c2f6f950aad769b42c452e795
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-01-03T11:53:37-08:00
Commit Message:
SCI32: Add KQ7 Russian (SoftClub) detection entry
Trac #11302
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index cc7fd3c..c5086ed 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2042,6 +2042,22 @@ static const struct ADGameDescription SciGameDescriptions[] = {
{"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
AD_LISTEND},
Common::ES_ESP, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
+
+ // King's Quest 7 - Russian DOS (SoftClub official translation)
+ // VERSION file reports "2.1b", provided by trcpman in Trac #11302
+ {"kq7", "", {
+ {"resource.map", 0, "dd1504ee0274e4e3b8447b25137136df", 18709},
+ {"resource.000", 0, "e6cee6c1ddb1e73e8c25d8f2a9f508ff", 200873632},
+ AD_LISTEND},
+ Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_KQ7 },
+
+ // King's Quest 7 - Russian Windows (SoftClub official translation)
+ // VERSION file reports "2.1b", provided by trcpman in Trac #11302
+ {"kq7", "", {
+ {"resource.map", 0, "dd1504ee0274e4e3b8447b25137136df", 18709},
+ {"resource.000", 0, "e6cee6c1ddb1e73e8c25d8f2a9f508ff", 200873632},
+ AD_LISTEND},
+ Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
// King's Quest 7 - English DOS Non-Interactive Demo
// SCI interpreter version 2.100.002
More information about the Scummvm-git-logs
mailing list