[Scummvm-git-logs] scummvm master -> 238b35294105951fa21b302b09fb320b8d2e4600
eriktorbjorn
noreply at scummvm.org
Sun Sep 17 13:03:54 UTC 2023
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:
238b352941 NANCY: Add Nancy 7 detection entry
Commit: 238b35294105951fa21b302b09fb320b8d2e4600
https://github.com/scummvm/scummvm/commit/238b35294105951fa21b302b09fb320b8d2e4600
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2023-09-17T15:02:31+02:00
Commit Message:
NANCY: Add Nancy 7 detection entry
The game doesn't start yet, but there's another entry for it already,
and this is the last Nancy game I have at the moment.
Changed paths:
engines/nancy/detection.cpp
diff --git a/engines/nancy/detection.cpp b/engines/nancy/detection.cpp
index dafb308b178..69b40de00e3 100644
--- a/engines/nancy/detection.cpp
+++ b/engines/nancy/detection.cpp
@@ -387,6 +387,22 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
},
Nancy::kGameTypeNancy7
},
+ { // MD5 by eriktorbjorn
+ {
+ "nancy7", nullptr,
+ {
+ { "data1.hdr", 0, "f58175e4647e635e96d73dde49deb871", 335485 },
+ { "data1.cab", 0, "6b48a626a8c6c12c9d7f68ee6c80212a", 4693602 },
+ { "data2.cab", 0, "0aec46d4a59ea0279228ab25bfb3fcd5", 144613827 },
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+ GUIO0()
+ },
+ Nancy::kGameTypeNancy7
+ },
{
{
"nancy8", nullptr,
More information about the Scummvm-git-logs
mailing list