Difference between revisions of "ScummVM Tools/new"

Jump to navigation Jump to search
15 bytes added ,  23:58, 11 January 2010
m
→‎Using the CLI: rename tools_cli into scummvm-tools-cli
m (→‎extract_loom_tg16: - Added another windows dumping option(Tools/new))
m (→‎Using the CLI: rename tools_cli into scummvm-tools-cli)
Line 44: Line 44:
You can access all tools through the command line interface using the following syntax:
You can access all tools through the command line interface using the following syntax:


  ./tools_cli [audio mode params] [params] [-o output] [extract|compress] <inputfile N ...>
  ./scummvm-tools-cli [audio mode params] [params] [-o output] [extract|compress] <inputfile N ...>


Normally, all arguments except the input file(s) can be skipped. You can specify extract or compress before the filename to hint the tool what activity you want to perform. In many cases, the tools will output to the directory "out/" relative to the input file, if no directory is specified.
Normally, all arguments except the input file(s) can be skipped. You can specify extract or compress before the filename to hint the tool what activity you want to perform. In many cases, the tools will output to the directory "out/" relative to the input file, if no directory is specified.
Line 56: Line 56:
You can also specify the tool explicitly to ignore automatic detection:
You can also specify the tool explicitly to ignore automatic detection:


  ./tools_cli --tool <tool name> [audio mode params] [params] [-o output] <inputfile N ...>
  ./scummvm-tools-cli --tool <tool name> [audio mode params] [params] [-o output] <inputfile N ...>


=== Audio mode params ===
=== Audio mode params ===
Line 84: Line 84:
*'''--verify'''' &mdash; Files are encoded and then decoded to check accuracy.
*'''--verify'''' &mdash; Files are encoded and then decoded to check accuracy.
*'''--silent''' &mdash; The output of FLAC is hidden.
*'''--silent''' &mdash; The output of FLAC is hidden.


== Compression Tools ==
== Compression Tools ==
TrustedUser
2,147

edits

Navigation menu