[Scummvm-cvs-logs] SF.net SVN: scummvm:[48165] scummvm/trunk/engines/sci/detection_tables.h

Hkz at users.sourceforge.net Hkz at users.sourceforge.net
Sat Mar 6 00:35:28 CET 2010


Revision: 48165
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48165&view=rev
Author:   Hkz
Date:     2010-03-05 23:35:28 +0000 (Fri, 05 Mar 2010)

Log Message:
-----------
SCI: Add detection entry for Space Quest 5 french found in Space Quest Collector's edition

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection_tables.h

Modified: scummvm/trunk/engines/sci/detection_tables.h
===================================================================
--- scummvm/trunk/engines/sci/detection_tables.h	2010-03-05 15:52:51 UTC (rev 48164)
+++ scummvm/trunk/engines/sci/detection_tables.h	2010-03-05 23:35:28 UTC (rev 48165)
@@ -2894,6 +2894,15 @@
 		Common::DE_DEU, Common::kPlatformPC, 0, GUIO_NOSPEECH
 	},
 
+	// Space Quest 5 v1.04 - French DOS (from Hkz, Included in Space Quest Collector's Edition, with chapters I-V)
+	{"sq5", "", {
+		{"resource.map", 0, "66317c12ac6e818d1f7c17e83c1d9819", 6143},
+		{"resource.000", 0, "4147edc5045e6d62998018b5614c58ec", 5496486},
+		{"resource.msg", 0, "877c42380320eb1db7dad83ccd261214", 140374},
+		{NULL, 0, NULL, 0}},
+		Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NOSPEECH
+	},
+
 	// Space Quest 5 - Italian DOS Floppy (from glorifindel)
 	// SCI interpreter version 1.001.068 (just a guess)
 	{"sq5", "", {


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