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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Mar 31 23:40:00 CEST 2009


Revision: 39781
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39781&view=rev
Author:   thebluegr
Date:     2009-03-31 21:39:59 +0000 (Tue, 31 Mar 2009)

Log Message:
-----------
Added 2 versions of QFG4 and updated the information of the German version of SQ5

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-03-31 21:27:54 UTC (rev 39780)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-03-31 21:39:59 UTC (rev 39781)
@@ -2013,6 +2013,26 @@
 	},
 #endif
 
+	// Quest for Glory 4 1.1 Floppy - English DOS (supplied by markcool in bug report #2723852)
+	{{"qfg4", "", {
+		{"resource.map", 0, "685bdb1ed47bbbb0e5e25db392da83ce", 9301},
+		{"resource.000", 0, "f64fd6aa3977939a86ff30783dd677e1", 11004993},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(2, 000, 000)
+	},
+
+	// Quest for Glory 4 1.1 Floppy - German DOS (supplied by markcool in bug report #2723850)
+	{{"qfg4", "", {
+		{"resource.map", 0, "9e0abba8746f40565bc7eb5720522ecd", 9301},
+		{"resource.000", 0, "57f22cdc54eeb35fce1f26b31b5c3ee1", 11076197},
+		{NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(2, 000, 000)
+	},
+
 	// Quest for Glory 4 - English DOS demo (from FRG)
 	{{"qfg4", "Demo", {
 		{"resource.map", 0, "1ba7c7ae1efb315326d45cb931569b1b", 922},
@@ -2439,17 +2459,15 @@
 		SCI_VERSION(1, 1, 67)
 	},
 
-#if 0
-	// Space Quest 5 - German DOS (from Tobis87)
+	// Space Quest 5 v1.04 - German DOS (from Tobis87, updated information by markcool from bug report #2723935)
 	{{"sq5", "", {
 		{"resource.map", 0, "66317c12ac6e818d1f7c17e83c1d9819", 6143},
 		{"resource.000", 0, "4147edc5045e6d62998018b5614c58ec", 5496486},
 		{NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0},
 		{},
 		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(0, 000, 000)
+		SCI_VERSION(1, 1, 68)
 	},
-#endif
 
 #if 0
 	// Space Quest 5 - Italian DOS Floppy (from glorifindel)


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