[Scummvm-cvs-logs] CVS: web compatibility.php,1.4,1.5

James Brown ender at users.sourceforge.net
Wed Mar 20 23:19:04 CET 2002


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

Modified Files:
	compatibility.php 
Log Message:
Updated compatibility table



Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** compatibility.php	8 Mar 2002 20:00:49 -0000	1.4
--- compatibility.php	21 Mar 2002 07:18:10 -0000	1.5
***************
*** 59,64 ****
  		'Zak McKracken and the Alien Mindbenders'		=> array('2','zakega','0'),
  		'Indiana Jones and the Last Crusade'			=> array('2','indy3ega','0'),
! 		'Indiana Jones and the Last Crusade (256)'		=> array('3','indy3','20'),
! 		'Zak McKracken and the Alien Mindbenders (256)'		=> array('3','zak256','20'),
  		'LOOM'							=> array('3','loom','0'),
  		'The Secret of Monkey Island (EGA)'			=> array('4','monkeyega','5'),
--- 59,64 ----
  		'Zak McKracken and the Alien Mindbenders'		=> array('2','zakega','0'),
  		'Indiana Jones and the Last Crusade'			=> array('2','indy3ega','0'),
! 		'Indiana Jones and the Last Crusade (256)'		=> array('3','indy3','30'),
! 		'Zak McKracken and the Alien Mindbenders (256 - FmTowns)' => array('3','zak256','30'),
  		'LOOM'							=> array('3','loom','0'),
  		'The Secret of Monkey Island (EGA)'			=> array('4','monkeyega','5'),
***************
*** 72,94 ****
  		'Sam & Max'						=> array('6','samnmax','80'),
  		'Sam & Max (DEMO)'					=> array('6','samdemo','95'),
! 		'Full Thottle'						=> array('7','ft','25'),
! 		'The DIG'						=> array('7','dig','25'),
  		'Curse of Monkey Island'				=> array('8','curse','5')
  	      );
  
  $notes = array(
! "maniacc64" 	=> "Not at all implemented yet - ScummVM doesn't understand the file format",
! "zakc64"	=> "Not at all implemented yet - ScummVM doesn't understand the file format",
! "maniacega"	=> "Not at all implemented yet - ScummVM doesn't understand the file format",
! "zakega"	=> "Not at all implemented yet - ScummVM doesn't understand the file format",
! "indy3ega"	=> "Not at all implemented yet - ScummVM doesn't understand the file format",
  "indy3"		=> "Game will start, but is not playable.<BR>The intro freezes on the LucasArts logo - hit escape to proceed.<BR>".
!                    "Main bugs: Actors not visible, and an error with walkboxes makes it impossible to walk to anything.",
  "zak256"	=> "Game will start, but is not playable.<BR>The intro freezes on the LucasArts logo - hit escape to proceed.<BR>".
!                    "Main bugs: Actors not visible, and an error with walkboxes makes it impossible to walk to anything.",
! "loom"		=> "Not at all implemented yet - ScummVM doesn't understand the file format",
! "monkeyega"	=> "Copy protection screen will show, but game crashes shortly afterwards.<BR>Graphics decoders and opcodes not implimented yet.",
! "loomcd"	=> "Game is almost playable, but may crash with invalid opcodes and have graphics problems.<BR>Intro will crash ScummVM at the ".
!                    "end, so hit escape to bypass it.",
  "monkey"	=> "No known problems - should be playable to the end",
  "monkey2"	=> "No known problems - should be playable to the end",
--- 72,93 ----
  		'Sam & Max'						=> array('6','samnmax','80'),
  		'Sam & Max (DEMO)'					=> array('6','samdemo','95'),
! 		'Full Thottle'						=> array('7','ft','30'),
! 		'The DIG'						=> array('7','dig','30'),
  		'Curse of Monkey Island'				=> array('8','curse','5')
  	      );
  
  $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",
! "maniacega"	=> "Not at all implemented yet - ScummVM doesn't understand the non-blocked LFL format",
! "zakega"	=> "Not at all implemented yet - ScummVM doesn't understand the non-blocked LFL format. Try Zak256 version",
! "indy3ega"	=> "Not at all implemented yet - ScummVM doesn't understand the non-blocked LFL format. Try Indy3-256 version",
  "indy3"		=> "Game will start, but is not playable.<BR>The intro freezes on the LucasArts logo - hit escape to proceed.<BR>".
!                    "Main bugs: Missing SCUMM opcodes cause occasional crashes, and incorrect object flags cause some game problems",
  "zak256"	=> "Game will start, but is not playable.<BR>The intro freezes on the LucasArts logo - hit escape to proceed.<BR>".
!                    "Main bugs: Incorrect object flags result in phantom objects, and cause issues with events such as picking up objects like the cashcard. Inventory scrolling not implemented, making it impossible to carry more than 4 objects at once",
! "loom"		=> "Not at all implemented yet - ScummVM doesn't understand the non-blocked LFL format. Try Loom CD version",
! "monkeyega"	=> "Copy protection screen will show, but game crashes shortly afterwards.<BR>Graphics decoders and SCUMM opcodes not implimented yet.",
! "loomcd"	=> "Game is somewhat playable, but may crash with invalid SCUMM opcodes and have graphics problems.<BR>Incorrect object flags will cause issues with the Loom Room, and other game events"
  "monkey"	=> "No known problems - should be playable to the end",
  "monkey2"	=> "No known problems - should be playable to the end",
***************
*** 102,114 ****
                     "<br>- MIDI music currently broken.",
  "samdemo"	=> "No known problems - should be playable to the end",
! "ft"		=> "Game crashes at various points, not playable to the end".
! 		   "<br>- some graphic glitches during movie playback".
! 		   "<br>- hitting F5 to save/load will crash the game".
  		   "<br>- not all sounds and animations playing correctly",
! "dig"		=> "Game crashes at various points, not playable to the end".
! 		   "<br>- some graphic glitches during movie playback".
! 		   "<br>- hitting F5 to save/load will crash the game".
  		   "<br>- not all sounds and animations playing correctly",
! "curse"		=> "Not fully implemented yet.<br>ScummVM doesn't understand new-style MAXS block, among other things"
  );
  		
--- 101,111 ----
                     "<br>- MIDI music currently broken.",
  "samdemo"	=> "No known problems - should be playable to the end",
! "ft"		=> "Game crashes at various points, due to missing SCUMM opcods. Not playable to the end".
! 		   "<br>- some palette glitches during movie playback, and missing movie sound".
  		   "<br>- not all sounds and animations playing correctly",
! "dig"		=> "Game crashes at various points, due to missing SCUMM opcods. Not playable to the end".
! 		   "<br>- some palette glitches during movie playback, and missing moviemissing".
  		   "<br>- not all sounds and animations playing correctly",
! "curse"		=> "Not fully implemented yet.<br>ScummVM doesn't understand the various CMI subsystems"
  );
  		





More information about the Scummvm-git-logs mailing list