diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | README | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -3,6 +3,7 @@ For a more comprehensive changelog for the latest experimental CVS code, see: 0.5.7(CVS) (2003-??-??) New Games: + - Added Broken Sword 1 engine, unsupported Work in Progress - Added Broken Sword 2 engine, game is supported and completable (?) - Added Flight of the Amazon Queen engine, unsupported Work in Progress - Added support for V1 SCUMM games 'Maniac Mansion' and 'Zak McKracken' @@ -23,6 +24,7 @@ For a more comprehensive changelog for the latest experimental CVS code, see: - Added support for inventory graphics in Amiga versions. - Fixed brief freezes in simon1dos - Fixed minor glitches in load/save dialog in non-English versions + - Fixed missing inventory arrows in some versions of Simon the Sorcerer 1 SCUMM: - Many, Many, Many SCUMM game engine fixes. Many of them. And that's a lot. @@ -1,5 +1,5 @@ ScummVM README -Last updated: 2003-12-11 +Last updated: 2003-12-20 Release version: 0.5.7-cvs ------------------------------------------------------------------------ @@ -129,7 +129,9 @@ The following games should be completable, but have some critical problems that prevent them from being fully supported at this time. Please do not file bug reports about them. + Flight of the Amazon Queen [Game: queen] Full Throttle [Game: ft] + Broken Sword I [Game: sword1] Broken Sword II [Game: sword2] The following games should load, but are not yet fully playable. Play these at @@ -854,6 +856,13 @@ Broken Sword II adds the following non-standard keywords: speech_mute bool If true, speech is muted speech_volume number The speech volume setting (0-255) +Simon the Sorcerer 1 & 2 add the following non-standard keywords: + + fade bool If true, fades are instant + slow_down number Makes games slower (1- 10) + speech bool If true, speech is enabled + [Simon the Sorcerer 2 only] + 9.0 Compiling: --- ---------- You need SDL-1.2.2 or newer (older versions may work, but are unsupported), and |
