[Scummvm-git-logs] scummvm master -> dae5e91d2329d4a05ff58b5b28f935c3ea3e64f2
AndywinXp
noreply at scummvm.org
Wed Jun 18 08:55:50 UTC 2025
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:
dae5e91d23 LASTEXPRESS: DETECTION: Add 1998 italian budget re-release
Commit: dae5e91d2329d4a05ff58b5b28f935c3ea3e64f2
https://github.com/scummvm/scummvm/commit/dae5e91d2329d4a05ff58b5b28f935c3ea3e64f2
Author: AndywinXp (andywinxp at gmail.com)
Date: 2025-06-18T10:55:44+02:00
Commit Message:
LASTEXPRESS: DETECTION: Add 1998 italian budget re-release
Reported by DanferPlus
Changed paths:
engines/lastexpress/detection.cpp
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp
index f713d722713..136513b2def 100644
--- a/engines/lastexpress/detection.cpp
+++ b/engines/lastexpress/detection.cpp
@@ -194,6 +194,24 @@ static const ADGameDescription gameDescriptions[] = {
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
+ // The Last Express (Italian 1998 Rerelease)
+ // expressw.exe 1997-09-15 12:11:56
+ // express.exe 1997-09-15 12:41:46
+ {
+ "lastexpress",
+ "1998 Re-Release",
+ {
+ {"HD.HPF", 0, "5539e78fd7eecb70bc858e86b5709fe9", 29548544}, // 1998-01-21 08:39:32
+ {"CD1.HPF", 0, "f6840f4b809ab259be1d93494e6fcae3", 522979328}, // 1998-01-16 16:12:28
+ {"CD2.HPF", 0, "66b34839c1400fb72ac11a470cb1ebe1", 665171968}, // 1998-01-22 12:19:00
+ {"CD3.HPF", 0, "eb542814a6bed3fe89308c9d77c9dc5e", 637612032}, // 1998-01-21 08:36:48
+ AD_LISTEND
+ },
+ Common::IT_ITA,
+ Common::kPlatformUnknown,
+ ADGF_TESTING,
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
+ },
// The Last Express (Russian)
// expressw.exe 1999-04-05 15:33:56
// express.exe ???
More information about the Scummvm-git-logs
mailing list