Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BLooperZ committed Jan 17, 2021
1 parent a2a49b1 commit adc7c2f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 63 deletions.
26 changes: 9 additions & 17 deletions README.dott.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,25 @@ You can find a ready-to-use build in the [Releases page](https://github.com/BLoo
(Built with PyInstaller)

## Install
1. Extract the following files from `tenta.cle`:
* `iMUSEClient_SFX.fsb`
* `iMUSEClient_VO.fsb`
1. Download and extract the script from respective release.

Can be done using [DoubleFine Explorer](https://quickandeasysoftware.net/software/doublefine-explorer)
2. Drag `tenta.cle` and drop into `remonster.exe`.

... You can also use it to extract the classic game, to play it using ScummVM.
3. Game files will be created in the same directory.

2. Put the extracted file in the same directory with the script.

3. Launch the script (or double click `remonster.exe`)

This will create a file called `monster.so3` in same directory.

4. Put `monster.so3` in same directory with the classic game.

Make sure there are no other `monster` files (`sof`, `sog`, `so3` or `sou`) there.
4. Add directory to [ScummVM](https://www.scummvm.org/) 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: (step 3)
This can be done by providing format argument to the script, when launching via CLI

(assuming `tenta.cle` available at `<respath>`)

`remonster.exe ogg` -> `ogg` format, creates `monster.sog`.
`remonster.exe <respath> -f ogg` -> `ogg` format, creates `monster.sog`.
(much smaller file than `mp3`)

`remonster.exe flac` -> `flac` format, creates `monster.sof`. (no reason to use `flac` here as source files are already compressed with lossy compression).
`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.

Expand Down
39 changes: 14 additions & 25 deletions README.ft.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,39 @@
# FT reMONSTERed (WiP)
# FT reMONSTERed

Builds sound resource for [ScummVM](https://www.scummvm.org/) using High-Quality SFX and Speech from [FT Remastered](http://fullthrottle.doublefine.com/).

*NOTE*: This project is still Work-in-Progress.
Currently, only speech is supported and might change in future.

## Download
Ready-to-use build not available yet.

In the meantime, check out other projects in the [Releases page](https://github.com/BLooperZ/remonstered/releases).
You can find a ready-to-use build in the [Releases page](https://github.com/BLooperZ/remonstered/releases).
(Built with PyInstaller)

## Install
1. Put [ffmpeg binaries](https://ffmpeg.zeranoe.com/builds/) in script directory if not already installed.

2. Extract the following files from `full.data`:
* `iMUSEClient_SPEECH.fsb`

Can be done using [DoubleFine Explorer](https://quickandeasysoftware.net/software/doublefine-explorer)

... You can also use it to extract the classic game, to play it using ScummVM.
1. Download and extract the script from respective release.
make sure[ffmpeg binaries](https://ffmpeg.zeranoe.com/builds/) is installed or alternatively, extract into script directory.

3. Put the extracted file in the same directory with the script.
2. Drag `full.data` and drop into `remonster.exe`.

4. Launch the script (or double click `remonster.exe`)
3. Game files will be created in the same directory.

This will create a file called `monster.so3` in same directory.

5. Put `monster.so3` in same directory with the classic game.

Make sure there are no other `monster` files (`sof`, `sog`, `so3` or `sou`) there.
4. Add directory to [ScummVM](https://www.scummvm.org/) 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: (step 3)
This can be done by providing format argument to the script, when launching via CLI

`remonster.exe ogg` -> `ogg` format, creates `monster.sog`.
(assuming `full.data` available at `<respath>`)

`remonster.exe <respath> -f ogg` -> `ogg` format, creates `monster.sog`.
(much smaller file than `mp3`)

`remonster.exe flac` -> `flac` format, creates `monster.sof`. (no reason to use `flac` here as source files are already compressed with lossy compression).
`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](https://ffmpeg.zeranoe.com/builds/) to be installed or to be put in script directory.

When using convertion output may vary depending on ffmpeg version.

## Thanks
Expand Down
35 changes: 14 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,32 @@
# DOTT reMONSTERed
# DOTT/FT reMONSTERed

Builds sound resource for [ScummVM](https://www.scummvm.org/) using High-Quality SFX and Speech from [DOTT Remastered](http://dott.doublefine.com/).
Builds sound resource for [ScummVM](https://www.scummvm.org/) using High-Quality SFX and Speech from [DOTT Remastered](http://dott.doublefine.com/) and [FT Remastered](http://fullthrottle.doublefine.com/).

## Download
You can find a ready-to-use build in the [Releases page](https://github.com/BLooperZ/remonstered/releases).
(Built with PyInstaller)

## Install
1. Extract the following files from `tenta.cle`:
* `iMUSEClient_SFX.fsb`
* `iMUSEClient_VO.fsb`
1. Download and extract the script from respective release.
for FT, make sure[ffmpeg binaries](https://ffmpeg.zeranoe.com/builds/) is installed or alternatively, extract into script directory. this is also required for conversion feature in DOTT (see `NOTE` below).

Can be done using [DoubleFine Explorer](https://quickandeasysoftware.net/software/doublefine-explorer)
2. Drag `full.data` or `tenta.cle` and drop into `remonster.exe`.

... You can also use it to extract the classic game, to play it using ScummVM.
3. Game files will be created in the same directory.

2. Put the extracted file in the same directory with the script.

3. Launch the script (or double click `remonster.exe`)

This will create a file called `monster.so3` in same directory.

4. Put `monster.so3` in same directory with the classic game.

Make sure there are no other `monster` files (`sof`, `sog`, `so3` or `sou`) there.
4. Add directory to [ScummVM](https://www.scummvm.org/) 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: (step 3)
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 ogg` -> `ogg` format, creates `monster.sog`.
`remonster.exe <respath> -f ogg` -> `ogg` format, creates `monster.sog`.
(much smaller file than `mp3`)

`remonster.exe flac` -> `flac` format, creates `monster.sof`. (no reason to use `flac` here as source files are already compressed with lossy compression).
`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.

Expand All @@ -47,9 +40,9 @@ When using convertion output may vary depending on ffmpeg version.

* ScummVM Team for [ScummVM](https://www.scummvm.org/) and [ScummVM Tools](https://github.com/scummvm/scummvm-tools).

* LucasArts for the original [Day of the Tentacle](https://en.wikipedia.org/wiki/Day_of_the_Tentacle).
* LucasArts for the original [Day of the Tentacle](https://en.wikipedia.org/wiki/Day_of_the_Tentacle) and [Full Throttle](https://en.wikipedia.org/wiki/Full_Throttle_(1995_video_game)).

* [DoubleFine Productions](http://www.doublefine.com) for [Day of the Tentacle Remastered](http://dott.doublefine.com/).
* [DoubleFine Productions](http://www.doublefine.com) for [Day of the Tentacle Remastered](http://dott.doublefine.com/) and [Full Throttle Remastered](http://fullthrottle.doublefine.com/).

* Quick and Easy Software for [DoubleFine Explorer](https://quickandeasysoftware.net/software/doublefine-explorer).

Expand Down

0 comments on commit adc7c2f

Please sign in to comment.