Builds sound resource for ScummVM using High-Quality SFX and Speech from DOTT Remastered and FT Remastered.
You can find a ready-to-use build in the Releases page. (Built with PyInstaller)
-
Download and extract the script from respective release. for FT, make sureffmpeg binaries is installed or alternatively, extract into script directory. this is also required for conversion feature in DOTT (see
NOTE
below). -
Drag
full.data
ortenta.cle
and drop intoremonster.exe
. -
Game files will be created in the same directory.
-
Add directory to ScummVM to play.
It is also possible to convert sounds to ogg
or flac
format.
This can be done by providing format argument to the script, when launching via CLI
(assuming full.data
or tenta.cle
available at <respath>
)
remonster.exe <respath> -f ogg
-> ogg
format, creates monster.sog
.
(much smaller file than mp3
)
remonster.exe <respath> -f flac
-> flac
format, creates monster.sof
. (no reason to use flac
here as source files are already compressed with lossy compression).
It will take longer time to complete, then you can continue to the next step.
Notice the different output file name (as described above).
This feature requires ffmpeg binaries to be installed or to be put in script directory.
When using convertion output may vary depending on ffmpeg version.
-
ScummVM Team for ScummVM and ScummVM Tools.
-
LucasArts for the original Day of the Tentacle and Full Throttle.
-
DoubleFine Productions for Day of the Tentacle Remastered and Full Throttle Remastered.
-
Quick and Easy Software for DoubleFine Explorer.
-
PyInstaller Development Team for PyInstaller.
-
LogicDeLuxe for Monkey Island Ultimate Talkie Edition.
-
elvisish at ScummVM Forums for this idea.