Opened 5 years ago
Closed 2 years ago
#11386 closed feature request (fixed)
Using SCUMMVM for calculating MD5
Reported by: | carlo-bramini | Owned by: | criezy |
---|---|---|---|
Priority: | normal | Component: | Common |
Version: | Keywords: | ||
Cc: | Game: |
Description (last modified by )
After reading this:
https://wiki.scummvm.org/index.php/Reporting_unknown_MD5_checksums
I'm asking: what about adding the function to SCUMMVM for calculating MD5 and eliminate the need of external tools, especially for users of Windows? Just call something like this from command line:
scummvm --calculate-md5=<file>,<length>
and your value is printed. Technically, SCUMMVM can already calculate MD5 from a file and adding this feature is not so difficult in my opinion.
Change History (3)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
comment:3 by , 2 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
The pull request from r41k0u has been merged and following some additional work from sev and myself this feature is now fully implemented.
Note:
See TracTickets
for help on using tickets.
PR fixing this : https://github.com/scummvm/scummvm/pull/3746