[Scummvm-git-logs] scummvm master -> 34de19d70485efb9b6cc07de7e2fdd9cda02ce99
sev-
sev at scummvm.org
Mon Nov 23 16:12:50 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:
34de19d704 SCI: Add Conquests of the Longbow Russian detection table entry
Commit: 34de19d70485efb9b6cc07de7e2fdd9cda02ce99
https://github.com/scummvm/scummvm/commit/34de19d70485efb9b6cc07de7e2fdd9cda02ce99
Author: Marchukov Ivan (marchukov.ivan at gmail.com)
Date: 2020-11-23T17:12:46+01:00
Commit Message:
SCI: Add Conquests of the Longbow Russian detection table entry
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 37a4bbf17d..8dfe891ca2 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -527,6 +527,19 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
+ // Conquests of the Longbow - Russian translation, based on English DOS version
+ // SCI interpreter version 1.000.510
+ {"longbow", "", {
+ {"resource.002", 0, "7f6ce331219d58d5087731e4475ab4f1", 1237962},
+ {"resource.003", 0, "1867136d01ece57b531032d466910522", 828298},
+ {"resource.000", 0, "65d37f5fa8fa4d34178c9f6707d4dac0", 1306162},
+ {"resource.001", 0, "9ac939e628229d19ce04d9d42890f9bd", 1384306},
+ {"resource.map", 0, "78fb253c30797fac24bd52e9c9f43050", 6051},
+ {"resource.004", 0, "9cfce07e204a329e94fda8b5657621da", 1262638},
+ {"resource.005", 0, "21ebe6b39b57a73fc449f67f013765aa", 1287832},
+ AD_LISTEND},
+ Common::RU_RUS, Common::kPlatformDOS, 0, GUIO_STD16 },
+
// Eco Quest - English DOS Non-Interactive Demo (from FRG)
// Executable scanning reports "x.yyy.zzz"
// SCI interpreter version 1.001.069 (just a guess)
More information about the Scummvm-git-logs
mailing list