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

Hkz at users.sourceforge.net Hkz at users.sourceforge.net
Tue Feb 23 14:41:11 CET 2010


Revision: 48115
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48115&view=rev
Author:   Hkz
Date:     2010-02-23 13:41:08 +0000 (Tue, 23 Feb 2010)

Log Message:
-----------
SCI: add Gabriel Knight 1 French DOS CD detection entry

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-02-23 00:07:48 UTC (rev 48114)
+++ scummvm/trunk/engines/sci/detection_tables.h	2010-02-23 13:41:08 UTC (rev 48115)
@@ -586,6 +586,14 @@
 		{NULL, 0, NULL, 0}},
 		Common::ES_ESP, Common::kPlatformPC, 0, GUIO_NONE	},
 
+	// Gabriel Knight - French DOS CD (from Hkz)
+	// VERSION file reports "1.000.000, May 3, 1994"
+	{"gk1", "CD", {
+		{"resource.map", 0, "55f909ba93a2515042a08d8a2da8414e", 11392},
+		{"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13325145},
+		{NULL, 0, NULL, 0}},
+		Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NONE	},
+
 	// Gabriel Knight - English Windows CD (from jvprat)
 	// Executable scanning reports "2.000.000", VERSION file reports "01.100.000"
 	{"gk1", "CD", {


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