[Scummvm-cvs-logs] CVS: web compatibility.php,1.134,1.135

James Brown ender at users.sourceforge.net
Fri May 9 00:14:01 CEST 2003


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv8908

Modified Files:
	compatibility.php 
Log Message:
Updates


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- compatibility.php	5 May 2003 13:12:45 -0000	1.134
+++ compatibility.php	9 May 2003 07:12:59 -0000	1.135
@@ -56,8 +56,8 @@
 $games = array(
 		'Maniac Mansion (C64)'					=> array('1','maniacc64','0'),
 		'Zak McKracken and the Alien Mindbenders (C64)'		=> array('1','zakc64','0'),
-		'Maniac Mansion'					=> array('2','maniac','5'),
-		'Zak McKracken and the Alien Mindbenders'		=> array('2','zak','5'),
+		'Maniac Mansion'					=> array('2','maniac','10'),
+		'Zak McKracken and the Alien Mindbenders'		=> array('2','zak','10'),
 		'Indiana Jones and the Last Crusade'			=> array('3','indy3ega','80'),
 		'Indiana Jones and the Last Crusade (256)'		=> array('3','indy3','80'),
 		'Zak McKracken and the Alien Mindbenders (256 - FmTowns)' => array('3','zak256','85'),
@@ -101,11 +101,11 @@
 $notes = array(
 "maniacc64" 	=> "Not at all implemented yet - ScummVM doesn't understand the non-blocked LFL format",
 "zakc64"	=> "Not at all implemented yet - ScummVM doesn't understand the non-blocked LFL format. Try Zak256 version",
-"maniac"	=> "Introduction screen is shown with Enchanced version but is distorted, can't advance any further".
-                   "<br>ScummVM doesn't completely understand the non-blocked LFL format".
+"maniac"	=> "Enhanced version displays the initial character selection screen. Neither input nor text are implemented currently, so kids cannot be selected".
+                   "<br>Internal functionality (walkboxes, text, input) are missing".
                    "<br>SCUMM v2 opcodes not completely implemented yet",
-"zak"		=> "LucasArts logo screen is shown with Enchanced version, can't advance any further".
-                   "<br>ScummVM doesn't completely understand the non-blocked LFL format".
+"zak"		=> "The introduction sequence runs, and the game can be started by escaping past it. However neither text nor input are implemented.".
+                   "<br>Internal functionality (walkboxes, text, input) are missing".
                    "<br>SCUMM v2 opcodes not completely implemented yet",
 "indy3ega"	=> "Game is completable".
                    "<br>- No music or sound effects",





More information about the Scummvm-git-logs mailing list