[Scummvm-git-logs] scummvm master -> b94f3ad2f2bc6e16cc9a3c979dca036d6b90e4c8
eriktorbjorn
noreply at scummvm.org
Thu Aug 31 17:22:42 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:
b94f3ad2f2 NANCY: Add detection for the version of nancy4 that I own
Commit: b94f3ad2f2bc6e16cc9a3c979dca036d6b90e4c8
https://github.com/scummvm/scummvm/commit/b94f3ad2f2bc6e16cc9a3c979dca036d6b90e4c8
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2023-08-31T19:20:48+02:00
Commit Message:
NANCY: Add detection for the version of nancy4 that I own
The game starts, and seems to be running just fine.
Changed paths:
engines/nancy/detection.cpp
diff --git a/engines/nancy/detection.cpp b/engines/nancy/detection.cpp
index 18b98b7775c..142082cb096 100644
--- a/engines/nancy/detection.cpp
+++ b/engines/nancy/detection.cpp
@@ -252,6 +252,22 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
GUIO0()
},
Nancy::kGameTypeNancy4
+ },
+ { // MD5 by eriktorbjorn
+ {
+ "nancy4", nullptr,
+ {
+ { "data1.hdr", 0, "9febd79adc61148088b464140a124172", 263445 },
+ { "data1.cab", 0, "af5e06e381473fdc3ff6f7cac5619e32", 1569396 },
+ { "data2.cab", 0, "ed0ca7ba3cc315f705e48fe604d53523", 140562769 },
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+ GUIO0()
+ },
+ Nancy::kGameTypeNancy4
},
{ // MD5 by fracturehill
{
More information about the Scummvm-git-logs
mailing list