[Scummvm-git-logs] scummvm master -> 739cdd7e676da9ea066447e4bb33f43ae51e18ae

mistydemeo noreply at scummvm.org
Fri Feb 14 04:16:27 UTC 2025


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:
739cdd7e67 DIRECTOR: add intro6


Commit: 739cdd7e676da9ea066447e4bb33f43ae51e18ae
    https://github.com/scummvm/scummvm/commit/739cdd7e676da9ea066447e4bb33f43ae51e18ae
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2025-02-13T20:16:18-08:00

Commit Message:
DIRECTOR: add intro6

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 61362cb4112..13ac477531b 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1110,6 +1110,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "intro1",				"INTRO No. 1 1994" },
 	{ "intro2",				"INTRO No. 2 1994" },
 	{ "intro4",				"INTRO No. 4" },
+	{ "intro6",				"INTRO No. 6" },
 	{ "jinkakuzukan",		"人格図鑑" }, // Personality Profile
 	{ "junglepark",			"Jungle Park" },
 	{ "jyajya",				"Jya jya" },										// HyperCard with D3 movie
@@ -4629,6 +4630,11 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2t_l("intro4", "", "INTRO_04.EXE", "192f16367c1d249beff3d416f1e99c6c", 2221741,
 							  "INTRO.DIR", 	  "1917276c6c3af2efdb740a36903ae7e7", 2063096, Common::JA_JPN, 404),
 
+	MACGAME2_l("intro6", "", "Intro_06",  "r:f5033f237ad1b1639fc46d01a82ac380", 286124,
+							 "MAIN_IF.DIR", "d:682629a2c1fdd55250788cc5faa930a8", 548036, Common::JA_JPN, 404),
+	WINGAME2t_l("intro6", "", "INTRO_06.EXE", "d7f2b292aa9e70cc92a95916ac41b3a5", 1077367,
+							  "MAIN_IF.DIR", 	  "3830502a30c8361d707771ea9b68eec0", 548036, Common::JA_JPN, 404),
+
 	// Original filename is チュートリアル
 	MACDEMO1_l("inposition", "Tutorial", "Tutorial", "r:77f4098988d5386794d1530065f514cd", 305277, Common::JA_JPN, 400),
 




More information about the Scummvm-git-logs mailing list