[Scummvm-cvs-logs] SF.net SVN: scummvm:[38546] scummvm/trunk/engines/sci/detection.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Thu Feb 19 14:44:11 CET 2009


Revision: 38546
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38546&view=rev
Author:   Kirben
Date:     2009-02-19 13:44:10 +0000 (Thu, 19 Feb 2009)

Log Message:
-----------
Add patch #2616093 - Add/update Quest for Glory 4 details.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection.cpp

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-02-19 13:36:38 UTC (rev 38545)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-02-19 13:44:10 UTC (rev 38546)
@@ -1007,6 +1007,24 @@
 		SCI_VERSION(0, 000, 000)	// FIXME: add version here
 	},
 
+	// Quest for Glory 4 - German DOS/Windows (from PCJoker 2/98)
+	{{"qfg4", "", {
+		{"resource.map", 0, "aba367f2102e81782d961b14fbe3d630", 10246},
+		{"resource.000", 0, "263dce4aa34c49d3ad29bec889007b1c", 11571394},
+		{NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION(2, 100, 002)
+	},
+
+	// Quest for Glory 4 - German DOS/Windows Disk V1.1 (from PCJoker 2/89)
+	{{"qfg4", "", {
+		{"resource.map", 0, "9e0abba8746f40565bc7eb5720522ecd", 9301 },
+		{"resource.000", 0, "57f22cdc54eeb35fce1f26b31b5c3ee1", 11076197},
+		{NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION(2, 000, 000)
+	},
+
 	// RAMA - English Windows
 	{{"rama", "", {
 		{"resmap.001", 0, "3bac72a1910a563f8f92cf5b77c8b7f2", 8338},


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list