[Scummvm-devel] More demo's

Sean Young sean at mess.org
Sat May 4 07:28:01 CEST 2002


All,

On my Day of the Tentacle cd-rom there are two demo's which aren't 
detected by scummvm. These are "samdemo" and "fate". The latter is called 
"Indiana Jones and the Fate of Atlantis Talkie Demo" (and indeed, it has 
speech :)).

I do not know how to figure out what the scumm versions are, but when
using the version of the other demo's, they work fine. 

I asume that copying these demo's is perfectly legal, so if anyone wants
a copy for testing, I'll put them up somewhere.

The very simple patch is attached.


Sean
-------------- next part --------------
--- gameDetector.cpp	1 May 2002 22:20:59 -0000	1.48
+++ gameDetector.cpp	4 May 2002 14:20:16 -0000
@@ -383,6 +383,8 @@
 	 GF_USE_KEY | GF_ADLIB_DEFAULT},
 	{"playfate", "Indiana Jones 4 and the Fate of Atlantis (Demo)", GID_INDY4,
 	 5, 5, 0, GF_USE_KEY | GF_ADLIB_DEFAULT},
+	{"fate", "Indiana Jones 4 and the Fate of Atlantis (Talkie Demo)", GID_INDY4,
+	 5, 5, 0, GF_USE_KEY | GF_ADLIB_DEFAULT},
 
 	/* Scumm Version 6 */
 	{"tentacle", "Day Of The Tentacle", GID_TENTACLE, 6, 4, 2,
@@ -392,6 +394,8 @@
 	{"samnmax", "Sam & Max", GID_SAMNMAX, 6, 4, 2,
 	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_DRAWOBJ_OTHER_ORDER},
 	{"snmdemo", "Sam & Max (Demo)", GID_SAMNMAX, 6, 3, 0,
+	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY  | GF_ADLIB_DEFAULT},
+	{"samdemo", "Sam & Max (Demo)", GID_SAMNMAX, 6, 3, 0,
 	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY  | GF_ADLIB_DEFAULT},
 
 	/* Scumm Version 7 */


More information about the Scummvm-devel mailing list