[Scummvm-cvs-logs] CVS: web compatibility.php,1.29,1.30

Travis Howell kirben at users.sourceforge.net
Mon Oct 21 20:59:02 CEST 2002


Update of /cvsroot/scummvm/web
In directory usw-pr-cvs1:/tmp/cvs-serv22829

Modified Files:
	compatibility.php 
Log Message:

Update simon2 compability


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- compatibility.php	18 Oct 2002 16:09:56 -0000	1.29
+++ compatibility.php	22 Oct 2002 03:58:24 -0000	1.30
@@ -78,7 +78,8 @@
 		'Curse of Monkey Island'				=> array('8','curse','5'),
 		'Simon The Sorcerer 1 (Win)'           			=> array('n/a','simon1win','95'),
 		'Simon The Sorcerer 1 (Dos)'           			=> array('n/a','simon1dos','95'),
-		'Simon The Sorcerer 2 (Win)'           			=> array('n/a','simon2win','40')
+		'Simon The Sorcerer 2 (Win)'           			=> array('n/a','simon2win','20'),
+		'Simon The Sorcerer 2 (Dos)'           			=> array('n/a','simon2dos','5')
 	      );
 
 $notes = array(
@@ -119,7 +120,11 @@
 "curse"		=> "Not fully implemented yet.<br>ScummVM doesn't understand the various CMI subsystems",
 "simon1win" 	=> "No known problems, Game is completable.",
 "simon1dos" 	=> "No known problems, Game is completable.",
-"simon2win"     => "Not well tested, will not run some versions of Simon2"
+"simon2win"     => "Can't advance very far due to movement problems, will not run some versions of Simon2"
+                   "<br>- Part of introduction is skipped.",
+                   "<br>- Movement problems, sometimes can't move left.",
+                   "<br>- Speech needs to be enabled manually",
+                   "<br>- Various minor graphical glitches"
 );
 		
 // render the compatibilty chart





More information about the Scummvm-git-logs mailing list