[Scummvm-git-logs] scummvm master -> 819ed9851b62a5d5c7dc25a46454cc25c3ba5562

sev- noreply at scummvm.org
Mon Jul 15 00:54:25 UTC 2024


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b3305db391 DIRECTOR: Add detection entry for "Robinson Crusoe"
819ed9851b DIRECTOR: Add additional files for robinson


Commit: b3305db391e462857237c8e6c0b1428af9c68aa8
    https://github.com/scummvm/scummvm/commit/b3305db391e462857237c8e6c0b1428af9c68aa8
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-07-15T02:54:22+02:00

Commit Message:
DIRECTOR: Add detection entry for "Robinson Crusoe"

The Enhanced Version of the game uses QTVR.

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 9bdac543618..48c911a9e8f 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -402,6 +402,8 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "rhem1",				"Rhem" },
 	{ "rhlava",				"Rescue Heroes: Lava Landslide" },
 	{ "rhmeteor",			"Rescue Heroes: Meteor Madness" },
+	{ "robinson",			"Robinson Crusoe" },
+	{ "robinson-makingof",	"Robinson Crusoe: Making-of" },
 	{ "rodneyfs",			"Rodney's Funscreen" },
 	{ "rodneyfs2",			"Rodney's Funscreen² Extreme: Dinky's Revenge" },
 	{ "rodneyww",			"Rodney's Wonder Window" },
@@ -6911,6 +6913,14 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("raveshuttle", "", "Rave Shuttle", "7b0837f93c5de519acdf1feea2a4ccf2", 705673, Common::DE_DEU, 500),
 	WINGAME1_l("raveshuttle", "", "RAVES.EXE", "2e62abdad839e42068afdcd0644d7dcf", 1000911, Common::DE_DEU, 500),
 
+	// German variant of "Robinson Crusoe", published by Tivola
+	// PC/Mac hybrid, but the Projector for the Mac version is embedded into an installer.
+	// The disc contains two versions in two Projector files. The "Standard Version" doesn't use the QTVR features,
+	// while the "Enhanced version" does.
+	WINGAME1_l("robinson",          "Standard Version", "CRUSOE8.EXE", "t:98c98c109102a10f75bd05b76f49a009", 1398759, Common::DE_DEU, 500),
+	WINGAME1_l("robinson",          "Enhanced Version", "CRUSOE16.EXE","t:97c3d5d1472bab61962837b0bf820912", 1398987, Common::DE_DEU, 500),
+	WINGAME1_l("robinson-makingof", "",                 "MAKING.EXE",  "t:4c5428c6b5e493da6fe35daccded70a0", 1410487, Common::DE_DEU, 501),
+
 	// Released only in Japan by Interlink of Minato City, Tokyo (1997)
 	// Games play fully in English with Japanese credits only
 	MACGAME1("rodneyab", "",  "ArtBrain",	  "4023a53e495618c3edb90531e09dc2d0", 720449, 501),


Commit: 819ed9851b62a5d5c7dc25a46454cc25c3ba5562
    https://github.com/scummvm/scummvm/commit/819ed9851b62a5d5c7dc25a46454cc25c3ba5562
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-07-15T02:54:22+02:00

Commit Message:
DIRECTOR: Add additional files for robinson

Required for "Making of", and since this entry is now the most specific
one, I had to add an additional file to the existing detection entries
because otherwise the "Making of" would always "win".

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 48c911a9e8f..fd86c09fe76 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -6917,9 +6917,12 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// PC/Mac hybrid, but the Projector for the Mac version is embedded into an installer.
 	// The disc contains two versions in two Projector files. The "Standard Version" doesn't use the QTVR features,
 	// while the "Enhanced version" does.
-	WINGAME1_l("robinson",          "Standard Version", "CRUSOE8.EXE", "t:98c98c109102a10f75bd05b76f49a009", 1398759, Common::DE_DEU, 500),
-	WINGAME1_l("robinson",          "Enhanced Version", "CRUSOE16.EXE","t:97c3d5d1472bab61962837b0bf820912", 1398987, Common::DE_DEU, 500),
-	WINGAME1_l("robinson-makingof", "",                 "MAKING.EXE",  "t:4c5428c6b5e493da6fe35daccded70a0", 1410487, Common::DE_DEU, 501),
+	WINGAME2_l("robinson",          "Standard Version", "CRUSOE8.EXE", "t:98c98c109102a10f75bd05b76f49a009", 1398759,
+														"CHAP0.DXR",   "5bdff5b8f1eb8928f76fee5939798137",   1111290,  Common::DE_DEU, 500),
+	WINGAME2_l("robinson",          "Enhanced Version", "CRUSOE16.EXE","t:97c3d5d1472bab61962837b0bf820912", 1398987,
+														"CHAP0.DXR",   "5bdff5b8f1eb8928f76fee5939798137",   1111290,  Common::DE_DEU, 500),
+	WINGAME2_l("robinson-makingof", "",                 "MAKING.EXE",  "t:4c5428c6b5e493da6fe35daccded70a0", 1410487,
+														"MOF.DXR",     "904c146c3faeddfbb1e9341b28a88400",   16490984, Common::DE_DEU, 501),
 
 	// Released only in Japan by Interlink of Minato City, Tokyo (1997)
 	// Games play fully in English with Japanese credits only




More information about the Scummvm-git-logs mailing list