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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Mar 30 13:35:12 CEST 2009


Revision: 39758
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39758&view=rev
Author:   thebluegr
Date:     2009-03-30 11:35:12 +0000 (Mon, 30 Mar 2009)

Log Message:
-----------
Added another version of Quest for Glory, from bug report #2718784

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-03-30 09:10:28 UTC (rev 39757)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-03-30 11:35:12 UTC (rev 39758)
@@ -1806,6 +1806,20 @@
 	},
 #endif
 
+	// Quest for Glory 1 / Hero's Quest, 3.5" floppy (supplied by merkur in bug report #2718784)
+	{{"qfg1", "", {
+		{"resource.map", 0, "c1dc4470fb947c067567252f62d6c1b6", 6474},
+		{"resource.000", 0, "481b034132106390cb5160fe61dd5f58", 80334},
+		{"resource.001", 0, "4d67acf52833ff45c7f753d6663532e8", 462727},
+		{"resource.002", 0, "439ba9b6dde216e6eb97ef3a9830fbe4", 646869},
+		{"resource.003", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 642203},
+		{"resource.004", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 641688},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(0, 000, 566) // got 0.000.566 by executable scan
+	},
+
 	// Quest for Glory 1 - English Amiga
 	{{"qfg1", "", {
 		{"resource.map", 0, "e65034832f0c9df1dc22128227b782d0", 6066},


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