Difference between revisions of "ScummVM Tools/new"

Jump to navigation Jump to search
56 bytes added ,  00:01, 12 January 2010
m
more rename of tools_cli into scummvm-tools-cli
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:
   ./tools_cli --tool compress_agos --vorbis -q 7 SIMON2.WAV
   ./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:
   ./tools_cli --tool compress_kyra <flags here> input/GEMCUT.VRM output/GEMCUT.VRM
   ./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:
   ./tools_cli --tool compress_saga <flags here> <file>
   ./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:
   ./tools_cli --tool compress_scumm_bun --flac digmusic.bun uncomp comp
   ./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:
   ./tools_cli --tool compress_scumm_san opening.san uncomp/ comp/
   ./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:
   ./tools_cli --tool compress_scumm_sou --mp3 MONSTER.SOU
   ./scummvm-tools-cli --tool compress_scumm_sou --mp3 MONSTER.SOU
or simply:
or simply:
   ./tools_cli --mp3 MONSTER.SOU
   ./scummvm-tools-cli --mp3 MONSTER.SOU


=== compress_sword1 ===
=== compress_sword1 ===
TrustedUser
2,147

edits

Navigation menu