BLooperZ / remonstered

Builds sound resource for ScummVM using High-Quality SFX and Speech from DOTT Remastered.
GNU General Public License v3.0
23 stars 1 forks source link

DOTT/FT reMONSTERed

Builds sound resource for ScummVM using High-Quality SFX and Speech from DOTT Remastered and FT Remastered.

Download

You can find a ready-to-use build in the Releases page. (Built with PyInstaller)

Install

  1. 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).

  2. Drag full.data or tenta.cle and drop into remonster.exe.

  3. Game files will be created in the same directory.

  4. Add directory to ScummVM to play.

NOTE:

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.

Thanks