[Scummvm-git-logs] scummvm master -> 1ff29f01a87a4c91b677bb3ecc5a2b510d90a851
bluegr
noreply at scummvm.org
Thu Aug 27 08:57:32 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
1ff29f01a8 NANCY: Add Russian detection entries of Nancy9-12
Commit: 1ff29f01a87a4c91b677bb3ecc5a2b510d90a851
https://github.com/scummvm/scummvm/commit/1ff29f01a87a4c91b677bb3ecc5a2b510d90a851
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2026-08-27T11:57:03+03:00
Commit Message:
NANCY: Add Russian detection entries of Nancy9-12
Fix #17113, #17114, #17115, #17116
Changed paths:
engines/nancy/detection_tables.h
diff --git a/engines/nancy/detection_tables.h b/engines/nancy/detection_tables.h
index 01e9b992609..810faf74f40 100644
--- a/engines/nancy/detection_tables.h
+++ b/engines/nancy/detection_tables.h
@@ -695,6 +695,21 @@ static const NancyGameDescription gameDescriptions[] = {
},
kGameTypeNancy9
},
+ { // MD5 by BacchusEmperor
+ {
+ "nancy9", nullptr,
+ {
+ {"ciftree.dat", 0, "aa4148aa2f443b9c73ae6a86d2d4c524", 27850353},
+ {"andyfid.avf", 0, "4e11e5237e6776e342df6262fc930142", 1171821},
+ AD_LISTEND
+ },
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM,
+ NANCY8_GUIOPTIONS
+ },
+ kGameTypeNancy9
+ },
{
{
"nancy10", nullptr,
@@ -760,6 +775,21 @@ static const NancyGameDescription gameDescriptions[] = {
},
kGameTypeNancy10
},
+ { // MD5 by BacchusEmperor
+ {
+ "nancy10", nullptr,
+ {
+ { "ciftree.dat", 0, "67dcb5e1e4c92fc0676fd388dac54a3a", 30400802 },
+ { "den_cal_back16.avf", 0, "ee6c779d1bc61a6483f9166aa20e4545", 324644 },
+ AD_LISTEND
+ },
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_TESTING | ADGF_DROPPLATFORM,
+ NANCY8_GUIOPTIONS
+ },
+ kGameTypeNancy10
+ },
{
{
"nancy11", nullptr,
@@ -792,6 +822,21 @@ static const NancyGameDescription gameDescriptions[] = {
},
kGameTypeNancy11
},
+ { // MD5 by BacchusEmperor
+ {
+ "nancy11", nullptr,
+ {
+ { "ciftree.dat", 0, "8998deb416fc243a6dd9b19a776919dc", 57486384 },
+ { "gre_oil_cinematic.bik", 0, "28a2b6f939f1c7795e47a99337d7343a", 21514180 },
+ AD_LISTEND
+ },
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_TESTING | ADGF_DROPPLATFORM,
+ NANCY8_GUIOPTIONS
+ },
+ kGameTypeNancy11
+ },
{ // MD5 by bluegr
{
"nancy12", nullptr,
@@ -814,6 +859,17 @@ static const NancyGameDescription gameDescriptions[] = {
},
kGameTypeNancy12
},
+ { // MD5 by BacchusEmperor
+ {
+ "nancy12", nullptr,
+ AD_ENTRY1s("ciftree.dat", "e8c66d9f9569bf35bf77ca5bdfd8423f", 40988114),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ NANCY8_GUIOPTIONS
+ },
+ kGameTypeNancy12
+ },
{ // MD5 by bluegr
{
"nancy13", nullptr,
More information about the Scummvm-git-logs
mailing list