[Scummvm-cvs-logs] SF.net SVN: scummvm:[50030] scummvm/trunk/engines/sci/detection_tables.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Jun 19 00:06:13 CEST 2010
Revision: 50030
http://scummvm.svn.sourceforge.net/scummvm/?rev=50030&view=rev
Author: fingolfin
Date: 2010-06-18 22:06:13 +0000 (Fri, 18 Jun 2010)
Log Message:
-----------
SCI: Add mac SQ1 & SQ3
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-06-18 21:03:40 UTC (rev 50029)
+++ scummvm/trunk/engines/sci/detection_tables.h 2010-06-18 22:06:13 UTC (rev 50030)
@@ -2572,6 +2572,18 @@
Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH
},
+ // Space Quest 1 VGA Remake - English Mac (from Fingolfin)
+ {"sq1sci", "VGA Remake", {
+ {"resource.map", 0, "5c6ad20407261b544238e8dce87afead", 5895},
+ {"resource.000", 0, "2c414644b23839069c8d1a93b721df16", 1017033},
+ {"resource.001", 0, "8744ae2ea6b316e91e2a35ab1aa301d2", 1024622},
+ {"resource.002", 0, "96860704f7a07ecc10bef223b4b2f153", 1273992},
+ {"resource.003", 0, "ae46e195e66df5a131917f0aa80b5669", 1242794},
+ {"resource.004", 0, "91d58a9eb2187c38424990afe4c12bc6", 1250949},
+ {NULL, 0, NULL, 0}},
+ Common::EN_ANY, Common::kPlatformMacintosh, 0, GUIO_NOSPEECH
+ },
+
// Space Quest 1 VGA Remake - English Non-Interactive Demo (from FRG)
// SCI interpreter version 1.000.181
{"sq1sci", "VGA Remake, Demo", {
@@ -2660,6 +2672,15 @@
{NULL, 0, NULL, 0}},
Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
+ // Space Quest 3 - English Mac (from Fingolfin)
+ {"sq3", "", {
+ {"resource.map", 0, "5c931675c6e01c4b418faca85d76c92c", 5844},
+ {"resource.001", 0, "0d8dfe42683b46f3131823233a91ce6a", 771917},
+ {"resource.002", 0, "0d8dfe42683b46f3131823233a91ce6a", 794072},
+ {"resource.003", 0, "0d8dfe42683b46f3131823233a91ce6a", 776536},
+ {NULL, 0, NULL, 0}},
+ Common::EN_ANY, Common::kPlatformMacintosh, 0, GUIO_NOSPEECH },
+
// Space Quest 3 - German DOS (from Tobis87)
// SCI interpreter version 0.000.453 (?)
{"sq3", "", {
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