From bb44161189101838e8d22a87fb82d955b1c5fb31 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 23 Jul 2007 03:01:07 +0000 Subject: Remove recommended FLAC options, as they are now default. svn-id: r28177 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 7aa58fe2f7..c9aa98b912 100644 --- a/README +++ b/README @@ -1364,7 +1364,7 @@ than MP3, so have a good book handy. ------ ---------------------------------------- As above, but ScummVM must be compiled with Flac support. Run: - compress_scumm_sou --flac --best -b 1152 monster.sou + compress_scumm_sou --flac monster.sou This should produce a smaller monster.sof file, which you should copy to your game directory. Remember that the quality is always the same, varying encoder @@ -1403,7 +1403,7 @@ For Ogg Vorbis add --vorbis to the options, i.e. For Flac add --flac and optional parameters, i.e. - compress_agos --flac --best -b 1152 + compress_agos --flac Eventually you will have a much smaller *.mp3, *.ogg or *.fla file, copy this file to your game directory. You can safely remove the old file. -- cgit v1.2.3 From d0780a59549cbbad11ffde3bb165722124c99fa4 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Wed, 25 Jul 2007 20:12:41 +0000 Subject: removed hotkey, as there's no debugger in touche (this just sets a variable which doesn't seem to be used by any of scripts) svn-id: r28202 --- README | 1 - 1 file changed, 1 deletion(-) (limited to 'README') diff --git a/README b/README index c9aa98b912..485e88318b 100644 --- a/README +++ b/README @@ -1068,7 +1068,6 @@ other games. Ctrl-d - Starts the debugger Touche: The Adventures of the Fifth Musketeer: - Ctrl-d - Starts the debugger Ctrl-f - Toggle fast mode F5 - Displays options F9 - Turn fast walk mode on -- cgit v1.2.3