TrustedUser
2,166
edits
(Add Director) |
(→Manually: Add section on using ScummVM command line) |
||
Line 30: | Line 30: | ||
To get the correct MD5 checksum, run the following | To get the correct MD5 checksum, run the following | ||
=== Using ScummVM === | |||
Since version 2.6.0, ScummVM can compute and report the md5 of files on the command line. | |||
scummvm --md5 --md5-path=file --md5-engine=engine | |||
Where <code>file</code> is the file to be examined and <code>engine</code> is the engine that would use this file. This will automatically use the size used for detection by the specified engine. The size can also be provided manually using <code>--md5-length=size</code> instead of <code>--md5-engine=engine</code> | |||
For old Mac files with a resource fork, us <code>--md5mac</code> instead of <code>--md5</code>. | |||
===Under *nix=== | ===Under *nix=== |