[Scummvm-git-logs] scummvm master -> e6b818881d7e101b213e719a334e4b226ccf4a86

Die4Ever noreply at scummvm.org
Mon Jan 3 05:09:18 UTC 2022


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:
e6b818881d GROOVIE: fix detection for T7G 25th Annv


Commit: e6b818881d7e101b213e719a334e4b226ccf4a86
    https://github.com/scummvm/scummvm/commit/e6b818881d7e101b213e719a334e4b226ccf4a86
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2022-01-02T23:09:05-06:00

Commit Message:
GROOVIE: fix detection for T7G 25th Annv

Changed paths:
    engines/groovie/detection.cpp


diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 0b571a16a00..1a1e99f015e 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -62,11 +62,24 @@ static const PlainGameDescriptor groovieGames[] = {
 static const GroovieGameDescription gameDescriptions[] = {
 	// groovie.cpp requires the first file to be the main .grv file for v2 games, might as well stick to that convention for v1 games from now on too
 
+	// The 7th Guest 25th Anniversary
+	{
+		{
+			"t7g", "25th Anniversary Edition",
+			AD_ENTRY2s("script.grv", "d1b8033b40aa67c076039881eccce90d", 16659,
+						"AT.gjd", "bbaa95ce6e600a8ba5b2902326cd11f8", 28827446),
+			Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE,
+			GUIO8(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT, GUIO_NOSFX, GAMEOPTION_T7G_FAST_MOVIE_SPEED, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_EASIER_AI)
+		},
+		kGroovieT7G
+	},
+
 	// The 7th Guest DOS English
 	{
 		{
 			"t7g", "",
-			AD_ENTRY1s("script.grv", "d1b8033b40aa67c076039881eccce90d", 16659),
+			AD_ENTRY2s("script.grv", "d1b8033b40aa67c076039881eccce90d", 16659,
+						"AT.gjd", "bbaa95ce6e600a8ba5b2902326cd11f8", 45171574),
 			Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS,
 			GUIO8(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT, GUIO_NOSFX, GAMEOPTION_T7G_FAST_MOVIE_SPEED, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_EASIER_AI)
 		},




More information about the Scummvm-git-logs mailing list