diff options
author | Paul Gilbert | 2018-05-05 10:46:20 -0400 |
---|---|---|
committer | Paul Gilbert | 2018-05-05 10:46:20 -0400 |
commit | f5238c66d5279bbc9de3272868b08c62adf3bbbd (patch) | |
tree | 769ce8ab3ea3a723b31270a24cf3ace4bfcd38aa /README | |
parent | 60bff89140a2b049e81b74d218c56e5d66ac98a4 (diff) | |
download | scummvm-rg350-f5238c66d5279bbc9de3272868b08c62adf3bbbd.tar.gz scummvm-rg350-f5238c66d5279bbc9de3272868b08c62adf3bbbd.tar.bz2 scummvm-rg350-f5238c66d5279bbc9de3272868b08c62adf3bbbd.zip |
XEEN: Add an optional param to CD playback to specify sound type
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -929,17 +929,18 @@ is simpler and more straightforward than moving around using the menu. -------------------------------------- To properly plan the World of Xeen CD Talkie using original discs, use LAME or some other MP3 encoder to rip the cd audio tracks to files. -Name the files track1.mp3 track2.mp3 etc. ScummVM must be compiled with +Name the files track2.mp3 track3.mp3 etc. ScummVM must be compiled with MAD support to use this option. You will need to rip the file from the CD as a WAV file, then encode the MP3 files in constant bit rate. This -can be done with the following LAME command line: +can be done for each track with a LAME command line like: - lame -t -q 0 -b 96 track1.wav track1.mp3 + lame -t -q 0 -b 96 track2.wav track2.mp3 For the GOG Might and Magic 4-5 installation, install the game to your computer, and do the following steps: -* The game1.gog file from the game folder is a CD ISO. Use software like -Virtual CloneDrive to mount it as a drive. +* The game1.inst (CUE) and game1.gog (BIN) file from the game folder is a +CD image. Use software like Virtual CloneDrive to mount it as a drive. +Linux and MacOS users can use bchunk to convert it to an ISO. * Copy all the .cc files from the subfolder in the mounted drive to a new empty game folder that you create for the game. * Copy all the music/*.ogg files from the GOG installation to your game |