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

sev- noreply at scummvm.org
Fri Sep 5 15:57:28 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:
c884931538 DIRECTOR: add the TKKG-gamequirk for later parts of the series


Commit: c8849315383cdf4c180341950765bc7ff0b1a415
    https://github.com/scummvm/scummvm/commit/c8849315383cdf4c180341950765bc7ff0b1a415
Author: Lariaa (30549703+Lariaa at users.noreply.github.com)
Date: 2025-09-05T17:57:25+02:00

Commit Message:
DIRECTOR: add the TKKG-gamequirk for later parts of the series

Changed paths:
    engines/director/game-quirks.cpp


diff --git a/engines/director/game-quirks.cpp b/engines/director/game-quirks.cpp
index 9aa848bd19d..bbd3568a243 100644
--- a/engines/director/game-quirks.cpp
+++ b/engines/director/game-quirks.cpp
@@ -107,6 +107,22 @@ struct CachedFile {
 		"PATH.INI",
 		(const byte *)"[cd-path]\r\npath=d:\\", -1
 	},
+	{"tkkg2", Common::kPlatformWindows,
+		// TKKG2 checks a file to determine the location of the CD.
+		"PATH.INI",
+		(const byte *)"[cd-path]\r\npath=d:\\", -1
+	},
+	{"tkkg3", Common::kPlatformWindows,
+		// TKKG3 checks a file to determine the location of the CD.
+		"PATH.INI",
+		(const byte *)"[cd-path]\r\npath=d:\\", -1
+	},
+	{"tkkg4", Common::kPlatformWindows,
+		// TKKG4 checks a file to determine the location of the CD.
+		"PATH.INI",
+		(const byte *)"[cd-path]\r\npath=d:\\", -1
+	},
+
 	// Professor Finkle's Times Table Factory has an installer that copies a bunch of empty files,
 	// which the game gets upset about if they don't exist.
 	{"finkletimes", Common::kPlatformWindows, "finkle.ini", (const byte *)"", 0},




More information about the Scummvm-git-logs mailing list