diff options
author | David Corrales | 2007-08-05 19:34:20 +0000 |
---|---|---|
committer | David Corrales | 2007-08-05 19:34:20 +0000 |
commit | 6856535010bd2fa4449bcfde1c88dc06cd46e26f (patch) | |
tree | b81a2234c2beff0312c93e039d6cafda4babeca6 /README | |
parent | 1400d28bfb37fc94f3c44dec0a4d0cef65fb8fb7 (diff) | |
parent | ec1803f838d5efc7decf75c05a1fb4a9633751e5 (diff) | |
download | scummvm-rg350-6856535010bd2fa4449bcfde1c88dc06cd46e26f.tar.gz scummvm-rg350-6856535010bd2fa4449bcfde1c88dc06cd46e26f.tar.bz2 scummvm-rg350-6856535010bd2fa4449bcfde1c88dc06cd46e26f.zip |
Merged fsnode with trunk: r27971:28460
svn-id: r28462
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 @@ -1364,7 +1363,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 +1402,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. |