Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 2.23 KB

README.ft.md

File metadata and controls

53 lines (30 loc) · 2.23 KB

FT reMONSTERed

Builds sound resource for ScummVM using High-Quality SFX and Speech from 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. make sureffmpeg binaries is installed or alternatively, extract into script directory.

  2. Drag full.data 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 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