TrustedUser
2,147
edits
m (→Using the CLI: rename tools_cli into scummvm-tools-cli) |
m (more rename of tools_cli into scummvm-tools-cli) |
||
Line 92: | Line 92: | ||
Example of usage: | Example of usage: | ||
./ | ./scummvm-tools-cli --tool compress_agos --vorbis -q 7 SIMON2.WAV | ||
=== compress_gob === | === compress_gob === | ||
Line 102: | Line 102: | ||
Example of usage: | Example of usage: | ||
./ | ./scummvm-tools-cli --tool compress_kyra <flags here> input/GEMCUT.VRM output/GEMCUT.VRM | ||
Note: You have to keep the VRM extension, else it will NOT work. | Note: You have to keep the VRM extension, else it will NOT work. | ||
Line 117: | Line 117: | ||
Example of usage: | Example of usage: | ||
./ | ./scummvm-tools-cli --tool compress_saga <flags here> <file> | ||
Where <file> is the sound file you with to compress, without the | Where <file> is the sound file you with to compress, without the | ||
Line 139: | Line 139: | ||
Example of usage: | Example of usage: | ||
./ | ./scummvm-tools-cli --tool compress_scumm_bun --flac digmusic.bun uncomp comp | ||
Please note that FLAC compression will produce larger files | Please note that FLAC compression will produce larger files | ||
Line 150: | Line 150: | ||
Example of usage: | Example of usage: | ||
./ | ./scummvm-tools-cli --tool compress_scumm_san opening.san uncomp/ comp/ | ||
In order to use such compressed files, your ScummVM binary | In order to use such compressed files, your ScummVM binary | ||
Line 171: | Line 171: | ||
Example of usage: | Example of usage: | ||
./ | ./scummvm-tools-cli --tool compress_scumm_sou --mp3 MONSTER.SOU | ||
or simply: | or simply: | ||
./ | ./scummvm-tools-cli --mp3 MONSTER.SOU | ||
=== compress_sword1 === | === compress_sword1 === |