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

eriktorbjorn eriktorbjorn at telia.com
Fri Sep 17 06:13:40 UTC 2021


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:
e17836fa95 GROOVIE: Add detection entrie for English DVD-ROM Tender Loving Care


Commit: e17836fa956e65cee63505b0133b1142a8a574d1
    https://github.com/scummvm/scummvm/commit/e17836fa956e65cee63505b0133b1142a8a574d1
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-09-17T08:04:25+02:00

Commit Message:
GROOVIE: Add detection entrie for English DVD-ROM Tender Loving Care

Note that unlike the CD-ROM version, this one doesn't work at all and
will immediately trigger "ERROR: Groovie::Resource: Unknown GJD 1000!"

This may have something to do with the game's video files being numbered
vob1000.vob - vob1049.vob and vob2000.vob - vob2052.vob. Though the
first two videos in the game are probably vob1042.vob and vob1047.vob,
so I don't know...

Changed paths:
    engines/groovie/detection.cpp


diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index ae0c32fa52..9e600d8064 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -300,10 +300,10 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieUHP
 	},
 
-	// Tender Loving Care PC English
+	// Tender Loving Care PC English (CD-ROM)
 	{
 		{
-			"tlc", "",
+			"tlc", "CD",
 			AD_ENTRY2s("tlcmain.grv", "47c235155de5103e72675fe7294720b8", 17479,
 						"tlcnav.gjd", NULL, -1),
 			Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE,
@@ -312,6 +312,18 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieTLC
 	},
 
+	// Tender Loving Care PC English (DVD-ROM)
+	{
+		{
+			"tlc", "DVD",
+			AD_ENTRY2s("tlcmain.grv", "151af191015beb6f662919153e6c28d8", 17379,
+						"tlcnav.gjd", NULL, -1),
+			Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE,
+			GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
+		},
+		kGroovieTLC
+	},
+
 	// Tender Loving Care PC Demo German https://archive.org/details/Tender_Loving_Care_demo
 	{
 		{




More information about the Scummvm-git-logs mailing list