[Scummvm-git-logs] scummvm master -> 99be32ed10bdf3de34505e183bbdf3c20c0d84e1

AndywinXp noreply at scummvm.org
Sun May 15 16:40:16 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:
99be32ed10 DIRECTOR: Add detection for Wolfgang the Cyberwolf


Commit: 99be32ed10bdf3de34505e183bbdf3c20c0d84e1
    https://github.com/scummvm/scummvm/commit/99be32ed10bdf3de34505e183bbdf3c20c0d84e1
Author: AndywinXp (andywinxp at gmail.com)
Date: 2022-05-15T18:40:13+02:00

Commit Message:
DIRECTOR: Add detection for Wolfgang the Cyberwolf

DIRECTOR: Fix detection for Wolfgang

DIRECTOR: Add detection for Wolfgang mac
Also add a comment by eientei about the installation check

DIRECTOR: Add comment about Wolfgang's language

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 093bd526c64..911ed48ebd3 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -417,6 +417,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "wiggles1", 			"A Day with the Wiggles" },
 	{ "winniewitch",		"Winnie the Witch" },
 	{ "wishbone", 			"Wishbone and the Amazing Odyssey" },
+	{ "wolfgang",			"Wolfgang the Cyberwolf" }, // According to developer Ugo Guidolin, an English version exists
 	{ "wrath",				"Wrath of the Gods" },
 	{ "xanthus",			"Xanthus" },
 	{ "xfools",				"The X-Fools: The Spoof is Out There" },
@@ -4276,6 +4277,11 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// Decomposed variant of the above filename
 	MACDEMO1_l("withopeneyes", "Demo", "xn--DEMO-p73cya6krlma4hwc4581n9dwl", "4577dd3eadc467a986ab172d90871b22", 502657, Common::JA_JPN, 404),
 
+	// To bypass installation check, make a blank file called "WOLFGANG.dat"
+	MACGAME1_l("wolfgang", "v1.0", "Wolfgang", "01be45e7241194dad07938e7059b88e3", 483518, Common::IT_ITA, 404),
+	WINGAME1t_l("wolfgang", "v1.0", "TOSYS/WOLFGANG.EXE", "35faee21d2aadf32cf2e68535ed3a77e", 1256449, Common::IT_ITA, 404),
+	WINGAME1t_l("wolfgang", "v2.0", "WOLF95.EXE", "f6b43329b6ad968eb4fb15436549ef85", 1305318, Common::IT_ITA, 404),
+
 	MACDEMO1_l("wonderomcw", "Demo", "WONDEROM_CW", "549afa25835bcd35daff0f399e54149e", 290726, Common::JA_JPN, 402),
 
 	WINDEMO1("worldatlas", "Sampler", "ATLAS.EXE", "dc58e6e06807f4a4a4cc278f8748659f", 696807, 404),




More information about the Scummvm-git-logs mailing list